From: Bruce Ashfield Date: Tue, 9 Mar 2021 19:23:37 +0000 (-0500) Subject: reproducibile: remove perf from exclusions X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~8434 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2989779fa244ec2c2c714c27f67753eefeeaf4af;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git reproducibile: remove perf from exclusions We have fixes for perf reproducibility, so we can drop it from the exclusion list. Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index 0d0259477e3..86cf6c5daa2 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py @@ -36,7 +36,6 @@ exclude_packages = [ 'go-', 'meson', 'ovmf-shell-efi', - 'perf', 'ruby-ri-docs' ]