Skip to content

Commit

Permalink
imx-dpu-g2d: upgrade to 1.8.7
Browse files Browse the repository at this point in the history
This version adds runtime dependency to libopencl-imx since it is
required to support HEVC tile format for Amphion VPU.

NOTE: This version uses v11 EULA from NXP.

Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
  • Loading branch information
zandrey authored and otavio committed Sep 24, 2020
1 parent 0c961a5 commit 0661394
Showing 1 changed file with 8 additions and 3 deletions.
Expand Up @@ -4,12 +4,12 @@

DESCRIPTION = "GPU G2D library and apps for i.MX with 2D GPU and DPU"
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://COPYING;md5=fd4b227530cd88a82af6a5982cfb724d"
LIC_FILES_CHKSUM = "file://COPYING;md5=228c72f2a91452b8a03c4cab30f30ef9"
PROVIDES += "virtual/libg2d"

SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true"
SRC_URI[md5sum] = "57a0a0a7d20e4ea1a0d2dcd162abfa79"
SRC_URI[sha256sum] = "f8bc83e23263e179bd66492dafaeb104a3967337d76325d0ec97993ae846fb13"
SRC_URI[md5sum] = "2b8fea58c87a724c1d5c023ee8bd551b"
SRC_URI[sha256sum] = "7533e34f447e8b076fa6461ac83806efdd677310094741eef2a67858034730fe"

inherit fsl-eula-unpack

Expand All @@ -27,4 +27,9 @@ INSANE_SKIP_${PN} += "ldflags"

RDEPENDS_${PN} = "libgal-imx libdrm"

# This is required to provide support for VPU Amphion HEVC tile format
# From NXP [MGS-5547] (commit e175d6b4f78deab24d319b852998bef55cdecc99):
# VPU Amphion HEVC tile support was added using OpenCL, so add a dependency on libopencl-imx.
RDEPENDS_${PN} += "libopencl-imx"

COMPATIBLE_MACHINE = "(imxdpu)"

0 comments on commit 0661394

Please sign in to comment.