From 7b009de1093c8082ced74eaa4b690e48f23306f7 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Mon, 11 Jun 2018 11:30:03 -0300 Subject: imx-gpu-g2d: Update to version 6.2.4 - Update license checksum to match EULA v22 April 2018. - Add O.S. Systems Software Copyright Signed-off-by: Fabio Berton --- .../imx-gpu-g2d/imx-gpu-g2d_6.2.2.p0.bb | 36 -------------------- .../imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.2.bb | 38 ++++++++++++++++++++++ 2 files changed, 38 insertions(+), 36 deletions(-) delete mode 100644 recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.2.p0.bb create mode 100644 recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.2.bb (limited to 'recipes-graphics') diff --git a/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.2.p0.bb b/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.2.p0.bb deleted file mode 100644 index 8be05f93..00000000 --- a/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.2.p0.bb +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright (C) 2016 Freescale Semiconductor -# Copyright 2017 NXP -# Released under the MIT license (see COPYING.MIT for the terms) - -DESCRIPTION = "GPU G2D library and apps for imx6" -LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://COPYING;md5=08fd295cce89b0a9c74b9b83ed74f671" - -PROVIDES += "virtual/libg2d" - -SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" - -S="${WORKDIR}/${PN}-${PV}" - -inherit fsl-eula-unpack - -SRC_URI[md5sum] = "64720dda9b96fd7af5be7e2c654ab72a" -SRC_URI[sha256sum] = "070a95aa9942bd67e8ba4012962df74143bffb9998301ac097dab5e1437000d8" - -do_install () { - - install -d ${D}${libdir} - install -d ${D}${includedir} - - cp ${S}/g2d/usr/lib/*.so* ${D}${libdir} - cp -Pr ${S}/g2d/usr/include/* ${D}${includedir} - cp -r ${S}/gpu-demos/opt ${D} -} - -RDEPENDS_${PN} = "libgal-imx" - -FILES_${PN} = "${libdir}/libg2d* /opt" -FILES_${PN}-dev = "${includedir}" -INSANE_SKIP_${PN} = "ldflags" - -COMPATIBLE_MACHINE = "(mx6|mx7ulp)" diff --git a/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.2.bb b/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.2.bb new file mode 100644 index 00000000..88130705 --- /dev/null +++ b/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.2.bb @@ -0,0 +1,38 @@ +# Copyright (C) 2016 Freescale Semiconductor +# Copyright 2017-2018 NXP +# Copyright 2018 (C) O.S. Systems Software LTDA. +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "G2D graphics library and apps for i.MX 6 and i.MX 7 GPU" +LICENSE = "Proprietary" +LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d" + +DEPENDS += "virtual/libgal-x11" +PROVIDES += "virtual/libg2d" + +SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" + +S="${WORKDIR}/${PN}-${PV}" + +inherit fsl-eula-unpack + +SRC_URI[md5sum] = "fd93eb85a64a18dac3b6c2ead86c8333" +SRC_URI[sha256sum] = "5f2d2171d5cd57f37ab07184fc908a0f6ecb2a97f023f04c2f9f3b3d7fec8481" + +do_install () { + + install -d ${D}${libdir} + install -d ${D}${includedir} + + cp ${S}/g2d/usr/lib/*.so* ${D}${libdir} + cp -Pr ${S}/g2d/usr/include/* ${D}${includedir} + cp -r ${S}/gpu-demos/opt ${D} +} + +RDEPENDS_${PN} = "libgal-imx" + +FILES_${PN} = "${libdir}/libg2d* /opt" +FILES_${PN}-dev = "${includedir}" +INSANE_SKIP_${PN} = "ldflags" + +COMPATIBLE_MACHINE = "(mx6|mx7ulp)" -- cgit v1.2.3-54-g00ecf