mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-08-22 00:42:07 +02:00
Upgrade NXP BSP to LF6.6.36_2.1.0
imx-gpu*: Upgrade 6.4.11.p2.6 -> 6.4.11.p2.8 Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
This commit is contained in:
parent
640880536d
commit
01ce79a25c
42
recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p2.8.bb
Normal file
42
recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p2.8.bb
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Copyright (C) 2016 Freescale Semiconductor
|
||||
# Copyright 2017-2024 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=ca53281cc0caa7e320d4945a896fb837"
|
||||
DEPENDS = "libgal-imx"
|
||||
PROVIDES = "virtual/libg2d"
|
||||
|
||||
SRC_URI = "${FSL_MIRROR}/${IMX_BIN_NAME}.bin;name=${TARGET_ARCH};fsl-eula=true"
|
||||
IMX_BIN_NAME = "${BP}-${TARGET_ARCH}-${IMX_SRCREV_ABBREV}"
|
||||
IMX_SRCREV_ABBREV = "95408a4"
|
||||
SRC_URI[aarch64.sha256sum] = "48327fe6315aa739d5665004289412ff2e3a4e0084d1664f837276f09d35b032"
|
||||
SRC_URI[arm.sha256sum] = "f28b2cd7b29302cd654fc845a0695d6fe935e383b56556e36933488dfa014830"
|
||||
|
||||
S = "${WORKDIR}/${IMX_BIN_NAME}"
|
||||
|
||||
inherit fsl-eula-unpack
|
||||
|
||||
SOC_INSTALL_DIR = "SOC_INSTALL_DIR_NOT_SET"
|
||||
SOC_INSTALL_DIR:mx8mm-nxp-bsp = "mx8mm"
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${libdir}
|
||||
install -d ${D}${includedir}
|
||||
cp -d ${S}/g2d/usr/lib/*.so* ${D}${libdir}
|
||||
if [ -d ${S}/g2d/usr/lib/${SOC_INSTALL_DIR} ]; then
|
||||
cp -d ${S}/g2d/usr/lib/${SOC_INSTALL_DIR}/*.so* ${D}${libdir}
|
||||
fi
|
||||
cp -Pr ${S}/g2d/usr/include/* ${D}${includedir}
|
||||
}
|
||||
|
||||
# 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"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_SOCARCH}"
|
||||
COMPATIBLE_MACHINE = "(imxgpu2d)"
|
|
@ -22,6 +22,10 @@ DEPENDS:append:mx8-nxp-bsp = " patchelf-native"
|
|||
|
||||
DEPENDS:append:libc-musl = " gcompat"
|
||||
|
||||
DEPENDS:remove:imx-nxp-bsp = "mesa"
|
||||
PACKAGES:remove:imx-nxp-bsp = "libgl-imx libgl-imx-dev"
|
||||
PROVIDES:remove:imx-nxp-bsp = "virtual/libgl"
|
||||
|
||||
PROVIDES += " \
|
||||
imx-gpu-viv \
|
||||
libgal-imx \
|
||||
|
@ -63,6 +67,12 @@ PROVIDES_OPENVX:mx8mm-nxp-bsp = ""
|
|||
|
||||
RPROVIDES:${PN}:imxgpu3d += "imx-gpu-viv"
|
||||
|
||||
RPROVIDES_OPENCL = "opencl-icd-loader-dev"
|
||||
RPROVIDES_OPENCL:mx7-nxp-bsp = ""
|
||||
RPROVIDES_OPENCL:mx8mm-nxp-bsp = ""
|
||||
|
||||
RPROVIDES:${PN}:append:imx-nxp-bsp = " ${RPROVIDES_OPENCL}"
|
||||
|
||||
PE = "1"
|
||||
|
||||
inherit fsl-eula-unpack
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
require imx-gpu-viv-6.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a"
|
||||
|
||||
IMX_SRCREV_ABBREV = "bc7b6a2"
|
||||
|
||||
SRC_URI[md5sum] = "d921b6daf89eba252b0b5b59abe0d690"
|
||||
SRC_URI[sha256sum] = "cf6e42c9c9a903cd933b767d411131390d237a4b92ecad579db57d54538707f3"
|
||||
|
||||
COMPATIBLE_MACHINE = "(mx6q-nxp-bsp|mx6dl-nxp-bsp|mx6sx-nxp-bsp|mx6sl-nxp-bsp|mx7ulp-nxp-bsp)"
|
|
@ -1,10 +0,0 @@
|
|||
require imx-gpu-viv-6.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a"
|
||||
|
||||
IMX_SRCREV_ABBREV = "bc7b6a2"
|
||||
|
||||
SRC_URI[md5sum] = "e6ac75617944d9a9dbba90f863f07e0f"
|
||||
SRC_URI[sha256sum] = "5fe828113b9b2801b3fd60cd15eadfd0ac747e5897ef7db7fa22f80e7dd8a8e1"
|
||||
|
||||
COMPATIBLE_MACHINE = "(mx8-nxp-bsp)"
|
|
@ -0,0 +1,9 @@
|
|||
require imx-gpu-viv-6.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ca53281cc0caa7e320d4945a896fb837"
|
||||
|
||||
IMX_SRCREV_ABBREV = "95408a4"
|
||||
|
||||
SRC_URI[sha256sum] = "c479c98e83866a7e95e5a6ae29b21ae41f9599326298d9a1debf009cac6e9406"
|
||||
|
||||
COMPATIBLE_MACHINE = "(mx6q-nxp-bsp|mx6dl-nxp-bsp|mx6sx-nxp-bsp|mx6sl-nxp-bsp|mx7ulp-nxp-bsp)"
|
|
@ -0,0 +1,9 @@
|
|||
require imx-gpu-viv-6.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ca53281cc0caa7e320d4945a896fb837"
|
||||
|
||||
IMX_SRCREV_ABBREV = "95408a4"
|
||||
|
||||
SRC_URI[sha256sum] = "aadfcf558d07da253a57acfd5aa4ca41d4c8195f04324d0c2f6746f6f18c5a46"
|
||||
|
||||
COMPATIBLE_MACHINE = "(mx8-nxp-bsp)"
|
Loading…
Reference in New Issue
Block a user