mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
1583815847
commit
c8b6962487
|
@ -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 \
|
||||||
|
"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user