summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-fsl-ppc/conf/layer.conf')
-rw-r--r--meta-fsl-ppc/conf/layer.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-fsl-ppc/conf/layer.conf b/meta-fsl-ppc/conf/layer.conf
deleted file mode 100644
index a4d4add9..00000000
--- a/meta-fsl-ppc/conf/layer.conf
+++ /dev/null
@@ -1,18 +0,0 @@
1# We have a packages directory, add to BBFILES
2BBPATH .= ":${LAYERDIR}"
3
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*"
5BBFILES += "${LAYERDIR}/images/*.bb*"
6BBFILES += "${LAYERDIR}/classes/*.bb*"
7
8BBFILE_COLLECTIONS += "fsl-ppc"
9BBFILE_PATTERN_fsl-ppc = "^${LAYERDIR}/"
10BBFILE_PRIORITY_fsl-ppc = "5"
11
12LICENSE_PATH += "${LAYERDIR}/custom-licenses"
13
14# Let us add layer-specific bbappends which are only applied when that
15# layer is included in our configuration
16BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \
17 for layer in BBFILE_COLLECTIONS.split())}"
18