base-hw/recipes: src/base-hw-muen

This commit is contained in:
Martin Stein 2018-12-04 18:37:47 +01:00 committed by Norman Feske
parent 600a5ecdaf
commit 7ad00d1152
4 changed files with 9 additions and 0 deletions

View 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

View File

@ -0,0 +1 @@
2018-12-04 d9306d15eafdb5297999272da0fe85af4591fd9b

View File

@ -0,0 +1,2 @@
base-hw
base

View File

@ -206,6 +206,7 @@ proc run_boot_dir {binaries} {
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-muen }
if {[have_spec pbxa9]} { return base-hw-pbxa9 }
if {[have_spec rpi]} { return base-hw-rpi }
if {[have_spec wand_quad]} { return base-hw-wand_quad }