From: Richard Purdie Date: Fri, 19 Mar 2021 17:51:55 +0000 (+0000) Subject: selftest/reproducible: Drop ovmf exclusion X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~8391 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58e02c83dcf4d6c40c206a0371ef5d7f8db2b272;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git selftest/reproducible: Drop ovmf exclusion The hardcoded path issue was fixed, drop the exclusion. Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index 1945a12c319..a62757399b9 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py @@ -33,7 +33,6 @@ exclude_packages = [ 'go-runtime', 'go_', 'go-', - 'ovmf-shell-efi', 'ruby-ri-docs' ]