diff options
-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 | ||
5 | DESCRIPTION = "GPU G2D library and apps for i.MX with 2D GPU and DPU" | 5 | DESCRIPTION = "GPU G2D library and apps for i.MX with 2D GPU and DPU" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=417b82f17fc02b88125331ed312f6f1b" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e565271ec9a80ce47abbddc4bffe56fa" |
8 | PROVIDES += "virtual/libg2d" | 8 | PROVIDES += "virtual/libg2d" |
9 | 9 | ||
10 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" | 10 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" |
11 | SRC_URI[md5sum] = "a267c87677d600ecf07d4c8f42941532" | 11 | SRC_URI[md5sum] = "0b7fc529b3af3ecc3087a99cca0c627d" |
12 | SRC_URI[sha256sum] = "02e4e649f2af6c867cb666df10f032af48b0907e1529fa6c5958dad7e38aebbe" | 12 | SRC_URI[sha256sum] = "42d470373fd72b2e2aa8d8a226e133c61b0a88e4e5bddbfec9509f7d2764f206" |
13 | 13 | ||
14 | inherit fsl-eula-unpack | 14 | inherit fsl-eula-unpack |
15 | 15 | ||
@@ -25,7 +25,7 @@ FILES:${PN} = "${libdir}/libg2d* /opt" | |||
25 | FILES:${PN}-dev = "${libdir}/libg2d${SOLIBSDEV} ${includedir}" | 25 | FILES:${PN}-dev = "${libdir}/libg2d${SOLIBSDEV} ${includedir}" |
26 | INSANE_SKIP:${PN} += "ldflags" | 26 | INSANE_SKIP:${PN} += "ldflags" |
27 | 27 | ||
28 | RDEPENDS:${PN} = "libgal-imx libdrm" | 28 | RDEPENDS:${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): |