mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 20:02:24 +02:00
oeqa/selftest/overlayfs: Don't overwrite DISTRO_FEATURES
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. (From OE-Core rev: fdcc011608fd9558a081d0ace3eaf7192d9fcaef) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
OVERLAYFS_QA_SKIP[mnt-overlay] = "mount-configured"
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user