mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
overlayfs: meta-selftest recipe fix
Avoid strict assignment in the recipe to allow overrides in .inc file (From OE-Core rev: 2006e157d7dae3fd6aefd8f0f84afa0371b69449) Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
8eb35a9558
commit
57979576f3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user