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" Jose > OVERLAYFS_QA_SKIP[mnt-overlay] = "mount-configured" > """ > > -- > 2.39.2 > > > > > -- Best regards, José Quaresma
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#192745): https://lists.openembedded.org/g/openembedded-core/message/192745 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]] -=-=-=-=-=-=-=-=-=-=-=-
