diff options
-rw-r--r-- | conf/layer.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index c13da82..67eb98f 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -25,8 +25,8 @@ BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer | |||
25 | for layer in BBFILE_COLLECTIONS.split())}" | 25 | for layer in BBFILE_COLLECTIONS.split())}" |
26 | 26 | ||
27 | BBFILES_DYNAMIC += " \ | 27 | BBFILES_DYNAMIC += " \ |
28 | qt5-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \ | 28 | openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \ |
29 | qt5-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \ | 29 | openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \ |
30 | qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \ | 30 | qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \ |
31 | qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \ | 31 | qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \ |
32 | " | 32 | " |