diff options
| author | Max Krummenacher <max.krummenacher@toradex.com> | 2021-01-28 13:32:37 +0100 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-02-01 11:24:43 -0300 |
| commit | 6489a35b8e98f5fa66b24ffbcc5ef55568e4d70c (patch) | |
| tree | 9641125d3cb2bbdfea23dfff21ad5f3170c165ef /recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.12.bb | |
| parent | 8cb4f89c2492bfb020b6102e9248b7ce8caea8ab (diff) | |
| download | meta-freescale-6489a35b8e98f5fa66b24ffbcc5ef55568e4d70c.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>
Diffstat (limited to 'recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.12.bb')
| -rw-r--r-- | recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.12.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.12.bb b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.12.bb new file mode 100644 index 000000000..c407fb4a3 --- /dev/null +++ b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.12.bb | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | # Copyright (C) 2016 Freescale Semiconductor | ||
| 2 | # Copyright 2017-2019 NXP | ||
| 3 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
| 4 | |||
| 5 | DESCRIPTION = "GPU G2D library and apps for i.MX with 2D GPU and DPU" | ||
| 6 | LICENSE = "Proprietary" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf3f9b8d09bc3926b1004ea71f7a248a" | ||
| 8 | PROVIDES += "virtual/libg2d" | ||
| 9 | |||
| 10 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" | ||
| 11 | SRC_URI[md5sum] = "18a4119f1f7b83a09f60381e5403bbab" | ||
| 12 | SRC_URI[sha256sum] = "ba7e219b3cee32e0ac305685de21c67f30e0e5a1a89b5ec441ae6b8484b3f964" | ||
| 13 | |||
| 14 | inherit fsl-eula-unpack | ||
| 15 | |||
| 16 | do_install () { | ||
| 17 | install -d ${D}${libdir} | ||
| 18 | install -d ${D}${includedir} | ||
| 19 | cp -r ${S}/g2d/usr/lib/*.so* ${D}${libdir} | ||
| 20 | cp -Pr ${S}/g2d/usr/include/* ${D}${includedir} | ||
| 21 | cp -r ${S}/gpu-demos/opt ${D} | ||
| 22 | } | ||
| 23 | |||
| 24 | FILES_${PN} = "${libdir}/libg2d* /opt" | ||
| 25 | FILES_${PN}-dev = "${libdir}/libg2d${SOLIBSDEV} ${includedir}" | ||
| 26 | INSANE_SKIP_${PN} += "ldflags" | ||
| 27 | |||
| 28 | RDEPENDS_${PN} = "libgal-imx libdrm" | ||
| 29 | |||
| 30 | # This is required to provide support for VPU Amphion HEVC tile format | ||
| 31 | # From NXP [MGS-5547] (commit e175d6b4f78deab24d319b852998bef55cdecc99): | ||
| 32 | # VPU Amphion HEVC tile support was added using OpenCL, so add a dependency on libopencl-imx. | ||
| 33 | RDEPENDS_${PN} += "libopencl-imx" | ||
| 34 | |||
| 35 | COMPATIBLE_MACHINE = "(imxdpu)" | ||
