From f4a608b4d28ae66800c931fd58bc5083abbd03e5 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 4 May 2021 10:08:17 -0400 Subject: 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 --- conf/layer.conf | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 0f0126b5..f1f468bb 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -11,16 +11,6 @@ BBFILE_PRIORITY_virtualization-layer = "8" # Custom licenses used by some packages in this layer 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 += " \ raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bb \ raspberrypi:${LAYERDIR}/dynamic-layers/rasbperrypi/*/*/*.bbappend \ -- cgit v1.2.3-54-g00ecf