From: Bruce Ashfield Date: Tue, 9 Mar 2021 19:23:37 +0000 (-0500) Subject: reproducibile: remove perf from exclusions X-Git-Tag: yocto-3.3~176 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2989779fa244ec2c2c714c27f67753eefeeaf4af;p=openembedded-core.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 0d0259477e..86cf6c5daa 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' ]