summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \