Warning, /packaging/yocto-meta-kde-demo/recipes-core/images/kde-image-devicetest.bb is written in an unsupported language. File is not indexed.

0001 include recipes-core/images/core-image-minimal.bb
0002 
0003 SUMMARY = "image with basic test tools for initial device tests"
0004 
0005 IMAGE_INSTALL:append = " \
0006     dropbear \
0007     gdb \
0008     strace \
0009     htop \
0010     \
0011     kernel-modules \
0012     linux-firmware \
0013     \
0014     drminfo \
0015     pciutils \
0016     \
0017     qtbase-plugins \
0018     qttools-tools \
0019     qtsvg-plugins \
0020     qtdeclarative-plugins \
0021     qtdeclarative-tools \
0022     qtgraphicaleffects-qmlplugins \
0023     qtquickcontrols2-qmlplugins \
0024     qtsvg-qmlplugins \
0025     qtwayland-plugins \
0026     qtwayland-qmlplugins \
0027 "