diff options
author | Ross Burton <ross.burton@arm.com> | 2025-10-07 11:42:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-07 13:53:07 +0100 |
commit | afd954067337dfb41d9d334424a7c52d0f71e66f (patch) | |
tree | 180f5fd5e263126f5f6b255a16ccd8cd6b9b0a81 /scripts/lib/wic/plugins/source/bootimg_biosplusefi.py | |
parent | 5a5a96cf5744c79476c7df21a6630c1eb174699f (diff) | |
download | poky-afd954067337dfb41d9d334424a7c52d0f71e66f.tar.gz |
clang: globally disable build-time RPATHs for reproducibility
Various bits of the LLVM project set the build RPATH in a way that means
we have non-deterministic binaries even though we should always be using
relative paths.
This clearly is not working as some of the binaries get rewritten on
install and have large string paddings that correlate with erased build
paths.
So that we don't have to disable RPATHs in every recipe, just do it once
in the common include file and remove the existing recipe-specific
assignments that are now not needed.
(From OE-Core rev: 7ae30b5b9aab3037ae66b0491cdf1af34d38b20f)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/plugins/source/bootimg_biosplusefi.py')
0 files changed, 0 insertions, 0 deletions