mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
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:
@@ -42,8 +42,7 @@ exclude_packages = [
|
||||
'perf',
|
||||
'python3-cython',
|
||||
'qemu',
|
||||
'ruby-ri-docs',
|
||||
'systemd-bootchart'
|
||||
'ruby-ri-docs'
|
||||
]
|
||||
|
||||
def is_excluded(package):
|
||||
|
||||
Reference in New Issue
Block a user