diff options
Diffstat (limited to 'recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p2.6.bb')
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p2.6.bb | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p2.6.bb b/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p2.6.bb deleted file mode 100644 index d12d9c1a8..000000000 --- a/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p2.6.bb +++ /dev/null | |||
| @@ -1,44 +0,0 @@ | |||
| 1 | # Copyright (C) 2016 Freescale Semiconductor | ||
| 2 | # Copyright 2017-2024 NXP | ||
| 3 | # Copyright 2018 (C) O.S. Systems Software LTDA. | ||
| 4 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
| 5 | |||
| 6 | DESCRIPTION = "G2D library using i.MX GPU" | ||
| 7 | LICENSE = "Proprietary" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | ||
| 9 | DEPENDS = "libgal-imx" | ||
| 10 | PROVIDES = "virtual/libg2d" | ||
| 11 | |||
| 12 | SRC_URI = "${FSL_MIRROR}/${IMX_BIN_NAME}.bin;name=${TARGET_ARCH};fsl-eula=true" | ||
| 13 | IMX_BIN_NAME = "${BP}-${TARGET_ARCH}-${IMX_SRCREV_ABBREV}" | ||
| 14 | IMX_SRCREV_ABBREV = "bc7b6a2" | ||
| 15 | SRC_URI[aarch64.md5sum] = "4b12d0434d612b57ff4d7df690c3154f" | ||
| 16 | SRC_URI[aarch64.sha256sum] = "b2e4c580bf887042f479fde7c8b07c6215794d8123263d10ff0c167af7ba5918" | ||
| 17 | SRC_URI[arm.md5sum] = "4bead15838f47793f59cb374c10c2dd2" | ||
| 18 | SRC_URI[arm.sha256sum] = "413610ce4730eb9adbde30c8ad4a72df3edd69d84e1154a0c29efa7f33a30663" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/${IMX_BIN_NAME}" | ||
| 21 | |||
| 22 | inherit fsl-eula-unpack | ||
| 23 | |||
| 24 | SOC_INSTALL_DIR = "SOC_INSTALL_DIR_NOT_SET" | ||
| 25 | SOC_INSTALL_DIR:mx8mm-nxp-bsp = "mx8mm" | ||
| 26 | |||
| 27 | do_install () { | ||
| 28 | install -d ${D}${libdir} | ||
| 29 | install -d ${D}${includedir} | ||
| 30 | cp -d ${S}/g2d/usr/lib/*.so* ${D}${libdir} | ||
| 31 | if [ -d ${S}/g2d/usr/lib/${SOC_INSTALL_DIR} ]; then | ||
| 32 | cp -d ${S}/g2d/usr/lib/${SOC_INSTALL_DIR}/*.so* ${D}${libdir} | ||
| 33 | fi | ||
| 34 | cp -Pr ${S}/g2d/usr/include/* ${D}${includedir} | ||
| 35 | } | ||
| 36 | |||
| 37 | # The packaged binaries have been stripped of debug info, so disable | ||
| 38 | # operations accordingly. | ||
| 39 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
| 40 | INHIBIT_PACKAGE_STRIP = "1" | ||
| 41 | INHIBIT_SYSROOT_STRIP = "1" | ||
| 42 | |||
| 43 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
| 44 | COMPATIBLE_MACHINE = "(imxgpu2d)" | ||
