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>
This commit is contained in:
Richard Purdie
2021-02-28 17:26:21 +00:00
parent 9b7971fcc5
commit ed7151f985
3 changed files with 21 additions and 2 deletions

View File

@@ -42,8 +42,7 @@ exclude_packages = [
'perf',
'python3-cython',
'qemu',
'ruby-ri-docs',
'systemd-bootchart'
'ruby-ri-docs'
]
def is_excluded(package):