mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
ptest-packagelists-meta-oe: Limit mcelog to x86/x86_64
mcelog is only available on x86 and x86_64 architectures. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -26,7 +26,6 @@ PTESTS_FAST_META_OE = "\
|
||||
libxmlb \
|
||||
libyang \
|
||||
lmdb \
|
||||
mcelog \
|
||||
minicoredumper \
|
||||
neon \
|
||||
nodejs \
|
||||
@@ -38,6 +37,9 @@ PTESTS_FAST_META_OE = "\
|
||||
xmlsec1 \
|
||||
zeromq \
|
||||
"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user