summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-06-14 02:04:01 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-06-14 02:04:01 -0300
commitf0665e342618ced8190f4d00145ab948760a6359 (patch)
tree3a4e5fb1ace5da5d332639943dde197b05c79430
parentdf99f27ba855c717b55c738d5839311104e88e64 (diff)
downloadmeta-freescale-f0665e342618ced8190f4d00145ab948760a6359.tar.gz
fsl-image-multimedia-full: 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/images/fsl-image-multimedia-full.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-fsl/images/fsl-image-multimedia-full.bb b/recipes-fsl/images/fsl-image-multimedia-full.bb
new file mode 100644
index 000000000..0384162bc
--- /dev/null
+++ b/recipes-fsl/images/fsl-image-multimedia-full.bb
@@ -0,0 +1,8 @@
1# This image extends fsl-image-multimedia with additional
2# gstreamer plugins
3
4require fsl-image-multimedia.bb
5
6CORE_IMAGE_EXTRA_INSTALL += " \
7 packagegroup-fsl-gstreamer1.0-full \
8"