aboutsummaryrefslogtreecommitdiffstats
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 @@
-# We have a packages directory, add to BBFILES
-BBPATH .= ":${LAYERDIR}"
-
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*"
-BBFILES += "${LAYERDIR}/images/*.bb*"
-BBFILES += "${LAYERDIR}/classes/*.bb*"
-
-BBFILE_COLLECTIONS += "fsl-ppc"
-BBFILE_PATTERN_fsl-ppc = "^${LAYERDIR}/"
-BBFILE_PRIORITY_fsl-ppc = "5"
-
-LICENSE_PATH += "${LAYERDIR}/custom-licenses"
-
-# Let us add layer-specific bbappends which are only applied when that
-# layer is included in our configuration
-BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \
- for layer in BBFILE_COLLECTIONS.split())}"
-