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 | 03506066033e69b46527c622671eb896b5dcc926 (patch) | |
| tree | 72d8537119ee3757bace5f1590f6cd16b5ef5f9a | |
| parent | 20d3b105e6964b31f6a323656d90e59265efc376 (diff) | |
| download | meta-freescale-03506066033e69b46527c622671eb896b5dcc926.tar.gz | |
packagegroup-fsl-tools-gpu-external: 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>
| -rw-r--r-- | recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb new file mode 100644 index 000000000..a361a4dd2 --- /dev/null +++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | # Copyright (C) 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 | DESCRIPTION = "Package group used by FSL Community to provide graphic packages used \ | ||
| 5 | to test the several hardware accelerated graphics APIs including packages not \ | ||
| 6 | provided by Freescale." | ||
| 7 | SUMMARY = "FSL Community Package group - tools/gpu/external" | ||
| 8 | |||
| 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 10 | |||
| 11 | inherit packagegroup | ||
| 12 | |||
| 13 | SOC_TOOLS_GPU_X11 = "" | ||
| 14 | SOC_TOOLS_GPU_X11:imxgpu2d = " mesa-demos glmark2 gtkperf" | ||
| 15 | |||
| 16 | SOC_TOOLS_GPU_FB = "" | ||
| 17 | |||
| 18 | SOC_TOOLS_GPU_WAYLAND = "" | ||
| 19 | |||
| 20 | SOC_TOOLS_GPU_XWAYLAND = "" | ||
| 21 | SOC_TOOLS_GPU_XWAYLAND:imxgpu2d = "mesa-demos gtkperf" | ||
| 22 | |||
| 23 | RDEPENDS:${PN} = " \ | ||
| 24 | ${@bb.utils.contains("DISTRO_FEATURES", "x11 wayland", "${SOC_TOOLS_GPU_XWAYLAND}", \ | ||
| 25 | bb.utils.contains("DISTRO_FEATURES", "wayland", "${SOC_TOOLS_GPU_WAYLAND}", \ | ||
| 26 | bb.utils.contains("DISTRO_FEATURES", "x11", "${SOC_TOOLS_GPU_X11}", \ | ||
| 27 | "${SOC_TOOLS_GPU_FB}", d), d), d)} \ | ||
| 28 | " | ||
