diff options
author | Chris Dimich <chris.dimich@boundarydevices.com> | 2023-05-25 09:42:59 -0700 |
---|---|---|
committer | Chris Dimich <chris.dimich@boundarydevices.com> | 2023-06-01 23:46:48 -0700 |
commit | 902cd37f11a7659d0fb269eda5f2158969ee0164 (patch) | |
tree | 2606924849300b5f01cfff9f979b41b4abd2ffe2 /recipes-multimedia | |
parent | 5f6a93cee61f864b5a47511fea7d0a9d5e45ac30 (diff) | |
download | meta-freescale-902cd37f11a7659d0fb269eda5f2158969ee0164.tar.gz |
imx-vpuwrap: Upgrade to 6.1.1-1.0.0
As per NXP langdale-6.1.1-1.0.0 release.
Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb index ad00e3a1..1646762d 100644 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb | |||
@@ -5,14 +5,14 @@ | |||
5 | DESCRIPTION = "Freescale Multimedia VPU wrapper" | 5 | DESCRIPTION = "Freescale Multimedia VPU wrapper" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | SECTION = "multimedia" | 7 | SECTION = "multimedia" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=5a0bf11f745e68024f37b4724a5364fe" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea25d099982d035af85d193c88a1b479" |
9 | 9 | ||
10 | DEPENDS = "virtual/imxvpu" | 10 | DEPENDS = "virtual/imxvpu" |
11 | DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" | 11 | DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH}" | 13 | SRC_URI = "git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH}" |
14 | SRCBRANCH = "MM_04.07.02_2210_L5.15.y" | 14 | SRCBRANCH = "MM_04.07.03_2301_L6.1.y" |
15 | SRCREV = "c9fc1fd57094accdb6e0e72e635716718482efe7" | 15 | SRCREV = "12a78274b3bc4f3105aabe16df03edd5e0c3b84a" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||