]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
wic-tool: add 'extend_recipe_sysroot' to 'vardepsexclude'
authorAdam Blank <adam.blank.g@gmail.com>
Sat, 18 Apr 2026 18:34:06 +0000 (20:34 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Jun 2026 14:50:15 +0000 (15:50 +0100)
'do_build_sysroot' did not declare this explicitly,
 but made use of the fact, that 'extend_recipe_sysroot' is
ignored on the base hash level.

Signed-off-by: Adam Blank <adam.blank.g@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/wic-tools.bb

index 45fb873dd6bd389844eb4fb4539d49ecfaf17c4b..1f86347739185d335f6866bb26ad71afb45cf683 100644 (file)
@@ -27,3 +27,4 @@ python do_build_sysroot () {
     bb.build.exec_func("extend_recipe_sysroot", d)
 }
 addtask do_build_sysroot after do_prepare_recipe_sysroot before do_build
+do_build_sysroot[vardepsexclude] += "extend_recipe_sysroot"
\ No newline at end of file