summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-01-28 13:32:37 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2021-03-03 08:22:38 -0300
commitd454439146b84d546fe30d4dd41d5772aa239eee (patch)
treea7265834e370a2224fd0e81647cf48736166a863
parentbddf2012d062f38ea0e2f3dd7ac6f0cb623844d0 (diff)
downloadmeta-freescale-d454439146b84d546fe30d4dd41d5772aa239eee.tar.gz
imx-dpu-g2d: update to 6.4.3.p1.0
NXP release imx_5.4.70_2.3.0. This package uses EULA v17 October 2020. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 6489a35b8e98f5fa66b24ffbcc5ef55568e4d70c)
-rw-r--r--recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.12.bb (renamed from recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.9.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.9.bb b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.12.bb
index 1bbc45dc..c407fb4a 100644
--- a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.9.bb
+++ b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.12.bb
@@ -4,12 +4,12 @@
4 4
5DESCRIPTION = "GPU G2D library and apps for i.MX with 2D GPU and DPU" 5DESCRIPTION = "GPU G2D library and apps for i.MX with 2D GPU and DPU"
6LICENSE = "Proprietary" 6LICENSE = "Proprietary"
7LIC_FILES_CHKSUM = "file://COPYING;md5=983e4c77621568488dd902b27e0c2143" 7LIC_FILES_CHKSUM = "file://COPYING;md5=cf3f9b8d09bc3926b1004ea71f7a248a"
8PROVIDES += "virtual/libg2d" 8PROVIDES += "virtual/libg2d"
9 9
10SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" 10SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true"
11SRC_URI[md5sum] = "e532d99c1116ac8b685cd03aab3f4c75" 11SRC_URI[md5sum] = "18a4119f1f7b83a09f60381e5403bbab"
12SRC_URI[sha256sum] = "c48e2d408be9c4bf2731546bece39216c79856e554fd22f6c3040603a2348c72" 12SRC_URI[sha256sum] = "ba7e219b3cee32e0ac305685de21c67f30e0e5a1a89b5ec441ae6b8484b3f964"
13 13
14inherit fsl-eula-unpack 14inherit fsl-eula-unpack
15 15
@@ -25,7 +25,7 @@ FILES_${PN} = "${libdir}/libg2d* /opt"
25FILES_${PN}-dev = "${libdir}/libg2d${SOLIBSDEV} ${includedir}" 25FILES_${PN}-dev = "${libdir}/libg2d${SOLIBSDEV} ${includedir}"
26INSANE_SKIP_${PN} += "ldflags" 26INSANE_SKIP_${PN} += "ldflags"
27 27
28RDEPENDS_${PN} = "libgal-imx libdrm libopencl-imx" 28RDEPENDS_${PN} = "libgal-imx libdrm"
29 29
30# This is required to provide support for VPU Amphion HEVC tile format 30# This is required to provide support for VPU Amphion HEVC tile format
31# From NXP [MGS-5547] (commit e175d6b4f78deab24d319b852998bef55cdecc99): 31# From NXP [MGS-5547] (commit e175d6b4f78deab24d319b852998bef55cdecc99):