diff options
author | Cristinel Panfir <cristinel.panfir@nxp.com> | 2019-12-16 15:48:47 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-16 11:28:41 -0300 |
commit | 36e5b2fac8e4508807950dce6a524ee850a1532f (patch) | |
tree | 9907eec42e60709b77682a18914e8b6d440a774b | |
parent | 615174d8bf1c937f22a45e940fda50ef7548f491 (diff) | |
download | meta-freescale-36e5b2fac8e4508807950dce6a524ee850a1532f.tar.gz |
imx-vpu: Upgrade to 5.4.39.1
- Bring imx6/7 soc on q-preview (LOCAL_MODULE_TAGS)
- Add ION_FLAG_CACHED when buffer need CPU access
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
-rw-r--r-- | recipes-bsp/imx-vpu/imx-vpu_5.4.39.1.bb (renamed from recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb b/recipes-bsp/imx-vpu/imx-vpu_5.4.39.1.bb index 2b60cc24..460047c5 100644 --- a/recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb +++ b/recipes-bsp/imx-vpu/imx-vpu_5.4.39.1.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | DESCRIPTION = "Freescale Chips&Media VPU library" | 5 | DESCRIPTION = "Freescale Chips&Media VPU library" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=6c12031a11b81db21cdfe0be88cac4b3" |
8 | 8 | ||
9 | PROVIDES = "virtual/imxvpu" | 9 | PROVIDES = "virtual/imxvpu" |
10 | 10 | ||
@@ -12,8 +12,8 @@ PE = "1" | |||
12 | 12 | ||
13 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" | 13 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "521d5f839829f8d1f2a6a0e60270243e" | 15 | SRC_URI[md5sum] = "9f6136a1300d322078daaa9676054deb" |
16 | SRC_URI[sha256sum] = "34bed0ddf6c797f444bddfa5d5495adc751ff268b6431d8beb48129c89c9e47f" | 16 | SRC_URI[sha256sum] = "b7bb67b00daf436fd91a2760c2db375a962e2c919045ce8bf81bd54b95d999c5" |
17 | 17 | ||
18 | inherit fsl-eula-unpack use-imx-headers | 18 | inherit fsl-eula-unpack use-imx-headers |
19 | 19 | ||