Hi Robert, On Sat, Aug 3, 2024 at 4:23 AM Robert Yang via lists.yoctoproject.org <liezhi.yang=windriver....@lists.yoctoproject.org> wrote:
> From: Robert Yang <liezhi.y...@windriver.com> > > The following doubles BBFILES for all layers in BBFILE_COLLECTIONS: > BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % > layer \ > for layer in BBFILE_COLLECTIONS.split())}" > > And most of them are invalid, use BBFILES_DYNAMIC is the correct solution. > > Signed-off-by: Robert Yang <liezhi.y...@windriver.com> > --- > Thanks for your contribution. Could you raise it as a PR in Github so we can trigger the CI pipelines? https://github.com/agherzan/meta-raspberrypi > conf/layer.conf | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > > diff --git a/conf/layer.conf b/conf/layer.conf > index 21fa529..b114fba 100644 > --- a/conf/layer.conf > +++ b/conf/layer.conf > @@ -23,11 +23,6 @@ LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" > # > # 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 += " \ > > openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \ > > > openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend > \ > @@ -37,6 +32,8 @@ BBFILES_DYNAMIC += " \ > qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \ > multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bb > \ > > multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bbappend > \ > + meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bb \ > + meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bbappend \ > " > > DEFAULT_TEST_SUITES:remove:rpi = "parselogs" > -- > 2.25.1 > -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63716): https://lists.yoctoproject.org/g/yocto/message/63716 Mute This Topic: https://lists.yoctoproject.org/mt/107697042/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-