diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-28 17:26:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-01 11:12:16 +0000 |
commit | ed7151f9856791fc4a24b1a0a88f87c442b29f38 (patch) | |
tree | 64920f477cebc538a180877ebc875af6ea01d202 /meta/lib | |
parent | 9b7971fcc5aa5bf921f760e568899a416f2a6542 (diff) | |
download | poky-ed7151f9856791fc4a24b1a0a88f87c442b29f38.tar.gz |
systemd-bootchart: Disable LTO to fix reproducibility
LTO likely doesn't buy us much here, disable it to allow the binaries
to be reproducible.
(From OE-Core rev: b4b5e52b5bd98deb0855700e4aae6228d52e5a83)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/reproducible.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index bf2d28e508..f2d9f95292 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py | |||
@@ -42,8 +42,7 @@ exclude_packages = [ | |||
42 | 'perf', | 42 | 'perf', |
43 | 'python3-cython', | 43 | 'python3-cython', |
44 | 'qemu', | 44 | 'qemu', |
45 | 'ruby-ri-docs', | 45 | 'ruby-ri-docs' |
46 | 'systemd-bootchart' | ||
47 | ] | 46 | ] |
48 | 47 | ||
49 | def is_excluded(package): | 48 | def is_excluded(package): |