From 177ef53047019757b70b5ca87171b2c88e26ba07 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 13:41:56 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- conf/layer.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 conf/layer.conf (limited to 'conf/layer.conf') diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..0f81db0 --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,14 @@ +# We have a packages directory, add to BBFILES +BBPATH .= ":${LAYERDIR}" + +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*" +BBFILES += "${LAYERDIR}/images/*.bb*" + +BBFILE_COLLECTIONS += "fsl-ppc" +BBFILE_PATTERN_fsl-ppc = "^${LAYERDIR}/" +BBFILE_PRIORITY_fsl-ppc = "5" + +BB_ENV_EXTRAWHITE := "KSRC USRC" + +LICENSE_PATH += "${LAYERDIR}/custom-licenses" + -- cgit v1.2.3-54-g00ecf