diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:01 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:01 -0300 |
| commit | df99f27ba855c717b55c738d5839311104e88e64 (patch) | |
| tree | 55c39ccb522bf4bcea73d2d93bf612c03a0f3d04 /recipes-fsl | |
| parent | 9bbf09ea35a1ef771d1657f3f54a6783f7721788 (diff) | |
| download | meta-freescale-df99f27ba855c717b55c738d5839311104e88e64.tar.gz | |
fsl-image-multimedia: 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/images/fsl-image-multimedia.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/recipes-fsl/images/fsl-image-multimedia.bb b/recipes-fsl/images/fsl-image-multimedia.bb new file mode 100644 index 000000000..3a3ce28b8 --- /dev/null +++ b/recipes-fsl/images/fsl-image-multimedia.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | DESCRIPTION = "A console-only image that includes gstreamer packages and \ | ||
| 2 | Freescale's multimedia packages (VPU and GPU) when available for the specific \ | ||
| 3 | machine." | ||
| 4 | |||
| 5 | IMAGE_FEATURES += "\ | ||
| 6 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'weston', \ | ||
| 7 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11-base', \ | ||
| 8 | '', d), d)} \ | ||
| 9 | " | ||
| 10 | |||
| 11 | LICENSE = "MIT" | ||
| 12 | |||
| 13 | inherit core-image | ||
| 14 | |||
| 15 | CORE_IMAGE_EXTRA_INSTALL += " \ | ||
| 16 | packagegroup-fsl-tools-gpu \ | ||
| 17 | packagegroup-fsl-gstreamer1.0 \ | ||
| 18 | packagegroup-imx-tools-audio \ | ||
| 19 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', \ | ||
| 20 | 'weston weston-init weston-examples \ | ||
| 21 | gtk+3-demo', '', d)} \ | ||
| 22 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', \ | ||
| 23 | 'weston-xwayland xterm', '', d)} \ | ||
| 24 | " | ||
| 25 | |||
| 26 | PACKAGE_IMX_TO_REMOVE = "" | ||
| 27 | PACKAGE_IMX_TO_REMOVE:imxgpu2d = "gtk+3-demo" | ||
| 28 | PACKAGE_IMX_TO_REMOVE:imxgpu3d = "" | ||
| 29 | |||
| 30 | CORE_IMAGE_EXTRA_INSTALL:remove = "${PACKAGE_IMX_TO_REMOVE}" | ||
