meta-digi: update multimedia packages for NXP's lf-6.6.52-2.2.1 release
https://onedigi.atlassian.net/browse/DEL-9748 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
9e1e5bd80f
commit
8fa9002ffd
|
|
@ -265,6 +265,9 @@ PREFERRED_VERSION_gstreamer1.0-vaapi:imx-nxp-bsp ??= "1.24.0.imx"
|
||||||
# GStreamer downgrade ffmpeg
|
# GStreamer downgrade ffmpeg
|
||||||
PREFERRED_VERSION_ffmpeg:imx-nxp-bsp ??= "4.4.1"
|
PREFERRED_VERSION_ffmpeg:imx-nxp-bsp ??= "4.4.1"
|
||||||
|
|
||||||
|
# Use newer libvpx from 'meta-oe' (otherwise uses older from 'meta-webkit)
|
||||||
|
PREFERRED_VERSION_libvpx:imx-nxp-bsp ??= "1.14.0"
|
||||||
|
|
||||||
# Determines if the SoC has support for Vivante kernel driver
|
# Determines if the SoC has support for Vivante kernel driver
|
||||||
SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0"
|
SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0"
|
||||||
SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT:imxgpu = "1"
|
SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT:imxgpu = "1"
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,7 @@ SRC_URI:prepend = "${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} "
|
||||||
|
|
||||||
GST1.0-PLUGINS-BASE_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-base.git;protocol=https"
|
GST1.0-PLUGINS-BASE_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-base.git;protocol=https"
|
||||||
SRCBRANCH = "MM_04.09.02_2410_L6.6.y"
|
SRCBRANCH = "MM_04.09.02_2410_L6.6.y"
|
||||||
SRCREV = "031d262e65333e58b2ce01aaf47ab1012f93b21e"
|
SRCREV = "1493b6719e801154003172e89b5d30280b7cb6b6"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -112,7 +112,7 @@ SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plu
|
||||||
SRC_URI:prepend = "${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} "
|
SRC_URI:prepend = "${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} "
|
||||||
GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-good.git;protocol=https"
|
GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-good.git;protocol=https"
|
||||||
SRCBRANCH = "MM_04.09.02_2410_L6.6.y"
|
SRCBRANCH = "MM_04.09.02_2410_L6.6.y"
|
||||||
SRCREV = "33b2732b873758a302064818b35dcad41b5bbc14"
|
SRCREV = "80c60e7c86ac0f73128531fa65c01c0be10ad7d4"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,13 +2,8 @@
|
||||||
|
|
||||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
|
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
|
||||||
|
|
||||||
PV = "4.9.2+git${SRCPV}"
|
|
||||||
|
|
||||||
SRC_URI:append:ccimx6ul = " \
|
SRC_URI:append:ccimx6ul = " \
|
||||||
file://0001-gstimxv4l2-map-dev-video1-to-dev-fb0.patch \
|
file://0001-gstimxv4l2-map-dev-video1-to-dev-fb0.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCBRANCH = "MM_04.09.02_2410_L6.6.y"
|
|
||||||
SRCREV = "ef9c1a080e739e6f0be878148d9f4a050dc83bec"
|
|
||||||
|
|
||||||
INSANE_SKIP:append:mx6-nxp-bsp = " 32bit-time"
|
INSANE_SKIP:append:mx6-nxp-bsp = " 32bit-time"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue