mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 02:40:08 +00:00
parent
6d0a271308
commit
eb933af40a
7
repos/base-foc/recipes/src/base-foc-imx7d_sabre/README
Normal file
7
repos/base-foc/recipes/src/base-foc-imx7d_sabre/README
Normal file
@ -0,0 +1,7 @@
|
||||
This archive contains the Fiasco.OC-specific part of Genode.
|
||||
|
||||
It also contains the source code of the Fiasco.OC kernel in the
|
||||
'src/kernel/foc' directory.
|
||||
|
||||
Please note that Fiasco.OC has a license distinct from Genode. Fiasco.OC's
|
||||
license can be found at 'src/kernel/foc/COPYING-GPL-2'.
|
@ -0,0 +1,7 @@
|
||||
RECIPE_DIR := $(REP_DIR)/recipes/src/base-foc-imx7d_sabre
|
||||
|
||||
include $(GENODE_DIR)/repos/base-foc/recipes/src/base-foc_content.inc
|
||||
|
||||
content: enable_board_spec
|
||||
enable_board_spec: etc/specs.conf
|
||||
echo "SPECS += imx7d_sabre" >> etc/specs.conf
|
1
repos/base-foc/recipes/src/base-foc-imx7d_sabre/hash
Normal file
1
repos/base-foc/recipes/src/base-foc-imx7d_sabre/hash
Normal file
@ -0,0 +1 @@
|
||||
2019-04-16-a aaed5880fa6cdfe378a398cfb07691b4787210e5
|
@ -0,0 +1 @@
|
||||
base
|
@ -225,6 +225,7 @@ proc base_src { } {
|
||||
if {[have_spec pbxa9]} { return base-foc-pbxa9 }
|
||||
if {[have_spec arndale]} { return base-foc-arndale }
|
||||
if {[have_spec imx6q_sabrelite]} { return base-foc-imx6q_sabrelite }
|
||||
if {[have_spec imx7d_sabre]} { return base-foc-imx7d_sabre }
|
||||
|
||||
global specs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user