From 024cd6fbb357cfd5edea1eb10e3c3c1f630631fe Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 14 May 2019 13:48:14 -0500 Subject: imx-dpu-g2d: Upgrade to 1.7.0 Signed-off-by: Tom Hochstein --- recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.8.bb | 37 ----------------------- recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.7.0.bb | 37 +++++++++++++++++++++++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.8.bb create mode 100644 recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.7.0.bb (limited to 'recipes-graphics/imx-dpu-g2d') diff --git a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.8.bb b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.8.bb deleted file mode 100644 index 1e204b00..00000000 --- a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.8.bb +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright (C) 2016 Freescale Semiconductor -# Copyright 2017-2018 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=5ab1a30d0cd181e3408077727ea5a2db" - -RDEPENDS_${PN} = "libgal-imx libdrm" - -PROVIDES += "virtual/libg2d" - -SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" - -S="${WORKDIR}/${PN}-${PV}" - -inherit fsl-eula-unpack - -SRC_URI[md5sum] = "5a14e335d329dbc33edb89f675821d5a" -SRC_URI[sha256sum] = "e8f27247b068f4f31e235e98f0eacf11eb0bb25cc6b710e5ca7f8f96d323004f" - -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} -} - -INSANE_SKIP_${PN} += "ldflags" - -FILES_${PN} = "${libdir}/libg2d* /opt" -FILES_${PN}-dev = "${libdir}/libg2d${SOLIBSDEV} ${includedir}" - -COMPATIBLE_MACHINE = "(imxdpu)" diff --git a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.7.0.bb b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.7.0.bb new file mode 100644 index 00000000..d29c2827 --- /dev/null +++ b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.7.0.bb @@ -0,0 +1,37 @@ +# 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=80c0478f4339af024519b3723023fe28" + +RDEPENDS_${PN} = "libgal-imx libdrm" + +PROVIDES += "virtual/libg2d" + +SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" + +S="${WORKDIR}/${PN}-${PV}" + +inherit fsl-eula-unpack + +SRC_URI[md5sum] = "a47ae6db002b47031e44d8402c40604e" +SRC_URI[sha256sum] = "5a2785ba1f4e4ea6f61ab98f8408600adca9decd66511e6665023325184bf7e9" + +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} +} + +INSANE_SKIP_${PN} += "ldflags" + +FILES_${PN} = "${libdir}/libg2d* /opt" +FILES_${PN}-dev = "${libdir}/libg2d${SOLIBSDEV} ${includedir}" + +COMPATIBLE_MACHINE = "(imxdpu)" -- cgit v1.2.3-54-g00ecf