summaryrefslogtreecommitdiffstats
path: root/meta-agl-devel/ATTIC/meta-audio-4a-framework/conf/layer.conf
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /meta-agl-devel/ATTIC/meta-audio-4a-framework/conf/layer.conf
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'meta-agl-devel/ATTIC/meta-audio-4a-framework/conf/layer.conf')
-rw-r--r--meta-agl-devel/ATTIC/meta-audio-4a-framework/conf/layer.conf23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-agl-devel/ATTIC/meta-audio-4a-framework/conf/layer.conf b/meta-agl-devel/ATTIC/meta-audio-4a-framework/conf/layer.conf
deleted file mode 100644
index dc190b66..00000000
--- a/meta-agl-devel/ATTIC/meta-audio-4a-framework/conf/layer.conf
+++ /dev/null
@@ -1,23 +0,0 @@
-# We have a conf and classes directory, add to BBPATH
-BBPATH .= ":${LAYERDIR}"
-
-# Fix for SPEC-1588
-# Let us add layer-specific bbappends which are only applied when that
-# layer is included in our configuration -
-# e.g. only add layers if a bsp is present.
-# This is based on the BBFILE_COLLECTIONS name of the layer.
-BBFILES += "${@' '.join('${LAYERDIR}/meta-%s/recipes*/*/*.bbappend' % layer \
- for layer in BBFILE_COLLECTIONS.split())}"
-BBFILES += "${@' '.join('${LAYERDIR}/meta-%s/recipes*/*/*.bb' % layer \
- for layer in BBFILE_COLLECTIONS.split())}"
-
-
-# We have recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
- ${LAYERDIR}/recipes-*/*/*.bbappend"
-
-BBFILE_COLLECTIONS += "4a-framework"
-BBFILE_PATTERN_4a-framework = "^${LAYERDIR}/"
-BBFILE_PRIORITY_4a-framework = "8"
-
-LAYERSERIES_COMPAT_4a-framework = "thud"