summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2020-10-23 16:13:29 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2021-01-13 01:08:21 -0300
commitcf19695488ae6bd5a56c13bee07050ef09589cf7 (patch)
treef658838f768feff7091162195b668d57d571d347
parent46674b74b4c6c76d774bfdc8fb1e560bab582cc8 (diff)
downloadmeta-freescale-cf19695488ae6bd5a56c13bee07050ef09589cf7.tar.gz
imx-dpu-g2d: Upgrade to 1.8.9
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r--recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.9.bb (renamed from recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.7.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.7.bb b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.9.bb
index ae6da7b6..1bbc45dc 100644
--- a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.7.bb
+++ b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.9.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=228c72f2a91452b8a03c4cab30f30ef9" 7LIC_FILES_CHKSUM = "file://COPYING;md5=983e4c77621568488dd902b27e0c2143"
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] = "2b8fea58c87a724c1d5c023ee8bd551b" 11SRC_URI[md5sum] = "e532d99c1116ac8b685cd03aab3f4c75"
12SRC_URI[sha256sum] = "7533e34f447e8b076fa6461ac83806efdd677310094741eef2a67858034730fe" 12SRC_URI[sha256sum] = "c48e2d408be9c4bf2731546bece39216c79856e554fd22f6c3040603a2348c72"
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" 28RDEPENDS_${PN} = "libgal-imx libdrm libopencl-imx"
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):