summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-05-04 10:08:17 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-05-04 10:08:17 -0400
commitf4a608b4d28ae66800c931fd58bc5083abbd03e5 (patch)
tree2730707795cf9b51731d863879a38b1a240a318e /conf
parentba24aaeea8daf9247bd0cb00cd2761593d2f4a65 (diff)
downloadmeta-virtualization-f4a608b4d28ae66800c931fd58bc5083abbd03e5.tar.gz
conf: drop old-style BBFILES dynamic
BBFILES_DYNAMIC has existed for several years, we don't need the precursor BBFILES for dynamic layers. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 0f0126b5..f1f468bb 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -11,16 +11,6 @@ BBFILE_PRIORITY_virtualization-layer = "8"
11# Custom licenses used by some packages in this layer 11# Custom licenses used by some packages in this layer
12LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" 12LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
13 13
14# The dynamic-layers directory hosts extensions and layer-specific
15# modifications.
16#
17# The .bbappend and .bb files are included if the respective layer
18# collection is available.
19BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bbappend' % layer \
20 for layer in BBFILE_COLLECTIONS.split())}"
21BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer \
22 for layer in BBFILE_COLLECTIONS.split())}"
23
24BBFILES_DYNAMIC += " \ 14BBFILES_DYNAMIC += " \
25 raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bb \ 15 raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bb \
26 raspberrypi:${LAYERDIR}/dynamic-layers/rasbperrypi/*/*/*.bbappend \ 16 raspberrypi:${LAYERDIR}/dynamic-layers/rasbperrypi/*/*/*.bbappend \