summaryrefslogtreecommitdiffstats
path: root/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/conf/include/ptest-packagelists-meta-oe.inc')
-rw-r--r--meta-oe/conf/include/ptest-packagelists-meta-oe.inc23
1 files changed, 15 insertions, 8 deletions
diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
index a29408a822..d77b97d576 100644
--- a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
+++ b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
@@ -7,9 +7,11 @@
7# 7#
8# ptests which take less than ~30s each 8# ptests which take less than ~30s each
9PTESTS_FAST_META_OE = "\ 9PTESTS_FAST_META_OE = "\
10 asio \
10 cmocka \ 11 cmocka \
11 cunit \ 12 cunit \
12 duktape \ 13 duktape \
14 fuse3 \
13 function2 \ 15 function2 \
14 fwupd \ 16 fwupd \
15 gcab \ 17 gcab \
@@ -17,26 +19,31 @@ PTESTS_FAST_META_OE = "\
17 jq \ 19 jq \
18 leveldb \ 20 leveldb \
19 libcereal \ 21 libcereal \
20 libee \
21 libgpiod \ 22 libgpiod \
23 libjcat \
22 libio-pty-perl \ 24 libio-pty-perl \
23 libmanette \ 25 libmanette \
24 librelp \ 26 librelp \
25 libssh \ 27 libssh \
28 libteam \
26 libtinyxml2 \ 29 libtinyxml2 \
30 libtoml11 \
27 libxml++-5.0 \ 31 libxml++-5.0 \
28 libyang \ 32 libyang \
29 lmdb \ 33 lmdb \
30 microsoft-gsl \ 34 microsoft-gsl \
31 minicoredumper \ 35 minicoredumper \
36 minizip-ng \
32 neon \ 37 neon \
33 nlohmann-json \ 38 nlohmann-json \
34 nodejs \ 39 nodejs \
35 onig \ 40 onig \
36 oprofile \ 41 oprofile \
42 pegtl \
37 protobuf \ 43 protobuf \
38 pv \ 44 pv \
39 sdbus-c++ \ 45 sdbus-c++ \
46 tomlplusplus \
40 uthash \ 47 uthash \
41 xmlsec1 \ 48 xmlsec1 \
42 zeromq \ 49 zeromq \
@@ -45,7 +52,7 @@ PTESTS_FAST_META_OE = "\
45PTESTS_FAST_META_OE:append:x86 = " mcelog" 52PTESTS_FAST_META_OE:append:x86 = " mcelog"
46PTESTS_FAST_META_OE:append:x86-64 = " mcelog" 53PTESTS_FAST_META_OE:append:x86-64 = " mcelog"
47 54
48PTESTS_FAST_META_OE:remove:libc-musl = "minicoredumper" 55PTESTS_FAST_META_OE:remove:libc-musl = "jemalloc minicoredumper oprofile"
49PTESTS_FAST_META_OE:remove:riscv64 = "nodejs oprofile" 56PTESTS_FAST_META_OE:remove:riscv64 = "nodejs oprofile"
50PTESTS_FAST_META_OE:remove:riscv32 = "nodejs oprofile" 57PTESTS_FAST_META_OE:remove:riscv32 = "nodejs oprofile"
51 58
@@ -53,20 +60,20 @@ PTESTS_SLOW_META_OE = "\
53 c-ares \ 60 c-ares \
54 fftw \ 61 fftw \
55 libusb-compat \ 62 libusb-compat \
56 rsyslog \ 63 rocksdb \
57 mariadb \
58 poco \
59 re2 \ 64 re2 \
60" 65"
61PTESTS_SLOW_META_OE:append:x86 = " kernel-selftest" 66PTESTS_SLOW_META_OE:append:x86 = " kernel-selftest"
62PTESTS_SLOW_META_OE:append:x86-64 = " kernel-selftest" 67PTESTS_SLOW_META_OE:append:x86-64 = " kernel-selftest"
63PTESTS_SLOW_META_OE:remove:libc-musl = "kernel-selftest" 68PTESTS_SLOW_META_OE:remove:libc-musl = "kernel-selftest"
64 69
65PTESTS_PROBLEMS_META_OE ="\ 70PTESTS_PROBLEMS_META_OE = "\
66 keyutils \ 71 keyutils \
67 libdbi-perl \ 72 libdbi-perl \
68 libjcat \ 73 mariadb \
69 libteam \
70 ostree \ 74 ostree \
75 poco \
71 psqlodbc \ 76 psqlodbc \
77 rsyslog \
72" 78"
79PTESTS_PROBLEMS_META_OE:append:libc-musl = " jemalloc minicoredumper oprofile"