diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:02 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:02 -0300 |
| commit | 45561574118d55ab40e949371377847f86cb78b5 (patch) | |
| tree | 95f4842d35b0299cac4f01e0e05215dd27b03389 /recipes-fsl | |
| parent | 03506066033e69b46527c622671eb896b5dcc926 (diff) | |
| download | meta-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.bb | 45 |
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 | |||
| 5 | DESCRIPTION = "Packagegroup used by FSL Community to provide a set of packages and utilities \ | ||
| 6 | for hardware test." | ||
| 7 | SUMMARY = "FSL Community packagegroup - tools/testapps" | ||
| 8 | |||
| 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 10 | |||
| 11 | inherit packagegroup | ||
| 12 | |||
| 13 | SOC_TOOLS_TEST = "" | ||
| 14 | SOC_TOOLS_TEST:imx-nxp-bsp = "imx-test" | ||
| 15 | SOC_TOOLS_TEST:imxgpu = "imx-test imx-gpu-viv-demos" | ||
| 16 | SOC_TOOLS_TEST:qoriq = "ceetm optee-test-qoriq" | ||
| 17 | |||
| 18 | RDEPENDS:${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 | |||
| 42 | RDEPENDS_IMX_TO_REMOVE = "" | ||
| 43 | RDEPENDS_IMX_TO_REMOVE:imxgpu3d = "" | ||
| 44 | |||
| 45 | RDEPENDS:${PN}:remove = "${RDEPENDS_IMX_TO_REMOVE}" | ||
