summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-09-02 11:05:33 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-09-05 11:50:05 +0000
commit14acef2f4adf3feaff16e2fe436e2e2f61ef6037 (patch)
treef7de6db3e96c1af6db09f19db2b5af0593ceff53
parent88b9142131a47089b30f4a48144aad73f0b228f8 (diff)
downloadmeta-freescale-14acef2f4adf3feaff16e2fe436e2e2f61ef6037.tar.gz
imx-vpuwrap: Upgrade to 5.15.32-2.0.0
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 2e4a6055859623828c85aac572d5f18aac3014cc)
-rw-r--r--recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb (renamed from recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb)9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb
index 24af9e2b..240eab49 100644
--- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb
+++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb
@@ -1,19 +1,18 @@
1# Copyright (C) 2013-2016 Freescale Semiconductor 1# Copyright (C) 2013-2016 Freescale Semiconductor
2# Copyright (C) 2017-2020 NXP 2# Copyright (C) 2017-2021 NXP
3# Released under the MIT license (see COPYING.MIT for the terms) 3# Released under the MIT license (see COPYING.MIT for the terms)
4 4
5DESCRIPTION = "Freescale Multimedia VPU wrapper" 5DESCRIPTION = "Freescale Multimedia VPU wrapper"
6LICENSE = "Proprietary" 6LICENSE = "Proprietary"
7SECTION = "multimedia" 7SECTION = "multimedia"
8LIC_FILES_CHKSUM = "file://COPYING;md5=e565271ec9a80ce47abbddc4bffe56fa" 8LIC_FILES_CHKSUM = "file://COPYING;md5=d3c315c6eaa43e07d8c130dc3a04a011"
9 9
10DEPENDS = "virtual/imxvpu" 10DEPENDS = "virtual/imxvpu"
11DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" 11DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc"
12 12
13SRC_URI = "git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH}" 13SRC_URI = "git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH}"
14 14SRCBRANCH = "MM_04.07.00_2205_L5.15.y"
15SRCBRANCH = "MM_04.06.02_2108_L5.10.y" 15SRCREV = "0e417b0ade3e55b5fb639d20c419b05aa31ab329"
16SRCREV = "f09ceba7bcf733b1b27e57462496d3b81ca28e50"
17 16
18S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
19 18