hw: add src package for base-hw-zynq_qemu

* Needed for nightly depot_autopilot tests (Ref #3027)
This commit is contained in:
Stefan Kalkowski 2018-11-30 10:54:38 +01:00 committed by Norman Feske
parent 216dc49741
commit 42c5f2e91e
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 += zynq_qemu" >> etc/specs.conf

View File

@ -0,0 +1 @@
2018-11-30 d3c101aa2f57329afb86cc672cffda195be71050

View File

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

View File

@ -214,6 +214,7 @@ proc base_src { } {
if {[have_spec imx53_qsb] && [have_spec trustzone]} { return base-hw-imx53_qsb_tz }
if {[have_spec arndale]} { return base-hw-arndale }
if {[have_spec panda]} { return base-hw-panda }
if {[have_spec zynq_qemu]} { return base-hw-zynq_qemu }
global specs