blob: 9182acf44915d05e2068a398eb9390642ca32bbf [file] [log] [blame]
Patrick Williams8e7b46e2023-05-01 14:19:06 -05001#
2# Lists of the ptest in meta-oe, sorted into two sets by the time they take
3# Please keep these sorted in alphabetical order
4#
5# A first pass at getting all meta-oe recipes which inherit ptest
6# meta_oe_ptest_recipes=$(bitbake-layers show-recipes --recipes-only --layer meta-oe --inherits ptest --bare | tr '\n' ' ' | pcregrep -o1 '^NOTE:.+===(.+)$')
7#
8# ptests which take less than ~30s each
9PTESTS_FAST_META_OE = "\
10 cmocka \
11 cunit \
12 duktape \
13 fmt \
14 function2 \
15 fwupd \
16 gcab \
17 jq \
18 leveldb \
19 libcereal \
20 libee \
21 libio-pty-perl \
22 libmanette \
Andrew Geissler5082cc72023-09-11 08:41:39 -040023 librelp \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050024 libssh \
25 libtinyxml2 \
26 libxml++-5.0 \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050027 libyang \
28 lmdb \
29 minicoredumper \
30 neon \
Patrick Williamsac13d5f2023-11-24 18:59:46 -060031 nlohmann-json \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050032 nodejs \
33 onig \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050034 protobuf \
35 sdbus-c++ \
36 uthash \
37 xmlsec1 \
38 zeromq \
Patrick Williamsac13d5f2023-11-24 18:59:46 -060039 cjson \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050040"
Andrew Geissler8f840682023-07-21 09:09:43 -050041PTESTS_FAST_META_OE:append:x86 = " mcelog"
42PTESTS_FAST_META_OE:append:x86-64 = " mcelog"
43
Patrick Williams8e7b46e2023-05-01 14:19:06 -050044PTESTS_FAST_META_OE:remove:libc-musl = "minicoredumper"
Patrick Williamse760df82023-05-26 11:10:49 -050045PTESTS_FAST_META_OE:remove:riscv64 = "nodejs"
46PTESTS_FAST_META_OE:remove:riscv32 = "nodejs"
Patrick Williams8e7b46e2023-05-01 14:19:06 -050047
48PTESTS_SLOW_META_OE = "\
49 fftw \
50 libusb-compat \
51 rsyslog \
Andrew Geissler220dafd2023-10-04 10:18:08 -050052 mariadb \
Patrick Williamsda295312023-12-05 16:48:56 -060053 poco \
Patrick Williamsac13d5f2023-11-24 18:59:46 -060054 re2 \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050055"
Andrew Geissler20137392023-10-12 04:59:14 -060056PTESTS_SLOW_META_OE:append:x86 = " kernel-selftest"
57PTESTS_SLOW_META_OE:append:x86-64 = " kernel-selftest"
58PTESTS_SLOW_META_OE:remove:libc-musl = "kernel-selftest"
Patrick Williams8e7b46e2023-05-01 14:19:06 -050059
60PTESTS_PROBLEMS_META_OE ="\
61 jemalloc \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050062 keyutils \
63 libdbi-perl \
64 libgpiod \
65 libjcat \
66 libteam \
67 libxml++ \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050068 oprofile \
69 ostree \
70 psqlodbc \
71 pv \
72"