ptest-packagelists-meta-oe.inc: Move poco to slow tests

poco ptests take 7+ minutes on a kvm accelerated build system
so it should actually be part of slow test list

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2023-11-29 17:16:01 -08:00
parent b36f67da93
commit 41f16dc063
@@ -31,7 +31,6 @@ PTESTS_FAST_META_OE = "\
nlohmann-json \ nlohmann-json \
nodejs \ nodejs \
onig \ onig \
poco \
protobuf \ protobuf \
sdbus-c++ \ sdbus-c++ \
uthash \ uthash \
@@ -51,6 +50,7 @@ PTESTS_SLOW_META_OE = "\
libusb-compat \ libusb-compat \
rsyslog \ rsyslog \
mariadb \ mariadb \
poco \
re2 \ re2 \
" "
PTESTS_SLOW_META_OE:append:x86 = " kernel-selftest" PTESTS_SLOW_META_OE:append:x86 = " kernel-selftest"