| Message ID | 20260418-extend_recipe_sysroot-v1-2-8aeb383ba743@gmail.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | Remove 'extend_recipe_sysroot' from 'BB_HASHEXCLUDE_COMMON' | expand |
diff --git a/meta/classes-global/staging.bbclass b/meta/classes-global/staging.bbclass index 1008867a6c..259603dcbf 100644 --- a/meta/classes-global/staging.bbclass +++ b/meta/classes-global/staging.bbclass @@ -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 us unrelocated and tracked by the main sstate manifests. Each recipe
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> --- meta/classes-global/staging.bbclass | 2 ++ 1 file changed, 2 insertions(+)