mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 09:35:41 +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:
parent
970766c297
commit
8b368e0bf5
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user