- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
74 lines
1.5 KiB
PHP
74 lines
1.5 KiB
PHP
#
|
|
# Lists of the ptest in meta-oe, sorted into two sets by the time they take
|
|
# Please keep these sorted in alphabetical order
|
|
#
|
|
# A first pass at getting all meta-oe recipes which inherit ptest
|
|
# meta_oe_ptest_recipes=$(bitbake-layers show-recipes --recipes-only --layer meta-oe --inherits ptest --bare | tr '\n' ' ' | pcregrep -o1 '^NOTE:.+===(.+)$')
|
|
#
|
|
# ptests which take less than ~30s each
|
|
PTESTS_FAST_META_OE = "\
|
|
asio \
|
|
cmocka \
|
|
cunit \
|
|
duktape \
|
|
function2 \
|
|
fwupd \
|
|
gcab \
|
|
jemalloc \
|
|
jq \
|
|
leveldb \
|
|
libcereal \
|
|
libee \
|
|
libgpiod \
|
|
libio-pty-perl \
|
|
libmanette \
|
|
librelp \
|
|
libssh \
|
|
libtinyxml2 \
|
|
libxml++-5.0 \
|
|
libyang \
|
|
lmdb \
|
|
microsoft-gsl \
|
|
minicoredumper \
|
|
neon \
|
|
nlohmann-json \
|
|
nodejs \
|
|
onig \
|
|
oprofile \
|
|
protobuf \
|
|
pv \
|
|
sdbus-c++ \
|
|
uthash \
|
|
xmlsec1 \
|
|
zeromq \
|
|
cjson \
|
|
"
|
|
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 oprofile"
|
|
PTESTS_FAST_META_OE:remove:riscv32 = "nodejs oprofile"
|
|
|
|
PTESTS_SLOW_META_OE = "\
|
|
c-ares \
|
|
fftw \
|
|
libusb-compat \
|
|
rsyslog \
|
|
mariadb \
|
|
poco \
|
|
re2 \
|
|
"
|
|
PTESTS_SLOW_META_OE:append:x86 = " kernel-selftest"
|
|
PTESTS_SLOW_META_OE:append:x86-64 = " kernel-selftest"
|
|
PTESTS_SLOW_META_OE:remove:libc-musl = "kernel-selftest"
|
|
|
|
PTESTS_PROBLEMS_META_OE ="\
|
|
keyutils \
|
|
libdbi-perl \
|
|
libjcat \
|
|
libteam \
|
|
ostree \
|
|
psqlodbc \
|
|
"
|