diff options
| author | Valentin Jec <valentin.jec@nxp.com> | 2024-02-12 12:06:51 +0200 |
|---|---|---|
| committer | Valentin Jec <valentin.jec@nxp.com> | 2024-02-12 12:06:51 +0200 |
| commit | 336628e6b0118c765df47632714f47b942a3ff18 (patch) | |
| tree | ed8c77c76948bd13ab702749c5ade3dc87d1c505 /recipes-multimedia/gstreamer | |
| parent | 9dfbf6675adcf3dfbc1127a5ce55f135082318ae (diff) | |
| download | meta-freescale-336628e6b0118c765df47632714f47b942a3ff18.tar.gz | |
recipes-multimedia: Update for NXP release 6.1.55-2.2.0
Upgraded:
- gstreamer1.0-plugins-bad: 1.22.0 -> 1.22.5
- gstreamer1.0-plugins-base: 1.22.0 -> 1.22.5
- gstreamer1.0-plugins-good: 1.22.0 -> 1.22.5
- gstreamer1.0: 1.22.0 -> 1.22.5
- imx-codec: 4.8.1 -> 4.8.2
- imx-dsp: 2.1.5 -> 2.1.6
- imx-dsp-codec-ext: 2.1.5 -> 2.1.6
- imx-parser: 4.8.1 -> 4.8.2
Updated:
- imx-alsa-plugins_git.bb
- imx-gst1.0-plugin_git.bb
- imx-vpuwrap_git.bb
New feature:
- imx-opencl-converter_0.1.bb
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
Diffstat (limited to 'recipes-multimedia/gstreamer')
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.5.imx.bb (renamed from recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.imx.bb) | 14 | ||||
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.5.imx.bb (renamed from recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.imx.bb) | 16 | ||||
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.5.imx.bb (renamed from recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.imx.bb) | 19 | ||||
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0_1.22.5.imx.bb (renamed from recipes-multimedia/gstreamer/gstreamer1.0_1.22.0.imx.bb) | 8 | ||||
| -rw-r--r-- | recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb | 23 |
5 files changed, 48 insertions, 32 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.5.imx.bb index 85c57ad79..c9b2e621f 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.5.imx.bb | |||
| @@ -3,12 +3,12 @@ | |||
| 3 | # recipe. The second section customizes the recipe for i.MX. | 3 | # recipe. The second section customizes the recipe for i.MX. |
| 4 | 4 | ||
| 5 | ########### OE-core copy ################## | 5 | ########### OE-core copy ################## |
| 6 | # Upstream hash: fb2d28e0315ece6180c87c7047587673024a09f7 | 6 | # Upstream hash: 937817e5164f8af8452aec03ae3c45cb23d63df9 |
| 7 | 7 | ||
| 8 | require gstreamer1.0-plugins-common.inc | 8 | require gstreamer1.0-plugins-common.inc |
| 9 | require gstreamer1.0-plugins-license.inc | 9 | require gstreamer1.0-plugins-license.inc |
| 10 | 10 | ||
| 11 | DESCRIPTION = "'Bad' GStreamer plugins and helper libraries " | 11 | SUMMARY = "'Bad' GStreamer plugins and helper libraries " |
| 12 | HOMEPAGE = "https://gstreamer.freedesktop.org/" | 12 | HOMEPAGE = "https://gstreamer.freedesktop.org/" |
| 13 | BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues" | 13 | BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues" |
| 14 | 14 | ||
| @@ -17,7 +17,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad | |||
| 17 | file://0002-avoid-including-sys-poll.h-directly.patch \ | 17 | file://0002-avoid-including-sys-poll.h-directly.patch \ |
| 18 | file://0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \ | 18 | file://0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \ |
| 19 | " | 19 | " |
| 20 | SRC_URI[sha256sum] = "3c9d9300f5f4fb3e3d36009379d1fb6d9ecd79c1a135df742b8a68417dd663a1" | 20 | SRC_URI[sha256sum] = "e64e75cdafd7ff2fc7fc34e855b06b1e3ed227cc06fa378d17bbcd76780c338c" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/gst-plugins-bad-${PV}" | 22 | S = "${WORKDIR}/gst-plugins-bad-${PV}" |
| 23 | 23 | ||
| @@ -67,7 +67,7 @@ PACKAGECONFIG[libde265] = "-Dlibde265=enabled,-Dlibde265=disabled,libde26 | |||
| 67 | PACKAGECONFIG[libssh2] = "-Dcurl-ssh2=enabled,-Dcurl-ssh2=disabled,libssh2" | 67 | PACKAGECONFIG[libssh2] = "-Dcurl-ssh2=enabled,-Dcurl-ssh2=disabled,libssh2" |
| 68 | PACKAGECONFIG[lcms2] = "-Dcolormanagement=enabled,-Dcolormanagement=disabled,lcms" | 68 | PACKAGECONFIG[lcms2] = "-Dcolormanagement=enabled,-Dcolormanagement=disabled,lcms" |
| 69 | PACKAGECONFIG[modplug] = "-Dmodplug=enabled,-Dmodplug=disabled,libmodplug" | 69 | PACKAGECONFIG[modplug] = "-Dmodplug=enabled,-Dmodplug=disabled,libmodplug" |
| 70 | PACKAGECONFIG[msdk] = "-Dmsdk=enabled,-Dmsdk=disabled,intel-mediasdk" | 70 | PACKAGECONFIG[msdk] = "-Dmsdk=enabled -Dmfx_api=oneVPL,-Dmsdk=disabled,onevpl-intel-gpu" |
| 71 | PACKAGECONFIG[neon] = "-Dneon=enabled,-Dneon=disabled,neon" | 71 | PACKAGECONFIG[neon] = "-Dneon=enabled,-Dneon=disabled,neon" |
| 72 | PACKAGECONFIG[openal] = "-Dopenal=enabled,-Dopenal=disabled,openal-soft" | 72 | PACKAGECONFIG[openal] = "-Dopenal=enabled,-Dopenal=disabled,openal-soft" |
| 73 | PACKAGECONFIG[opencv] = "-Dopencv=enabled,-Dopencv=disabled,opencv" | 73 | PACKAGECONFIG[opencv] = "-Dopencv=enabled,-Dopencv=disabled,opencv" |
| @@ -182,13 +182,13 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fbd65380cdd255951079008b364516c" | |||
| 182 | 182 | ||
| 183 | DEPENDS:append:imxgpu2d = " virtual/libg2d" | 183 | DEPENDS:append:imxgpu2d = " virtual/libg2d" |
| 184 | 184 | ||
| 185 | SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${PV}.tar.xz \ | 185 | SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${PV}.tar.xz \ |
| 186 | file://0001-fix-maybe-uninitialized-warnings-when-compiling-with.patch \ | 186 | file://0001-fix-maybe-uninitialized-warnings-when-compiling-with.patch \ |
| 187 | file://0002-avoid-including-sys-poll.h-directly.patch" | 187 | file://0002-avoid-including-sys-poll.h-directly.patch" |
| 188 | SRC_URI:prepend = "${GST1.0-PLUGINS-BAD_SRC};branch=${SRCBRANCH} " | 188 | SRC_URI:prepend = "${GST1.0-PLUGINS-BAD_SRC};branch=${SRCBRANCH} " |
| 189 | GST1.0-PLUGINS-BAD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-bad.git;protocol=https" | 189 | GST1.0-PLUGINS-BAD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-bad.git;protocol=https" |
| 190 | SRCBRANCH = "MM_04.08.01_2308_L6.1.y" | 190 | SRCBRANCH = "MM_04.08.02_2310_L6.1.y" |
| 191 | SRCREV = "fd7a399c3a9c43b5675bc2497ad8a23540bf720e" | 191 | SRCREV = "e4edcda6b110f42eca1f2cc20bc935edf7e66d6d" |
| 192 | 192 | ||
| 193 | S = "${WORKDIR}/git" | 193 | S = "${WORKDIR}/git" |
| 194 | 194 | ||
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.5.imx.bb index d64e115a1..366314bdf 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.5.imx.bb | |||
| @@ -3,11 +3,11 @@ | |||
| 3 | # recipe. The second section customizes the recipe for i.MX. | 3 | # recipe. The second section customizes the recipe for i.MX. |
| 4 | 4 | ||
| 5 | ########### OE-core copy ################## | 5 | ########### OE-core copy ################## |
| 6 | # Upstream hash: fb2d28e0315ece6180c87c7047587673024a09f7 | 6 | # Upstream hash: 937817e5164f8af8452aec03ae3c45cb23d63df9 |
| 7 | 7 | ||
| 8 | require gstreamer1.0-plugins-common.inc | 8 | require gstreamer1.0-plugins-common.inc |
| 9 | 9 | ||
| 10 | DESCRIPTION = "'Base' GStreamer plugins and helper libraries" | 10 | SUMMARY = "'Base' GStreamer plugins and helper libraries" |
| 11 | HOMEPAGE = "https://gstreamer.freedesktop.org/" | 11 | HOMEPAGE = "https://gstreamer.freedesktop.org/" |
| 12 | BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues" | 12 | BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues" |
| 13 | LICENSE = "LGPL-2.1-or-later" | 13 | LICENSE = "LGPL-2.1-or-later" |
| @@ -18,7 +18,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-ba | |||
| 18 | file://0003-viv-fb-Make-sure-config.h-is-included.patch \ | 18 | file://0003-viv-fb-Make-sure-config.h-is-included.patch \ |
| 19 | file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch \ | 19 | file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch \ |
| 20 | " | 20 | " |
| 21 | SRC_URI[sha256sum] = "f53672294f3985d56355c8b1df8f6b49c8c8721106563e19f53be3507ff2229d" | 21 | SRC_URI[sha256sum] = "edd4338b45c26a9af28c0d35aab964a024c3884ba6f520d8428df04212c8c93a" |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/gst-plugins-base-${PV}" | 23 | S = "${WORKDIR}/gst-plugins-base-${PV}" |
| 24 | 24 | ||
| @@ -28,7 +28,8 @@ inherit gobject-introspection | |||
| 28 | 28 | ||
| 29 | # opengl packageconfig factored out to make it easy for distros | 29 | # opengl packageconfig factored out to make it easy for distros |
| 30 | # and BSP layers to choose OpenGL APIs/platforms/window systems | 30 | # and BSP layers to choose OpenGL APIs/platforms/window systems |
| 31 | PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" | 31 | PACKAGECONFIG_X11 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl glx', '', d)}" |
| 32 | PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl ${PACKAGECONFIG_X11}', '', d)}" | ||
| 32 | 33 | ||
| 33 | PACKAGECONFIG ??= " \ | 34 | PACKAGECONFIG ??= " \ |
| 34 | ${GSTREAMER_ORC} \ | 35 | ${GSTREAMER_ORC} \ |
| @@ -39,7 +40,7 @@ PACKAGECONFIG ??= " \ | |||
| 39 | " | 40 | " |
| 40 | 41 | ||
| 41 | OPENGL_APIS = 'opengl gles2' | 42 | OPENGL_APIS = 'opengl gles2' |
| 42 | OPENGL_PLATFORMS = 'egl' | 43 | OPENGL_PLATFORMS = 'egl glx' |
| 43 | 44 | ||
| 44 | X11DEPENDS = "virtual/libx11 libsm libxrender libxv" | 45 | X11DEPENDS = "virtual/libx11 libsm libxrender libxv" |
| 45 | X11ENABLEOPTS = "-Dx11=enabled -Dxvideo=enabled -Dxshm=enabled" | 46 | X11ENABLEOPTS = "-Dx11=enabled -Dxvideo=enabled -Dxshm=enabled" |
| @@ -68,6 +69,7 @@ PACKAGECONFIG[gles2] = ",,virtual/libgles2" | |||
| 68 | 69 | ||
| 69 | # OpenGL platform packageconfigs | 70 | # OpenGL platform packageconfigs |
| 70 | PACKAGECONFIG[egl] = ",,virtual/egl" | 71 | PACKAGECONFIG[egl] = ",,virtual/egl" |
| 72 | PACKAGECONFIG[glx] = ",,virtual/libgl" | ||
| 71 | 73 | ||
| 72 | # OpenGL window systems (except for X11) | 74 | # OpenGL window systems (except for X11) |
| 73 | PACKAGECONFIG[gbm] = ",,virtual/libgbm libgudev libdrm" | 75 | PACKAGECONFIG[gbm] = ",,virtual/libgbm libgudev libdrm" |
| @@ -116,8 +118,8 @@ SRC_URI:remove = " \ | |||
| 116 | SRC_URI:prepend = "${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} " | 118 | SRC_URI:prepend = "${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} " |
| 117 | SRC_URI:append = " file://0001-gstallocator-Fix-typcasts.patch" | 119 | SRC_URI:append = " file://0001-gstallocator-Fix-typcasts.patch" |
| 118 | GST1.0-PLUGINS-BASE_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-base.git;protocol=https" | 120 | GST1.0-PLUGINS-BASE_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-base.git;protocol=https" |
| 119 | SRCBRANCH = "MM_04.08.01_2308_L6.1.y" | 121 | SRCBRANCH = "MM_04.08.02_2310_L6.1.y" |
| 120 | SRCREV = "f7c109c3b09645266ad41139253f32cf70a7d692" | 122 | SRCREV = "53a12f4e39773ca5b052eccbf0476d4ebd3ac08e" |
| 121 | 123 | ||
| 122 | S = "${WORKDIR}/git" | 124 | S = "${WORKDIR}/git" |
| 123 | 125 | ||
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.5.imx.bb index 9f854e155..1a6197d57 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.5.imx.bb | |||
| @@ -3,19 +3,19 @@ | |||
| 3 | # recipe. The second section customizes the recipe for i.MX. | 3 | # recipe. The second section customizes the recipe for i.MX. |
| 4 | 4 | ||
| 5 | ########### OE-core copy ################## | 5 | ########### OE-core copy ################## |
| 6 | # Upstream hash: fb2d28e0315ece6180c87c7047587673024a09f7 | 6 | # Upstream hash: 937817e5164f8af8452aec03ae3c45cb23d63df9 |
| 7 | 7 | ||
| 8 | require gstreamer1.0-plugins-common.inc | 8 | require gstreamer1.0-plugins-common.inc |
| 9 | 9 | ||
| 10 | DESCRIPTION = "'Good' GStreamer plugins" | 10 | SUMMARY = "'Good' GStreamer plugins" |
| 11 | HOMEPAGE = "https://gstreamer.freedesktop.org/" | 11 | HOMEPAGE = "https://gstreamer.freedesktop.org/" |
| 12 | BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues" | 12 | BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues" |
| 13 | 13 | ||
| 14 | SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz \ | 14 | SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz \ |
| 15 | file://0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch \ | 15 | file://0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch \ |
| 16 | " | 16 | file://0001-v4l2-Define-ioctl_req_t-for-posix-linux-case.patch" |
| 17 | 17 | ||
| 18 | SRC_URI[sha256sum] = "582e617271e7f314d1a2211e3e3856ae2e4303c8c0d6114e9c4a5ea5719294b0" | 18 | SRC_URI[sha256sum] = "b67b31313a54c6929b82969d41d3cfdf2f58db573fb5f491e6bba5d84aea0778" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/gst-plugins-good-${PV}" | 20 | S = "${WORKDIR}/gst-plugins-good-${PV}" |
| 21 | 21 | ||
| @@ -102,12 +102,15 @@ LIC_FILES_CHKSUM = " \ | |||
| 102 | DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'v4l2', '${DEPENDS_V4L2}', '', d)}" | 102 | DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'v4l2', '${DEPENDS_V4L2}', '', d)}" |
| 103 | DEPENDS_V4L2 = "${@bb.utils.contains_any('DISTRO_FEATURES', 'wayland x11', '', 'libdrm', d)}" | 103 | DEPENDS_V4L2 = "${@bb.utils.contains_any('DISTRO_FEATURES', 'wayland x11', '', 'libdrm', d)}" |
| 104 | 104 | ||
| 105 | SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz \ | 105 | SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz \ |
| 106 | file://0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch" | 106 | file://0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch \ |
| 107 | file://0001-v4l2-Define-ioctl_req_t-for-posix-linux-case.patch \ | ||
| 108 | " | ||
| 109 | |||
| 107 | SRC_URI:prepend = "${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} " | 110 | SRC_URI:prepend = "${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} " |
| 108 | GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-good.git;protocol=https" | 111 | GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-good.git;protocol=https" |
| 109 | SRCBRANCH = "MM_04.08.01_2308_L6.1.y" | 112 | SRCBRANCH = "MM_04.08.02_2310_L6.1.y" |
| 110 | SRCREV = "ca3ef27dd4020393bfda546a25a3fa28314276e1" | 113 | SRCREV = "a4631334ad32abc513bde8f73491ef345f865a48" |
| 111 | 114 | ||
| 112 | S = "${WORKDIR}/git" | 115 | S = "${WORKDIR}/git" |
| 113 | 116 | ||
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0_1.22.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0_1.22.5.imx.bb index dec059920..bd0f723f4 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0_1.22.0.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0_1.22.5.imx.bb | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # recipe. The second section customizes the recipe for i.MX. | 3 | # recipe. The second section customizes the recipe for i.MX. |
| 4 | 4 | ||
| 5 | ########### OE-core copy ################## | 5 | ########### OE-core copy ################## |
| 6 | # Upstream hash: fb2d28e0315ece6180c87c7047587673024a09f7 | 6 | # Upstream hash: 937817e5164f8af8452aec03ae3c45cb23d63df9 |
| 7 | 7 | ||
| 8 | SUMMARY = "GStreamer 1.0 multimedia framework" | 8 | SUMMARY = "GStreamer 1.0 multimedia framework" |
| 9 | DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \ | 9 | DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \ |
| @@ -29,7 +29,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x | |||
| 29 | file://0003-tests-use-a-dictionaries-for-environment.patch;striplevel=3 \ | 29 | file://0003-tests-use-a-dictionaries-for-environment.patch;striplevel=3 \ |
| 30 | file://0004-tests-add-helper-script-to-run-the-installed_tests.patch;striplevel=3 \ | 30 | file://0004-tests-add-helper-script-to-run-the-installed_tests.patch;striplevel=3 \ |
| 31 | " | 31 | " |
| 32 | SRC_URI[sha256sum] = "78d21b5469ac93edafc6d8ceb63bc82f6cbbee94d2f866cca6b9252157ee0a09" | 32 | SRC_URI[sha256sum] = "4408d7930f381809e85917acc19712f173261ba85bdf20c5567b2a21b1193b61" |
| 33 | 33 | ||
| 34 | PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ | 34 | PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ |
| 35 | check \ | 35 | check \ |
| @@ -93,8 +93,8 @@ LIC_FILES_CHKSUM = " \ | |||
| 93 | SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz" | 93 | SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz" |
| 94 | SRC_URI:prepend = "${GST1.0_SRC};branch=${SRCBRANCH} " | 94 | SRC_URI:prepend = "${GST1.0_SRC};branch=${SRCBRANCH} " |
| 95 | GST1.0_SRC ?= "gitsm://github.com/nxp-imx/gstreamer.git;protocol=https" | 95 | GST1.0_SRC ?= "gitsm://github.com/nxp-imx/gstreamer.git;protocol=https" |
| 96 | SRCBRANCH = "MM_04.08.01_2308_L6.1.y" | 96 | SRCBRANCH = "MM_04.08.02_2310_L6.1.y" |
| 97 | SRCREV = "95112902507718085231a933cdfe54e3997d1b28" | 97 | SRCREV = "e51e577a730191911b7050216814bede1b9545ae" |
| 98 | 98 | ||
| 99 | S = "${WORKDIR}/git" | 99 | S = "${WORKDIR}/git" |
| 100 | 100 | ||
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb index c27c79d06..d99fd3202 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb | |||
| @@ -6,23 +6,34 @@ | |||
| 6 | DESCRIPTION = "Gstreamer freescale plugins" | 6 | DESCRIPTION = "Gstreamer freescale plugins" |
| 7 | LICENSE = "GPL-2.0-only & LGPL-2.0-only & LGPL-2.1-only" | 7 | LICENSE = "GPL-2.0-only & LGPL-2.0-only & LGPL-2.1-only" |
| 8 | SECTION = "multimedia" | 8 | SECTION = "multimedia" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" | ||
| 9 | 10 | ||
| 10 | DEPENDS = "imx-codec imx-parser gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" | 11 | DEPENDS = " \ |
| 12 | gstreamer1.0 \ | ||
| 13 | gstreamer1.0-plugins-base \ | ||
| 14 | gstreamer1.0-plugins-bad \ | ||
| 15 | imx-codec \ | ||
| 16 | imx-parser \ | ||
| 17 | ${DEPENDS_IMXGPU} \ | ||
| 18 | " | ||
| 11 | DEPENDS:append:mx6-nxp-bsp = " imx-lib" | 19 | DEPENDS:append:mx6-nxp-bsp = " imx-lib" |
| 12 | DEPENDS:append:mx7-nxp-bsp = " imx-lib" | 20 | DEPENDS:append:mx7-nxp-bsp = " imx-lib" |
| 13 | DEPENDS:append:mx8ulp-nxp-bsp = " imx-lib" | 21 | DEPENDS:append:mx8ulp-nxp-bsp = " imx-lib" |
| 14 | DEPENDS:append:mx9-nxp-bsp = " imx-lib" | 22 | DEPENDS:append:mx9-nxp-bsp = " imx-lib" |
| 15 | DEPENDS:append:imxvpu = " imx-vpuwrap" | 23 | DEPENDS:append:imxvpu = " imx-vpuwrap" |
| 16 | DEPENDS:append:imxfbdev:imxgpu = " libdrm" | 24 | DEPENDS:append:imxfbdev:imxgpu = " libdrm" |
| 25 | DEPENDS_IMXGPU = "" | ||
| 26 | DEPENDS_IMXGPU:imxgpu = "${DEPENDS_IMX_OPENCL_CONVERTER}" | ||
| 27 | DEPENDS_IMX_OPENCL_CONVERTER = "" | ||
| 28 | DEPENDS_IMX_OPENCL_CONVERTER:mx8-nxp-bsp = "imx-opencl-converter" | ||
| 29 | DEPENDS_IMX_OPENCL_CONVERTER:mx8mm-nxp-bsp = "" | ||
| 17 | 30 | ||
| 18 | # For backwards compatibility | 31 | # For backwards compatibility |
| 19 | RREPLACES:${PN} = "gst1.0-fsl-plugin" | 32 | RREPLACES:${PN} = "gst1.0-fsl-plugin" |
| 20 | RPROVIDES:${PN} = "gst1.0-fsl-plugin" | 33 | RPROVIDES:${PN} = "gst1.0-fsl-plugin" |
| 21 | RCONFLICTS:${PN} = "gst1.0-fsl-plugin" | 34 | RCONFLICTS:${PN} = "gst1.0-fsl-plugin" |
| 22 | 35 | ||
| 23 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" | 36 | PV = "4.8.2+git${SRCPV}" |
| 24 | |||
| 25 | PV = "4.8.1+git${SRCPV}" | ||
| 26 | 37 | ||
| 27 | SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH} \ | 38 | SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH} \ |
| 28 | file://0001-aiurdemux-Fix-type-of-USER_DATA_LOCATION.patch \ | 39 | file://0001-aiurdemux-Fix-type-of-USER_DATA_LOCATION.patch \ |
| @@ -37,8 +48,8 @@ SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch= | |||
| 37 | file://0010-provide-declaration-for-aiur_register_external_typef.patch \ | 48 | file://0010-provide-declaration-for-aiur_register_external_typef.patch \ |
| 38 | file://0011-meson-Undef-_TIME_BITS-along-with-_FILE_OFFSET_BITS.patch \ | 49 | file://0011-meson-Undef-_TIME_BITS-along-with-_FILE_OFFSET_BITS.patch \ |
| 39 | " | 50 | " |
| 40 | SRCBRANCH = "MM_04.08.01_2308_L6.1.y" | 51 | SRCBRANCH = "MM_04.08.02_2310_L6.1.y" |
| 41 | SRCREV = "903c03e8611a107508b1f60e4736df208e72247d" | 52 | SRCREV = "a72df52acfec5f849ec93906e33cb50da01b0b2e" |
| 42 | 53 | ||
| 43 | S = "${WORKDIR}/git" | 54 | S = "${WORKDIR}/git" |
| 44 | 55 | ||
