mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
base-hw/recipes: src/base-hw-muen
This commit is contained in:
parent
600a5ecdaf
commit
7ad00d1152
5
repos/base-hw/recipes/src/base-hw-muen/content.mk
Normal file
5
repos/base-hw/recipes/src/base-hw-muen/content.mk
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
include $(GENODE_DIR)/repos/base-hw/recipes/src/base-hw_content.inc
|
||||||
|
|
||||||
|
content: enable_board_spec
|
||||||
|
enable_board_spec: etc/specs.conf
|
||||||
|
echo "SPECS += muen" >> etc/specs.conf
|
1
repos/base-hw/recipes/src/base-hw-muen/hash
Normal file
1
repos/base-hw/recipes/src/base-hw-muen/hash
Normal file
@ -0,0 +1 @@
|
|||||||
|
2018-12-04 d9306d15eafdb5297999272da0fe85af4591fd9b
|
2
repos/base-hw/recipes/src/base-hw-muen/used_apis
Normal file
2
repos/base-hw/recipes/src/base-hw-muen/used_apis
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
base-hw
|
||||||
|
base
|
@ -206,6 +206,7 @@ proc run_boot_dir {binaries} {
|
|||||||
proc base_src { } {
|
proc base_src { } {
|
||||||
|
|
||||||
if {[have_spec x86_64] && ![have_spec muen]} { return base-hw-pc }
|
if {[have_spec x86_64] && ![have_spec muen]} { return base-hw-pc }
|
||||||
|
if {[have_spec x86_64] && [have_spec muen]} { return base-hw-muen }
|
||||||
if {[have_spec pbxa9]} { return base-hw-pbxa9 }
|
if {[have_spec pbxa9]} { return base-hw-pbxa9 }
|
||||||
if {[have_spec rpi]} { return base-hw-rpi }
|
if {[have_spec rpi]} { return base-hw-rpi }
|
||||||
if {[have_spec wand_quad]} { return base-hw-wand_quad }
|
if {[have_spec wand_quad]} { return base-hw-wand_quad }
|
||||||
|
Loading…
Reference in New Issue
Block a user