diff options
Diffstat (limited to 'recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p4.4.bb')
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p4.4.bb | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p4.4.bb b/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p4.4.bb deleted file mode 100644 index 524f15e96..000000000 --- a/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p4.4.bb +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | # Copyright (C) 2016 Freescale Semiconductor | ||
| 2 | # Copyright 2017-2022 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=5a0bf11f745e68024f37b4724a5364fe" | ||
| 9 | DEPENDS = "libgal-imx" | ||
| 10 | PROVIDES = "virtual/libg2d" | ||
| 11 | |||
| 12 | FSLBIN_NAME = "${PN}-${PV}-${TARGET_ARCH}" | ||
| 13 | |||
| 14 | SRC_URI = "${FSL_MIRROR}/${FSLBIN_NAME}.bin;name=${TARGET_ARCH};fsl-eula=true" | ||
| 15 | SRC_URI[aarch64.md5sum] = "98d46bca2ae66e31b7e4878a7b622b99" | ||
| 16 | SRC_URI[aarch64.sha256sum] = "8341d6e2cde3f3ffa035dc95b0487dd04a50531cc80f4cddc5a689ebc4946e02" | ||
| 17 | SRC_URI[arm.md5sum] = "ff96d069092424a50ba4542d6ef5e931" | ||
| 18 | SRC_URI[arm.sha256sum] = "7737a3372bcde34e2d275397df67c307df5033d5b133ac770f75cac4e1ec2580" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/${FSLBIN_NAME}" | ||
| 21 | |||
| 22 | inherit fsl-eula-unpack | ||
| 23 | |||
| 24 | do_install () { | ||
| 25 | install -d ${D}${libdir} | ||
| 26 | install -d ${D}${includedir} | ||
| 27 | cp -r ${S}/g2d/usr/lib/*.so* ${D}${libdir} | ||
| 28 | cp -Pr ${S}/g2d/usr/include/* ${D}${includedir} | ||
| 29 | } | ||
| 30 | |||
| 31 | INSANE_SKIP:${PN} = "ldflags" | ||
| 32 | |||
| 33 | COMPATIBLE_MACHINE = "(imxgpu2d)" | ||
