]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
staging: add 'vardepsexclude' to 'staging_populate_sysroot_dir'
authorAdam Blank <adam.blank.g@gmail.com>
Sat, 18 Apr 2026 18:34:02 +0000 (20:34 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Jun 2026 14:50:15 +0000 (15:50 +0100)
It will be needed when 'extend_recipe_sysroot' is no longer
ignored when calculating signatures.

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/classes-global/staging.bbclass

index 93a7af0005e705a7656da6eaa633c7d9518dd023..b8689d835d3cef437cc815b198b1f040da55be2d 100644 (file)
@@ -248,6 +248,8 @@ def staging_populate_sysroot_dir(targetsysroot, nativesysroot, native, d):
     for p in sorted(postinsts):
         bb.note("Running postinst {}, output:\n{}".format(p, subprocess.check_output(p, shell=True, stderr=subprocess.STDOUT)))
 
+staging_populate_sysroot_dir[vardepsexclude] += "PACKAGE_EXTRA_ARCHS"
+
 #
 # Manifests here are complicated. The main sysroot area has the unpacked sstate
 # which is unrelocated and tracked by the main sstate manifests. Each recipe