diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-05-04 10:08:17 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-05-04 10:08:17 -0400 |
| commit | f4a608b4d28ae66800c931fd58bc5083abbd03e5 (patch) | |
| tree | 2730707795cf9b51731d863879a38b1a240a318e | |
| parent | ba24aaeea8daf9247bd0cb00cd2761593d2f4a65 (diff) | |
| download | meta-virtualization-f4a608b4d28ae66800c931fd58bc5083abbd03e5.tar.gz | |
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>
| -rw-r--r-- | conf/layer.conf | 10 |
1 files changed, 0 insertions, 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" | |||
| 11 | # Custom licenses used by some packages in this layer | 11 | # Custom licenses used by some packages in this layer |
| 12 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" | 12 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" |
| 13 | 13 | ||
| 14 | # The dynamic-layers directory hosts extensions and layer-specific | ||
| 15 | # modifications. | ||
| 16 | # | ||
| 17 | # The .bbappend and .bb files are included if the respective layer | ||
| 18 | # collection is available. | ||
| 19 | BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bbappend' % layer \ | ||
| 20 | for layer in BBFILE_COLLECTIONS.split())}" | ||
| 21 | BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer \ | ||
| 22 | for layer in BBFILE_COLLECTIONS.split())}" | ||
| 23 | |||
| 24 | BBFILES_DYNAMIC += " \ | 14 | BBFILES_DYNAMIC += " \ |
| 25 | raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bb \ | 15 | raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bb \ |
| 26 | raspberrypi:${LAYERDIR}/dynamic-layers/rasbperrypi/*/*/*.bbappend \ | 16 | raspberrypi:${LAYERDIR}/dynamic-layers/rasbperrypi/*/*/*.bbappend \ |
