From 59aaa748f15de209ced2c440af05af75f7fb5eae Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Mon, 30 Oct 2023 14:45:42 -0700 Subject: imx-dpu-g2d: Upgrade 2.1.8 -> 2.1.10 Signed-off-by: Tom Hochstein --- recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.10.bb | 38 ++++++++++++++++++++++++++ recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.8.bb | 35 ------------------------ 2 files changed, 38 insertions(+), 35 deletions(-) create mode 100644 recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.10.bb delete mode 100644 recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.8.bb (limited to 'recipes-graphics') diff --git a/recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.10.bb b/recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.10.bb new file mode 100644 index 00000000..16011bd4 --- /dev/null +++ b/recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.10.bb @@ -0,0 +1,38 @@ +# Copyright (C) 2016 Freescale Semiconductor +# Copyright 2017-2022 NXP +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "G2D library using i.MX DPU" +LICENSE = "Proprietary" +LIC_FILES_CHKSUM = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de" + +DEPENDS = "libgal-imx libdrm" +PROVIDES += "virtual/libg2d" + +SRC_URI = "${FSL_MIRROR}/${IMX_BIN_NAME}.bin;fsl-eula=true" +IMX_BIN_NAME = "${BP}-${IMX_SRCREV_ABBREV}" +IMX_SRCREV_ABBREV = "7ed5396" +SRC_URI[md5sum] = "eed4f724973192564474efbda83f67bc" +SRC_URI[sha256sum] = "bca725e442c1438990cf1b41a59194e6efbd080c63d9b683a0d572e27f900e25" + +S = "${WORKDIR}/${IMX_BIN_NAME}" + +inherit fsl-eula-unpack + +do_install () { + install -d ${D}${libdir} + install -d ${D}${includedir} + cp -d ${S}/g2d/usr/lib/*.so* ${D}${libdir} + cp -Pr ${S}/g2d/usr/include/* ${D}${includedir} +} + +INSANE_SKIP:append:libc-musl = " file-rdeps" +RDEPENDS:${PN}:append:libc-musl = " gcompat" + +# The packaged binaries have been stripped of debug info, so disable +# operations accordingly. +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" +INHIBIT_PACKAGE_STRIP = "1" +INHIBIT_SYSROOT_STRIP = "1" + +COMPATIBLE_MACHINE = "(imxdpu)" diff --git a/recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.8.bb b/recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.8.bb deleted file mode 100644 index 848ca7d1..00000000 --- a/recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.8.bb +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright (C) 2016 Freescale Semiconductor -# Copyright 2017-2022 NXP -# Released under the MIT license (see COPYING.MIT for the terms) - -DESCRIPTION = "G2D library using i.MX DPU" -LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657" - -DEPENDS = "libgal-imx libdrm" -PROVIDES += "virtual/libg2d" - -SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" -SRC_URI[md5sum] = "0f7ceac3f8ce97d4f0f6ad5bb8a5bbd2" -SRC_URI[sha256sum] = "dfcda2c286076bb6080261901241eac2a9e9db8ebbd00f301d8f49665af4c835" - -inherit fsl-eula-unpack - -do_install () { - install -d ${D}${libdir} - install -d ${D}${includedir} - cp -d ${S}/g2d/usr/lib/*.so* ${D}${libdir} - cp -Pr ${S}/g2d/usr/include/* ${D}${includedir} -} - -INSANE_SKIP:${PN} += "ldflags" -INSANE_SKIP:append:libc-musl = " file-rdeps" -RDEPENDS:${PN}:append:libc-musl = " gcompat" - -# The packaged binaries have been stripped of debug info, so disable -# operations accordingly. -INHIBIT_PACKAGE_DEBUG_SPLIT = "1" -INHIBIT_PACKAGE_STRIP = "1" -INHIBIT_SYSROOT_STRIP = "1" - -COMPATIBLE_MACHINE = "(imxdpu)" -- cgit v1.2.3-54-g00ecf