Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 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)
This commit is contained in:
51
sources/meta-qt6/coin/test-ptest.inc
Normal file
51
sources/meta-qt6/coin/test-ptest.inc
Normal file
@@ -0,0 +1,51 @@
|
||||
IMAGE_CLASSES += "testimage"
|
||||
QB_MEM = "-m 8192"
|
||||
TEST_SUITES = "ssh ping parselogs ptest"
|
||||
IMAGE_FEATURES += "ssh-server-dropbear"
|
||||
IMAGE_INSTALL:append = "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qt3d-ptest', '', d)} \
|
||||
qt5compat-ptest \
|
||||
qtbase-ptest \
|
||||
qtcharts-ptest \
|
||||
qtcoap-ptest \
|
||||
qtconnectivity-ptest \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtdatavis3d-ptest', '', d)} \
|
||||
qtdeclarative-ptest \
|
||||
qtdeviceutilities-ptest \
|
||||
qtgraphs-ptest \
|
||||
qtgrpc-ptest \
|
||||
qthttpserver-ptest \
|
||||
qtimageformats-ptest \
|
||||
qtinterfaceframework-ptest \
|
||||
qtlocation-ptest \
|
||||
qtlottie-ptest \
|
||||
qtmqtt-ptest \
|
||||
qtmultimedia-ptest \
|
||||
qtnetworkauth-ptest \
|
||||
qtopcua-ptest \
|
||||
qtpositioning-ptest \
|
||||
qtquick3d-ptest \
|
||||
qtquickdesigner-components-ptest \
|
||||
qtquicktimeline-ptest \
|
||||
qtremoteobjects-ptest \
|
||||
qtscxml-ptest \
|
||||
qtsensors-ptest \
|
||||
qtserialbus-ptest \
|
||||
qtserialport-ptest \
|
||||
qtshadertools-ptest \
|
||||
qtspeech-ptest \
|
||||
qtsvg-ptest \
|
||||
qttools-ptest \
|
||||
qtvirtualkeyboard-ptest \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'qtwayland-ptest', '', d)} \
|
||||
qtwebchannel-ptest \
|
||||
qtwebsockets-ptest \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtpdf-ptest', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebengine-ptest', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebview-ptest', '', d)} \
|
||||
${@bb.utils.contains('QT_COMMERCIAL_MODULES', '1', '\
|
||||
qmlcompilerplus-ptest \
|
||||
qtinsighttracker-ptest \
|
||||
qtvncserver-ptest \
|
||||
', '', d)} \
|
||||
"
|
||||
Reference in New Issue
Block a user