mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00:00
parent
7ced122ddc
commit
4c113182b0
5
repos/base-hw/recipes/src/base-hw-imx8q_evk/content.mk
Normal file
5
repos/base-hw/recipes/src/base-hw-imx8q_evk/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 += imx8q_evk" >> etc/specs.conf
|
1
repos/base-hw/recipes/src/base-hw-imx8q_evk/hash
Normal file
1
repos/base-hw/recipes/src/base-hw-imx8q_evk/hash
Normal file
@ -0,0 +1 @@
|
||||
2019-07-01 7ef5a9e51aa14507cf83b746f4f1ea1c979865f3
|
2
repos/base-hw/recipes/src/base-hw-imx8q_evk/used_apis
Normal file
2
repos/base-hw/recipes/src/base-hw-imx8q_evk/used_apis
Normal file
@ -0,0 +1,2 @@
|
||||
base-hw
|
||||
base
|
@ -221,6 +221,7 @@ proc base_src { } {
|
||||
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 imx8q_evk]} { return base-hw-imx8q_evk }
|
||||
if {[have_spec nit6_solox]} { return base-hw-nit6_solox }
|
||||
if {[have_spec odroid_xu]} { return base-hw-odroid_xu }
|
||||
if {[have_spec imx53_qsb] && ![have_spec trustzone]} { return base-hw-imx53_qsb }
|
||||
|
Loading…
x
Reference in New Issue
Block a user