summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/layer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index bea5a65..bbdce14 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -12,3 +12,12 @@ BBFILE_PRIORITY_raspberrypi = "9"
12# Additional license directories. 12# Additional license directories.
13LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" 13LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
14 14
15# The dynamic-layers directory hosts the extensions and layer specific
16# modifications.
17#
18# The .bbappend and .bb files are included if the respective layer
19# collection is available.
20BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bbappend' % layer \
21 for layer in BBFILE_COLLECTIONS.split())}"
22BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer \
23 for layer in BBFILE_COLLECTIONS.split())}"