From 19e185a123161de68c609e5711af0071f40f26c4 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Thu, 16 Apr 2020 18:51:15 -0500 Subject: imx-dpu-g2d: Upgrade to 1.8.3 c27d26b MGS-5479 remove g2d_multiblit_test 9730281 MGS-5435 [QNX] G2D - child and parent window can not rotate correctly 73354dc MGS-5103 add YUV mode for BT.601 and BT.709 43ff464 MA-16215 Avoid change input parameter value in g2d_blitEx 807cf04 MGS-5403 enable G2D tile-status feature Signed-off-by: Tom Hochstein --- recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.2.bb | 30 ----------------------- recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.3.bb | 30 +++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.2.bb create mode 100644 recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.3.bb diff --git a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.2.bb b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.2.bb deleted file mode 100644 index 09661c78f..000000000 --- a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.2.bb +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright (C) 2016 Freescale Semiconductor -# Copyright 2017-2019 NXP -# Released under the MIT license (see COPYING.MIT for the terms) - -DESCRIPTION = "GPU G2D library and apps for i.MX with 2D GPU and DPU" -LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://COPYING;md5=6c12031a11b81db21cdfe0be88cac4b3" -PROVIDES += "virtual/libg2d" - -SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" -SRC_URI[md5sum] = "b34737fe41688672e1d9522e931509f4" -SRC_URI[sha256sum] = "46c72ce9b98b7116e9f7f53a66aadc8fb66910473477c6553db77ed71e54d7ea" - -inherit fsl-eula-unpack - -do_install () { - install -d ${D}${libdir} - install -d ${D}${includedir} - cp -r ${S}/g2d/usr/lib/*.so* ${D}${libdir} - cp -Pr ${S}/g2d/usr/include/* ${D}${includedir} - cp -r ${S}/gpu-demos/opt ${D} -} - -FILES_${PN} = "${libdir}/libg2d* /opt" -FILES_${PN}-dev = "${libdir}/libg2d${SOLIBSDEV} ${includedir}" -INSANE_SKIP_${PN} += "ldflags" - -RDEPENDS_${PN} = "libgal-imx libdrm" - -COMPATIBLE_MACHINE = "(imxdpu)" diff --git a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.3.bb b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.3.bb new file mode 100644 index 000000000..4465ee7e1 --- /dev/null +++ b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.3.bb @@ -0,0 +1,30 @@ +# Copyright (C) 2016 Freescale Semiconductor +# Copyright 2017-2019 NXP +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "GPU G2D library and apps for i.MX with 2D GPU and DPU" +LICENSE = "Proprietary" +LIC_FILES_CHKSUM = "file://COPYING;md5=fd4b227530cd88a82af6a5982cfb724d" +PROVIDES += "virtual/libg2d" + +SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" +SRC_URI[md5sum] = "57a0a0a7d20e4ea1a0d2dcd162abfa79" +SRC_URI[sha256sum] = "f8bc83e23263e179bd66492dafaeb104a3967337d76325d0ec97993ae846fb13" + +inherit fsl-eula-unpack + +do_install () { + install -d ${D}${libdir} + install -d ${D}${includedir} + cp -r ${S}/g2d/usr/lib/*.so* ${D}${libdir} + cp -Pr ${S}/g2d/usr/include/* ${D}${includedir} + cp -r ${S}/gpu-demos/opt ${D} +} + +FILES_${PN} = "${libdir}/libg2d* /opt" +FILES_${PN}-dev = "${libdir}/libg2d${SOLIBSDEV} ${includedir}" +INSANE_SKIP_${PN} += "ldflags" + +RDEPENDS_${PN} = "libgal-imx libdrm" + +COMPATIBLE_MACHINE = "(imxdpu)" -- cgit v1.2.3-54-g00ecf