From f981ad9009073062352a187e4251abc5f7e589c5 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Wed, 11 May 2022 10:51:09 -0500 Subject: imx-gpu-g2d: Upgrade 6.4.3.p2.4 -> 6.4.3.p4.0 This version uses G2D API 2.0. Signed-off-by: Tom Hochstein (cherry picked from commit 89f0d22235b27d0c13452093ff2211333cb7aa9c) --- recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p2.4.bb | 31 ---------------------- recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p4.0.bb | 30 +++++++++++++++++++++ 2 files changed, 30 insertions(+), 31 deletions(-) delete mode 100644 recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p2.4.bb create mode 100644 recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p4.0.bb diff --git a/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p2.4.bb b/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p2.4.bb deleted file mode 100644 index 8eaa0bb3..00000000 --- a/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p2.4.bb +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright (C) 2016 Freescale Semiconductor -# Copyright 2017-2021 NXP -# Copyright 2018 (C) O.S. Systems Software LTDA. -# Released under the MIT license (see COPYING.MIT for the terms) - -DESCRIPTION = "G2D library using i.MX GPU" -LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://COPYING;md5=03bcadc8dc0a788f66ca9e2b89f56c6f" - -DEPENDS = "libgal-imx" -PROVIDES = "virtual/libg2d" - -FSLBIN_NAME = "${PN}-${PV}-${TARGET_ARCH}" - -SRC_URI = "${FSL_MIRROR}/${FSLBIN_NAME}.bin;name=${TARGET_ARCH};fsl-eula=true" -SRC_URI[aarch64.md5sum] = "9d64a9c4a870419607d9e47e832eb997" -SRC_URI[aarch64.sha256sum] = "6065f545568e6cdc138f2d6e7cdcb525e477ce1d775c0ceabe2beb2eacf4eb5b" -SRC_URI[arm.md5sum] = "4d6cb47f09f268533cc6a9a90cc87555" -SRC_URI[arm.sha256sum] = "b298a38a16400e655ea46ab25b6261e602687e9970dd755594db343064a9ae53" - -S = "${WORKDIR}/${FSLBIN_NAME}" - -inherit fsl-eula-unpack - -do_install () { - cp -r -d --no-preserve=ownership ${S}/g2d/* ${D} -} - -INSANE_SKIP:${PN} = "ldflags" - -COMPATIBLE_MACHINE = "(imxgpu2d)" diff --git a/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p4.0.bb b/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p4.0.bb new file mode 100644 index 00000000..90231106 --- /dev/null +++ b/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p4.0.bb @@ -0,0 +1,30 @@ +# Copyright (C) 2016 Freescale Semiconductor +# Copyright 2017-2021 NXP +# Copyright 2018 (C) O.S. Systems Software LTDA. +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "G2D library using i.MX GPU" +LICENSE = "Proprietary" +LIC_FILES_CHKSUM = "file://COPYING;md5=be5ff43682ed6c57dfcbeb97651c2829" +DEPENDS = "libgal-imx" +PROVIDES = "virtual/libg2d" + +FSLBIN_NAME = "${PN}-${PV}-${TARGET_ARCH}" + +SRC_URI = "${FSL_MIRROR}/${FSLBIN_NAME}.bin;name=${TARGET_ARCH};fsl-eula=true" +SRC_URI[aarch64.md5sum] = "b3b3c285796cd5d47841b73c4735e6bd" +SRC_URI[aarch64.sha256sum] = "f2d592d1389be0c16f8dbe6374d480d674c2e31f4195916dbd6baf71473a0e60" +SRC_URI[arm.md5sum] = "82f6a394505bc9d348a35f26cd02bd6a" +SRC_URI[arm.sha256sum] = "96f0213009087de0842740401a67a19d70d5a7ae928843c9c9bee3f8f177b2a0" + +S = "${WORKDIR}/${FSLBIN_NAME}" + +inherit fsl-eula-unpack + +do_install () { + cp -r -d --no-preserve=ownership ${S}/g2d/* ${D} +} + +INSANE_SKIP:${PN} = "ldflags" + +COMPATIBLE_MACHINE = "(imxgpu2d)" -- cgit v1.2.3-54-g00ecf