mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
conf: drop old-style BBFILES dynamic
BBFILES_DYNAMIC has existed for several years, we don't need the precursor BBFILES for dynamic layers. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
ba24aaeea8
commit
f4a608b4d2
|
@ -11,16 +11,6 @@ BBFILE_PRIORITY_virtualization-layer = "8"
|
||||||
# Custom licenses used by some packages in this layer
|
# Custom licenses used by some packages in this layer
|
||||||
LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
|
LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
|
||||||
|
|
||||||
# The dynamic-layers directory hosts extensions and layer-specific
|
|
||||||
# modifications.
|
|
||||||
#
|
|
||||||
# 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 += " \
|
BBFILES_DYNAMIC += " \
|
||||||
raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bb \
|
raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bb \
|
||||||
raspberrypi:${LAYERDIR}/dynamic-layers/rasbperrypi/*/*/*.bbappend \
|
raspberrypi:${LAYERDIR}/dynamic-layers/rasbperrypi/*/*/*.bbappend \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user