From 096209094ffd149fc09f5e070841f9aa719dcd40 Mon Sep 17 00:00:00 2001 From: Zelan Zou Date: Mon, 6 Jan 2025 07:48:13 +0100 Subject: [PATCH] imx-vpuwrap: Update to L6.6.52_2.2.0 release Signed-off-by: Zelan Zou --- ...ro_VCencoder-add-sys-time.h-for-gett.patch | 31 ------------------- ...ro_encoder-add-sys-time.h-for-gettim.patch | 29 ----------------- .../imx-vpuwrap/imx-vpuwrap_git.bb | 6 ++-- 3 files changed, 2 insertions(+), 64 deletions(-) delete mode 100644 recipes-multimedia/imx-vpuwrap/imx-vpuwrap/0001-vpu_wrapper_hantro_VCencoder-add-sys-time.h-for-gett.patch delete mode 100644 recipes-multimedia/imx-vpuwrap/imx-vpuwrap/0001-vpu_wrapper_hantro_encoder-add-sys-time.h-for-gettim.patch diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap/0001-vpu_wrapper_hantro_VCencoder-add-sys-time.h-for-gett.patch b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap/0001-vpu_wrapper_hantro_VCencoder-add-sys-time.h-for-gett.patch deleted file mode 100644 index ab8b50de4..000000000 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap/0001-vpu_wrapper_hantro_VCencoder-add-sys-time.h-for-gett.patch +++ /dev/null @@ -1,31 +0,0 @@ -From a57daf8f58cf69be06de8ebc9eab3a3077143760 Mon Sep 17 00:00:00 2001 -From: Hiago De Franco -Date: Fri, 26 Jul 2024 14:43:55 -0300 -Subject: [PATCH] vpu_wrapper_hantro_VCencoder: add sys/time.h for gettimeofday - -Fixes: -| ../git/vpu_wrapper_hantro_VCencoder.c:1965:5: error: implicit declaration of function 'gettimeofday' [-Wimplicit-function-declaration] -| 1965 | gettimeofday (&pObj->tvBegin, NULL); -| | ^~~~~~~~~~~~ - -Upstream-Status: Submitted [https://github.com/nxp-imx/imx-vpuwrap/pull/2] -Signed-off-by: Hiago De Franco ---- - vpu_wrapper_hantro_VCencoder.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/vpu_wrapper_hantro_VCencoder.c b/vpu_wrapper_hantro_VCencoder.c -index efae31a77ca4..6185cfc067d1 100755 ---- a/vpu_wrapper_hantro_VCencoder.c -+++ b/vpu_wrapper_hantro_VCencoder.c -@@ -17,6 +17,7 @@ - #include - #include - #include -+#include - #include - #include - #include --- -2.39.2 - diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap/0001-vpu_wrapper_hantro_encoder-add-sys-time.h-for-gettim.patch b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap/0001-vpu_wrapper_hantro_encoder-add-sys-time.h-for-gettim.patch deleted file mode 100644 index cbf37417e..000000000 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap/0001-vpu_wrapper_hantro_encoder-add-sys-time.h-for-gettim.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 482c639a0da4b093cfc029009604e9653ced33c4 Mon Sep 17 00:00:00 2001 -From: Max Krummenacher -Date: Thu, 13 Jun 2024 07:15:12 +0000 -Subject: [PATCH] vpu_wrapper_hantro_encoder: add sys/time.h for gettimeofday - -Fixes: -| ../git/vpu_wrapper_hantro_encoder.c:953:3: error: implicit declaration of function 'gettimeofday' [-Wimplicit-function-declaration] - -Upstream-Status: Pending -Signed-off-by: Max Krummenacher ---- - vpu_wrapper_hantro_encoder.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/vpu_wrapper_hantro_encoder.c b/vpu_wrapper_hantro_encoder.c -index 3819c389320c..635c98bf1f19 100755 ---- a/vpu_wrapper_hantro_encoder.c -+++ b/vpu_wrapper_hantro_encoder.c -@@ -24,6 +24,7 @@ - #include - #include - #include -+#include - #include - - #include "headers/OMX_Video.h" --- -2.42.0 - diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb index 2b737999e..345157e39 100644 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb @@ -12,11 +12,9 @@ DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" SRC_URI = " \ git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH} \ - file://0001-vpu_wrapper_hantro_encoder-add-sys-time.h-for-gettim.patch \ - file://0001-vpu_wrapper_hantro_VCencoder-add-sys-time.h-for-gett.patch \ " -SRCBRANCH = "MM_04.09.01_2408_L6.6.y" -SRCREV = "c13069d239cae314adc3651df25b96afa46cb434" +SRCBRANCH = "MM_04.09.02_2410_L6.6.y" +SRCREV = "378e33989cf72d6c2eb57a585072ba9abe87c6ff" S = "${WORKDIR}/git"