From 18299a114c66280ba2d00becc3fae235d3a6cbd7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 1 Mar 2021 14:23:31 +0000 Subject: lttng: Fix reproducibility issues Add a hack to hardcode in specific rpaths which we then remove, allowing the build to be reproducible. Strip build patches out of one of the test scripts too. Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/reproducible.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/lib') diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index bd260a4139..9c6f2e89d9 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py @@ -34,8 +34,6 @@ exclude_packages = [ 'go-runtime', 'go_', 'go-', - 'lttng-tools-dbg', - 'lttng-tools-ptest', 'ltp', 'meson', 'ovmf-shell-efi', -- cgit 1.2.3-korg