conf/layer.conf: Use BBFILES_DYNAMIC to handle dynamic-layers
BBFILES_DYNAMIC can be used to activate content only when given layers are present. For now just add qt5 layer to the BBFILES_DYNAMIC list Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@ -23,3 +23,8 @@ BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bbappend' %
|
|||||||
for layer in BBFILE_COLLECTIONS.split())}"
|
for layer in BBFILE_COLLECTIONS.split())}"
|
||||||
BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer \
|
BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer \
|
||||||
for layer in BBFILE_COLLECTIONS.split())}"
|
for layer in BBFILE_COLLECTIONS.split())}"
|
||||||
|
|
||||||
|
BBFILES_DYNAMIC += " \
|
||||||
|
qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \
|
||||||
|
qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \
|
||||||
|
"
|
||||||
|
Reference in New Issue
Block a user