depot: recipe for base-hw-rpi3

Ref #3407
This commit is contained in:
Stefan Kalkowski 2019-06-11 14:57:58 +02:00 committed by Christian Helmuth
parent 3a2de0d9a3
commit 186c35bb09
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 += rpi3" >> etc/specs.conf

View File

@ -0,0 +1 @@
2019-06-11 fe5960b2a356b28ad718f9749dadf75994fcd4a1

View File

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

View File

@ -217,6 +217,7 @@ proc base_src { } {
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 rpi3]} { return base-hw-rpi3 }
if {[have_spec imx6q_sabrelite]} { return base-hw-imx6q_sabrelite }
if {[have_spec imx7d_sabre]} { return base-hw-imx7d_sabre }
if {[have_spec nit6_solox]} { return base-hw-nit6_solox }