summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2021-05-04 09:14:56 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-13 22:10:01 +0100
commit55dc503f4ab33e2aa51a3a6e4003131e0b9355ff (patch)
treeafdd12af57c75206fc334b0029f6568518195227
parent6075d688dc7b0c20b5eadb4db2c78d50466be7e7 (diff)
downloadopenembedded-core-contrib-55dc503f4ab33e2aa51a3a6e4003131e0b9355ff.tar.gz
reproducible.py: add quilt-ptest and valgrind-ptest
Both don't seem to be reproducible with fedora 33 Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index f5e3bff5a4..0e44ce4dbf 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -54,12 +54,14 @@ exclude_packages = [
'piglit',
'pybootchartgui',
'qemu',
+ 'quilt-ptest',
"rpm",
'rsync',
'ruby',
'stress-ng',
'systemd-bootchart',
'systemtap',
+ 'valgrind-ptest',
'vim',
'webkitgtk',
]