mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
51b38953a6
commit
4958bfe013
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user