diff options
author | Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> | 2020-08-18 20:34:43 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-08-26 19:29:28 -0300 |
commit | f71c88541277413bbcf9c5b13990d39a82fdd19f (patch) | |
tree | a0959d4d238b8ff600a45af59da9fbee7fcf8194 /recipes-bsp/imx-vpu | |
parent | d8489d806978fe54ee70f4d68d8277aac7dcfd32 (diff) | |
download | meta-freescale-f71c88541277413bbcf9c5b13990d39a82fdd19f.tar.gz |
imx-vpu: upgrade to version 5.4.39.3
Following commits are added in this release (including command):
$ git log --oneline --no-decorate 3e47ffe..d8f988d
d8f988d MA-14108 Remove ION_FLAG_CACHED flag for cnm vpu buffer
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Cc: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-bsp/imx-vpu')
-rw-r--r-- | recipes-bsp/imx-vpu/imx-vpu_5.4.39.2.bb | 31 | ||||
-rw-r--r-- | recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb | 32 |
2 files changed, 32 insertions, 31 deletions
diff --git a/recipes-bsp/imx-vpu/imx-vpu_5.4.39.2.bb b/recipes-bsp/imx-vpu/imx-vpu_5.4.39.2.bb deleted file mode 100644 index 43377b1e..00000000 --- a/recipes-bsp/imx-vpu/imx-vpu_5.4.39.2.bb +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | # Copyright (C) 2013-2018 O.S. Systems Software LTDA. | ||
2 | # Copyright (C) 2013-2016 Freescale Semiconductor | ||
3 | # Copyright 2017-2018 NXP | ||
4 | |||
5 | DESCRIPTION = "Freescale Chips&Media VPU library" | ||
6 | LICENSE = "Proprietary" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=6c12031a11b81db21cdfe0be88cac4b3" | ||
8 | |||
9 | PROVIDES = "virtual/imxvpu" | ||
10 | |||
11 | PE = "1" | ||
12 | |||
13 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" | ||
14 | |||
15 | SRC_URI[md5sum] = "fb11619e07dafbc46a335c7db4c9b9a2" | ||
16 | SRC_URI[sha256sum] = "604885463ca7d292ddf376795ee95ae32abcc60512a3378e016b173222362900" | ||
17 | |||
18 | inherit fsl-eula-unpack use-imx-headers | ||
19 | |||
20 | PLATFORM_mx6 = "IMX6Q" | ||
21 | |||
22 | do_compile () { | ||
23 | INCLUDE_DIR="-I${STAGING_INCDIR_IMX}" | ||
24 | oe_runmake CROSS_COMPILE="${HOST_PREFIX}" PLATFORM="${PLATFORM}" INCLUDE="${INCLUDE_DIR}" all | ||
25 | } | ||
26 | |||
27 | do_install () { | ||
28 | oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install | ||
29 | } | ||
30 | |||
31 | COMPATIBLE_MACHINE = "(mx6q|mx6dl)" | ||
diff --git a/recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb b/recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb new file mode 100644 index 00000000..8c6492c5 --- /dev/null +++ b/recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb | |||
@@ -0,0 +1,32 @@ | |||
1 | # Copyright (C) 2013-2018 O.S. Systems Software LTDA. | ||
2 | # Copyright (C) 2013-2016 Freescale Semiconductor | ||
3 | # Copyright (C) 2017-2020 NXP | ||
4 | |||
5 | DESCRIPTION = "Freescale VPU library" | ||
6 | LICENSE = "Proprietary" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=228c72f2a91452b8a03c4cab30f30ef9" | ||
8 | |||
9 | PROVIDES = "virtual/imxvpu" | ||
10 | RPROVIDES_${PN} = "virtual/imxvpu" | ||
11 | |||
12 | PE = "1" | ||
13 | |||
14 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" | ||
15 | SRC_URI[md5sum] = "6d6302189a6704874375afe62a65def0" | ||
16 | SRC_URI[sha256sum] = "87cb799a57df654db29403cb74a75ca5185a1517022d3a4a16b8d69056c36127" | ||
17 | |||
18 | inherit fsl-eula-unpack use-imx-headers | ||
19 | |||
20 | PLATFORM = "IMX6Q" | ||
21 | |||
22 | do_compile() { | ||
23 | INCLUDE_DIR="-I${STAGING_INCDIR_IMX}" | ||
24 | oe_runmake CROSS_COMPILE="${HOST_PREFIX}" PLATFORM="${PLATFORM}" INCLUDE="${INCLUDE_DIR}" all | ||
25 | } | ||
26 | |||
27 | do_install() { | ||
28 | oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install | ||
29 | } | ||
30 | |||
31 | # Compatible only for i.MX with Chips&Media VPU | ||
32 | COMPATIBLE_MACHINE = "(mx6q|mx6dl)" | ||