summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe
diff options
context:
space:
mode:
authorChristoph Vogtländer <christoph.vogtlaender@loewensteinmedical.com>2024-02-20 12:28:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-21 22:20:10 +0000
commit48f2d03183f00126e778d141f62ad1502fe3afac (patch)
treeee47ca0431019c0211c623dd6d275d6065472a8f /meta/classes-recipe
parentfc8e5d7c13f62e987b76971116cf290fd01a0c8f (diff)
downloadpoky-48f2d03183f00126e778d141f62ad1502fe3afac.tar.gz
overlayfs: add missing vardeps
Fixes [YOCTO #15120] Consider OVERLAYFS_WRITABLE_PATHS as dependecy of do_create_overlayfs_units() in order to rebuild the recipe when changing the used mount point. Tested in a local recipe by changing the used mount point and verified that the recipe was re-build: passed (From OE-Core rev: 65423847ac843682d4670d41a94d509f18ce8735) Signed-off-by: Christoph Vogtländer <christoph.vogtlaender@loewensteinmedical.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe')
-rw-r--r--meta/classes-recipe/overlayfs.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes-recipe/overlayfs.bbclass b/meta/classes-recipe/overlayfs.bbclass
index 53d65d7531..a82763ec10 100644
--- a/meta/classes-recipe/overlayfs.bbclass
+++ b/meta/classes-recipe/overlayfs.bbclass
@@ -138,4 +138,5 @@ do_install:append() {
138 done 138 done
139} 139}
140 140
141do_create_overlayfs_units[vardeps] += "OVERLAYFS_WRITABLE_PATHS"
141addtask create_overlayfs_units before do_install 142addtask create_overlayfs_units before do_install