summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf14
1 files changed, 14 insertions, 0 deletions
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 @@
1# We have a packages directory, add to BBFILES
2BBPATH .= ":${LAYERDIR}"
3
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*"
5BBFILES += "${LAYERDIR}/images/*.bb*"
6
7BBFILE_COLLECTIONS += "fsl-ppc"
8BBFILE_PATTERN_fsl-ppc = "^${LAYERDIR}/"
9BBFILE_PRIORITY_fsl-ppc = "5"
10
11BB_ENV_EXTRAWHITE := "KSRC USRC"
12
13LICENSE_PATH += "${LAYERDIR}/custom-licenses"
14