On Tue, 2023-12-19 at 15:03 +0000, Jose Quaresma wrote: > > > Richard Purdie <[email protected]> escreveu no dia > terça, 19/12/2023 à(s) 14:35: > > Whilst debugging an autobuilder failure, I wondered why it was > > rebuilding qemu-system-native > > instead of reusing from sstate. The reason was it was overwriting > > DISTRO_FEATURES, > > in this case removing opengl which caused much to rebuild. > > > > The test doesn't need that so don't do it. > > > > Signed-off-by: Richard Purdie <[email protected]> > > --- > > meta/lib/oeqa/selftest/cases/overlayfs.py | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/meta/lib/oeqa/selftest/cases/overlayfs.py > > b/meta/lib/oeqa/selftest/cases/overlayfs.py > > index 4031ded0fe4..a20fa6acc2d 100644 > > --- a/meta/lib/oeqa/selftest/cases/overlayfs.py > > +++ b/meta/lib/oeqa/selftest/cases/overlayfs.py > > @@ -79,7 +79,7 @@ DISTRO_FEATURES:append = " systemd overlayfs > > usrmerge" > > > > config = """ > > IMAGE_INSTALL:append = " overlayfs-user" > > -DISTRO_FEATURES += "systemd overlayfs usrmerge" > > +DISTRO_FEATURES:append "systemd overlayfs usrmerge" > > > > > The equal sign is not there and also the extra space before systemd. > > DISTRO_FEATURES:append = " systemd overlayfs usrmerge"
Well spotted! I'll fix on the branch. I had confirmed the issue but not tested the final fix :(. This issue was causing a cascade of other problems I'm busy trying to untangle. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#192746): https://lists.openembedded.org/g/openembedded-core/message/192746 Mute This Topic: https://lists.openembedded.org/mt/103263022/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
