|
@@ -20,11 +20,6 @@ LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
|
|
|
#
|
|
|
# The .bbappend and .bb files are included if the respective layer
|
|
|
# collection is available.
|
|
|
-BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bbappend' % layer \
|
|
|
- for layer in BBFILE_COLLECTIONS.split())}"
|
|
|
-BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer \
|
|
|
- for layer in BBFILE_COLLECTIONS.split())}"
|
|
|
-
|
|
|
BBFILES_DYNAMIC += " \
|
|
|
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \
|
|
|
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \
|
|
@@ -34,6 +29,8 @@ BBFILES_DYNAMIC += " \
|
|
|
qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \
|
|
|
multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bb \
|
|
|
multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bbappend \
|
|
|
+ meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bb \
|
|
|
+ meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bbappend \
|
|
|
"
|
|
|
|
|
|
DEFAULT_TEST_SUITES:remove:rpi = "parselogs"
|