foc: add recipe for imx6q_sabrelite base lib

This commit is contained in:
Stefan Kalkowski 2019-01-16 12:15:10 +01:00 committed by Norman Feske
parent b765cef359
commit 5b8e1cdbbb
5 changed files with 17 additions and 0 deletions

View 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'.

View File

@ -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

View File

@ -0,0 +1 @@
2019-01-16 8dde29e921595bfed297317f26dcc56417d542ec

View File

@ -0,0 +1 @@
base

View File

@ -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