summaryrefslogtreecommitdiffstats
path: root/recipes-fsl
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-06-14 02:04:02 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-06-14 02:04:02 -0300
commit45561574118d55ab40e949371377847f86cb78b5 (patch)
tree95f4842d35b0299cac4f01e0e05215dd27b03389 /recipes-fsl
parent03506066033e69b46527c622671eb896b5dcc926 (diff)
downloadmeta-freescale-45561574118d55ab40e949371377847f86cb78b5.tar.gz
packagegroup-fsl-tools-testapps: import from meta-freescale-distro
Move the recipe into meta-freescale as part of consolidating all recipe content into a single layer. meta-freescale-distro is becoming a thin backward-compatibility layer that only keeps the distro definitions for the wrynose LTS lifetime and is no longer used for recipe development. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-fsl')
-rw-r--r--recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb45
1 files changed, 45 insertions, 0 deletions
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb
new file mode 100644
index 000000000..2706dca97
--- /dev/null
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb
@@ -0,0 +1,45 @@
1# Copyright (C) 2012-2014, 2016 Freescale Semiconductor
2# Copyright (C) 2015, 2016 O.S. Systems Software LTDA.
3# Released under the MIT license (see COPYING.MIT for the terms)
4
5DESCRIPTION = "Packagegroup used by FSL Community to provide a set of packages and utilities \
6for hardware test."
7SUMMARY = "FSL Community packagegroup - tools/testapps"
8
9PACKAGE_ARCH = "${MACHINE_ARCH}"
10
11inherit packagegroup
12
13SOC_TOOLS_TEST = ""
14SOC_TOOLS_TEST:imx-nxp-bsp = "imx-test"
15SOC_TOOLS_TEST:imxgpu = "imx-test imx-gpu-viv-demos"
16SOC_TOOLS_TEST:qoriq = "ceetm optee-test-qoriq"
17
18RDEPENDS:${PN} = " \
19 alsa-utils \
20 alsa-tools \
21 dosfstools \
22 evtest \
23 e2fsprogs-mke2fs \
24 ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'fsl-rc-local', '', d)} \
25 fbset \
26 i2c-tools \
27 iproute2 \
28 memtester \
29 python3-core \
30 python3-json \
31 python3-datetime \
32 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'v4l-utils', '', d)} \
33 ethtool \
34 mtd-utils \
35 mtd-utils-ubifs \
36 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk+3-demo', '', d)} \
37 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', \
38 'weston-examples', '', d)} \
39 ${SOC_TOOLS_TEST} \
40"
41
42RDEPENDS_IMX_TO_REMOVE = ""
43RDEPENDS_IMX_TO_REMOVE:imxgpu3d = ""
44
45RDEPENDS:${PN}:remove = "${RDEPENDS_IMX_TO_REMOVE}"