mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
oeqa/selftest/overlayfs: Fix whitespace
My previous fix missed out whitespace with the append, fix that. (From OE-Core rev: 393c4459851642b8b7e93ff303d6526cd5c97b22) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> # 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 = """
|
config = """
|
||||||
IMAGE_INSTALL:append = " overlayfs-user"
|
IMAGE_INSTALL:append = " overlayfs-user"
|
||||||
DISTRO_FEATURES:append = "systemd overlayfs usrmerge"
|
DISTRO_FEATURES:append = " systemd overlayfs usrmerge"
|
||||||
OVERLAYFS_QA_SKIP[mnt-overlay] = "mount-configured"
|
OVERLAYFS_QA_SKIP[mnt-overlay] = "mount-configured"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user