depot: add recipe for base-foc-imx7d_sabre

Fix #3293
This commit is contained in:
Stefan Kalkowski 2019-04-16 15:24:48 +02:00 committed by Christian Helmuth
parent 6d0a271308
commit eb933af40a
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-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

View File

@ -0,0 +1 @@
2019-04-16-a aaed5880fa6cdfe378a398cfb07691b4787210e5

View File

@ -0,0 +1 @@
base

View File

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