]> code.ossystems Code Review - openembedded-core.git/commitdiff
overlayfs: meta-selftest recipe fix
authorVyacheslav Yurkov <uvv.mail@gmail.com>
Sun, 17 Oct 2021 08:08:57 +0000 (10:08 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 30 Oct 2021 21:31:49 +0000 (22:31 +0100)
Avoid strict assignment in the recipe to allow overrides in .inc file

Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/recipes-test/overlayfs-user/overlayfs-user.bb

index 60405067de39e43cb6b542e60fa03a2eb97d3057..913a4d1fdb3d880ab6be98862d5ea20474e67a17 100644 (file)
@@ -8,7 +8,7 @@ EXCLUDE_FROM_WORLD = "1"
 inherit ${@bb.utils.contains("DISTRO_FEATURES", "overlayfs", "overlayfs", "", d)}
 include test_recipe.inc
 
-OVERLAYFS_WRITABLE_PATHS[mnt-overlay] = "/usr/share/my-application"
+OVERLAYFS_WRITABLE_PATHS[mnt-overlay] += "/usr/share/my-application"
 
 do_install() {
     install -d ${D}/usr/share/my-application