mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
foc: add recipe for imx6q_sabrelite base lib
This commit is contained in:
parent
b765cef359
commit
5b8e1cdbbb
@ -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-imx6q_sabrelite
|
||||
|
||||
include $(GENODE_DIR)/repos/base-foc/recipes/src/base-foc_content.inc
|
||||
|
||||
content: enable_board_spec
|
||||
enable_board_spec: etc/specs.conf
|
||||
echo "SPECS += imx6q_sabrelite" >> etc/specs.conf
|
1
repos/base-foc/recipes/src/base-foc-imx6q_sabrelite/hash
Normal file
1
repos/base-foc/recipes/src/base-foc-imx6q_sabrelite/hash
Normal file
@ -0,0 +1 @@
|
||||
2019-01-16 8dde29e921595bfed297317f26dcc56417d542ec
|
@ -0,0 +1 @@
|
||||
base
|
@ -223,6 +223,7 @@ proc base_src { } {
|
||||
if {[have_spec x86]} { return base-foc-pc }
|
||||
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 }
|
||||
|
||||
global specs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user