From 512cb2eb9defa07feb6107e018f34b5260af708b Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Wed, 25 Jul 2018 15:59:45 -0500 Subject: imx-gpu-g2d: Update to 6.2.4.p1.6 Signed-off-by: Tom Hochstein Signed-off-by: Otavio Salvador --- .../imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.2.bb | 38 ---------------------- .../imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.6.bb | 38 ++++++++++++++++++++++ 2 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.2.bb create mode 100644 recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.6.bb (limited to 'recipes-graphics') 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 deleted file mode 100644 index eab1d31b1..000000000 --- a/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.2.bb +++ /dev/null @@ -1,38 +0,0 @@ -# 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 += "libgal-imx" -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)" diff --git a/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.6.bb b/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.6.bb new file mode 100644 index 000000000..6e973951b --- /dev/null +++ b/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.6.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=ab61cab9599935bfe9f700405ef00f28" + +DEPENDS += "libgal-imx" +PROVIDES += "virtual/libg2d" + +SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" + +S="${WORKDIR}/${PN}-${PV}" + +inherit fsl-eula-unpack + +SRC_URI[md5sum] = "0829288a9b4fcc89066d1671aeb671b9" +SRC_URI[sha256sum] = "5ded476226df9068ec8611b5e89d444de1e5d9a53374a7ea4fb47bc5c6ba20e0" + +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