summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2021-10-21 10:07:58 +0000
committerAndrey Zhizhikin <andrey.z@gmail.com>2021-10-22 19:15:38 +0000
commitb4e6d31c41834703c9e76cf5a795147d6a44dab7 (patch)
tree933832caf70faeff1de642c9d8d392cda7d59ec4 /recipes-graphics
parent01e729d43a915466f6d216b01fcafb41042e944b (diff)
downloadmeta-freescale-b4e6d31c41834703c9e76cf5a795147d6a44dab7.tar.gz
imx-dpu-g2d: upgrade to 1.9.4
Add runtime dependency to libopencl-imx. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.9.4.bb (renamed from recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.9.2.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.9.2.bb b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.9.4.bb
index e4baefb5..c340505e 100644
--- a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.9.2.bb
+++ b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.9.4.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=417b82f17fc02b88125331ed312f6f1b" 7LIC_FILES_CHKSUM = "file://COPYING;md5=e565271ec9a80ce47abbddc4bffe56fa"
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] = "a267c87677d600ecf07d4c8f42941532" 11SRC_URI[md5sum] = "0b7fc529b3af3ecc3087a99cca0c627d"
12SRC_URI[sha256sum] = "02e4e649f2af6c867cb666df10f032af48b0907e1529fa6c5958dad7e38aebbe" 12SRC_URI[sha256sum] = "42d470373fd72b2e2aa8d8a226e133c61b0a88e4e5bddbfec9509f7d2764f206"
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):