diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2022-11-21 13:58:56 +0100 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-11-25 19:46:41 +0000 |
commit | facadd0661379d89f68c829a5c27241c39ee8ed4 (patch) | |
tree | a9baf0096d4b84c88fd5196dca9df752401564e5 | |
parent | 91dc2cd426bb716adb2a0c0ecaecf43df35c0b00 (diff) | |
download | meta-freescale-facadd0661379d89f68c829a5c27241c39ee8ed4.tar.gz |
imx-vpuwrap: upgrade from MM_04.07.00_2205_L5.15.y to MM_04.07.01_2208_L5.15.y
Update to the version used in lf5.15.52_2.1.0.
License was updated to NXP EULA v39 August 2022.
Commit history:
* bb1a5f3 Update EULA.txt to v39 according to imx-release-info
* 0d28bf2 Update EULA.txt to v38 according to imx-release-info
* b12ca6a Update EULA.txt to v37 according to imx-release-info
* c6d52a5 Update EULA.txt to v36 according to imx-release-info
* 7fbaf32 MMFMWK-9106 Add QpMin and QpMax property for 8mm/8mp
* 06e3543 [configurea.ac] Update version to 4.7.1 for next release
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
(cherry picked from commit e55609e8f1678f74528320b1788f5c26b9aa13ff)
-rw-r--r-- | recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb index 240eab49..e2c69082 100644 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb | |||
@@ -1,18 +1,18 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | 1 | # Copyright (C) 2013-2016 Freescale Semiconductor |
2 | # Copyright (C) 2017-2021 NXP | 2 | # Copyright 2017-2022 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 | ||
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=d3c315c6eaa43e07d8c130dc3a04a011" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=5a0bf11f745e68024f37b4724a5364fe" |
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.00_2205_L5.15.y" | 14 | SRCBRANCH = "MM_04.07.01_2208_L5.15.y" |
15 | SRCREV = "0e417b0ade3e55b5fb639d20c419b05aa31ab329" | 15 | SRCREV = "bb1a5f300eec0b89d7127446eb78d479c23ff7da" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||