| Message ID | 20251229181848.1160714-2-raj.khem@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-initramfs,1/2] initramfs-kexecboot-image: Allow supported architectures | expand |
diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc index 2505997ee7..f8d9ee6f9b 100644 --- a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc +++ b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc @@ -67,7 +67,8 @@ PTESTS_FAST_META_OE:append:x86-64 = " mcelog" PTESTS_FAST_META_OE:remove:libc-musl = "jemalloc minicoredumper oprofile" PTESTS_FAST_META_OE:remove:riscv64 = "nodejs oprofile" -PTESTS_FAST_META_OE:remove:riscv32 = "nodejs oprofile" +# botan needs go +PTESTS_FAST_META_OE:remove:riscv32 = "botan nodejs oprofile" PTESTS_SLOW_META_OE = "\ c-ares \
It needs go compiler and runtime which is missing on rv32 Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)