]> code.ossystems Code Review - openembedded-core.git/commitdiff
reproducibile: remove perf from exclusions
authorBruce Ashfield <bruce.ashfield@gmail.com>
Tue, 9 Mar 2021 19:23:37 +0000 (14:23 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Mar 2021 15:35:11 +0000 (15:35 +0000)
We have fixes for perf reproducibility, so we can drop it from the
exclusion list.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/reproducible.py

index 0d0259477e30039cd81a9cc2b2a4a98ded39dba4..86cf6c5daa2bd123554ecad5b0fdc68cf8a7d5b9 100644 (file)
@@ -36,7 +36,6 @@ exclude_packages = [
        'go-',
        'meson',
        'ovmf-shell-efi',
-       'perf',
        'ruby-ri-docs'
        ]