diff options
-rw-r--r-- | conf/layer.conf | 9 |
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. |
13 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" | 13 | LICENSE_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. | ||
20 | BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bbappend' % layer \ | ||
21 | for layer in BBFILE_COLLECTIONS.split())}" | ||
22 | BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer \ | ||
23 | for layer in BBFILE_COLLECTIONS.split())}" | ||