mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 13:48:30 +00:00
hw: add src package for base-hw-zynq_qemu
* Needed for nightly depot_autopilot tests (Ref #3027)
This commit is contained in:
parent
216dc49741
commit
42c5f2e91e
5
repos/base-hw/recipes/src/base-hw-zynq_qemu/content.mk
Normal file
5
repos/base-hw/recipes/src/base-hw-zynq_qemu/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 += zynq_qemu" >> etc/specs.conf
|
1
repos/base-hw/recipes/src/base-hw-zynq_qemu/hash
Normal file
1
repos/base-hw/recipes/src/base-hw-zynq_qemu/hash
Normal file
@ -0,0 +1 @@
|
||||
2018-11-30 d3c101aa2f57329afb86cc672cffda195be71050
|
2
repos/base-hw/recipes/src/base-hw-zynq_qemu/used_apis
Normal file
2
repos/base-hw/recipes/src/base-hw-zynq_qemu/used_apis
Normal file
@ -0,0 +1,2 @@
|
||||
base-hw
|
||||
base
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user