mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
ptest-packagelists-meta-oe: jemalloc and oprofile are passing now
Move them into PTESTS_FAST_META_OE Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -13,6 +13,7 @@ PTESTS_FAST_META_OE = "\
|
||||
function2 \
|
||||
fwupd \
|
||||
gcab \
|
||||
jemalloc \
|
||||
jq \
|
||||
leveldb \
|
||||
libcereal \
|
||||
@@ -32,6 +33,7 @@ PTESTS_FAST_META_OE = "\
|
||||
nlohmann-json \
|
||||
nodejs \
|
||||
onig \
|
||||
oprofile \
|
||||
protobuf \
|
||||
sdbus-c++ \
|
||||
uthash \
|
||||
@@ -43,8 +45,8 @@ PTESTS_FAST_META_OE:append:x86 = " mcelog"
|
||||
PTESTS_FAST_META_OE:append:x86-64 = " mcelog"
|
||||
|
||||
PTESTS_FAST_META_OE:remove:libc-musl = "minicoredumper"
|
||||
PTESTS_FAST_META_OE:remove:riscv64 = "nodejs"
|
||||
PTESTS_FAST_META_OE:remove:riscv32 = "nodejs"
|
||||
PTESTS_FAST_META_OE:remove:riscv64 = "nodejs oprofile"
|
||||
PTESTS_FAST_META_OE:remove:riscv32 = "nodejs oprofile"
|
||||
|
||||
PTESTS_SLOW_META_OE = "\
|
||||
c-ares \
|
||||
@@ -60,16 +62,11 @@ PTESTS_SLOW_META_OE:append:x86-64 = " kernel-selftest"
|
||||
PTESTS_SLOW_META_OE:remove:libc-musl = "kernel-selftest"
|
||||
|
||||
PTESTS_PROBLEMS_META_OE ="\
|
||||
jemalloc \
|
||||
keyutils \
|
||||
libdbi-perl \
|
||||
libjcat \
|
||||
libteam \
|
||||
oprofile \
|
||||
ostree \
|
||||
psqlodbc \
|
||||
pv \
|
||||
"
|
||||
|
||||
PTESTS_PROBLEMS_META_OE:remove:riscv64 = "oprofile"
|
||||
PTESTS_PROBLEMS_META_OE:remove:riscv32 = "oprofile"
|
||||
|
||||
Reference in New Issue
Block a user