diff options
| author | Valentin Jec <valentin.jec@nxp.com> | 2024-10-25 13:58:18 +0300 |
|---|---|---|
| committer | Valentin Jec <valentin.jec@nxp.com> | 2024-10-25 13:58:18 +0300 |
| commit | 640880536da477a2c38e6522f4678a7b4b3819fb (patch) | |
| tree | 9cbc388d05b23a248f8b3280180507e7481d0708 | |
| parent | fc287f98d9590354e2d83614ad7452608d7b7c73 (diff) | |
| download | meta-freescale-640880536da477a2c38e6522f4678a7b4b3819fb.tar.gz | |
Upgrade NXP BSP to LF6.6.36_2.1.0
imx-g2d: Upgrade 2.1.14 -> 2.2.0
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-dpu-g2d_2.2.0.bb (renamed from recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.14.bb) | 12 | ||||
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-g2d-samples_git.bb | 4 | ||||
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p2.6.bb | 44 | ||||
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb | 10 |
4 files changed, 12 insertions, 58 deletions
diff --git a/recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.14.bb b/recipes-graphics/imx-g2d/imx-dpu-g2d_2.2.0.bb index 23168ae16..5e8f5402e 100644 --- a/recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.14.bb +++ b/recipes-graphics/imx-g2d/imx-dpu-g2d_2.2.0.bb | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | DESCRIPTION = "G2D library using i.MX DPU" | 5 | DESCRIPTION = "G2D library using i.MX DPU" |
| 6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca53281cc0caa7e320d4945a896fb837" |
| 8 | 8 | ||
| 9 | DEPENDS = "libdrm ${LIBGAL_IMX}" | 9 | DEPENDS = "libdrm ${LIBGAL_IMX}" |
| 10 | LIBGAL_IMX = "libgal-imx" | 10 | LIBGAL_IMX = "libgal-imx" |
| @@ -15,15 +15,13 @@ PROVIDES += "virtual/libg2d" | |||
| 15 | SRC_URI = "${FSL_MIRROR}/${IMX_BIN_NAME}.bin;fsl-eula=true;name=${IMX_SRC_URI_NAME}" | 15 | SRC_URI = "${FSL_MIRROR}/${IMX_BIN_NAME}.bin;fsl-eula=true;name=${IMX_SRC_URI_NAME}" |
| 16 | IMX_BIN_NAME = "${BPN}-${IMX_SRC_URI_NAME}-${PV}-${IMX_SRCREV_ABBREV}" | 16 | IMX_BIN_NAME = "${BPN}-${IMX_SRC_URI_NAME}-${PV}-${IMX_SRCREV_ABBREV}" |
| 17 | 17 | ||
| 18 | IMX_SRCREV_ABBREV = "6a00326" | 18 | IMX_SRCREV_ABBREV = "7943590" |
| 19 | IMX_SRC_URI_NAME = "v1" | 19 | IMX_SRC_URI_NAME = "v1" |
| 20 | SRC_URI[v1.md5sum] = "470ad0bdef7dec171395991d47b39e2c" | 20 | SRC_URI[v1.sha256sum] = "bf347f53e8f390a0554c0db76707819bb50cf4aaa564a9c86821ae9add26e113" |
| 21 | SRC_URI[v1.sha256sum] = "4d8e4b536bd24eedfbce375a06c19ab74603291b8b5a5be36b03fbf6e016e940" | ||
| 22 | 21 | ||
| 23 | IMX_SRCREV_ABBREV:mx95-nxp-bsp = "6a00326" | 22 | IMX_SRCREV_ABBREV:mx95-nxp-bsp = "7943590" |
| 24 | IMX_SRC_URI_NAME:mx95-nxp-bsp = "v2" | 23 | IMX_SRC_URI_NAME:mx95-nxp-bsp = "v2" |
| 25 | SRC_URI[v2.md5sum] = "cf807c38a110763c19a12d6d595b4b09" | 24 | SRC_URI[v2.sha256sum] = "c0a87908cd04c208659423746a57eaee6a30b4d680ec871f3495ad4a2acb5076" |
| 26 | SRC_URI[v2.sha256sum] = "1b86d4fecd5026e871da0de8ed6382c962460468d8151ae2f95b72d00bca17ee" | ||
| 27 | 25 | ||
| 28 | S = "${WORKDIR}/${IMX_BIN_NAME}" | 26 | S = "${WORKDIR}/${IMX_BIN_NAME}" |
| 29 | 27 | ||
diff --git a/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb b/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb index 0f0c18967..ab0819c69 100644 --- a/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb +++ b/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb | |||
| @@ -5,11 +5,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0858ec9c7a80c4a2cf16e4f825a2cc91" | |||
| 5 | 5 | ||
| 6 | DEPENDS = "cairo" | 6 | DEPENDS = "cairo" |
| 7 | 7 | ||
| 8 | PV = "2.1+git${SRCPV}" | 8 | PV = "2.2+git${SRCPV}" |
| 9 | 9 | ||
| 10 | SRC_URI = "${GPU_G2D_SAMPLES_SRC};branch=${SRCBRANCH}" | 10 | SRC_URI = "${GPU_G2D_SAMPLES_SRC};branch=${SRCBRANCH}" |
| 11 | GPU_G2D_SAMPLES_SRC ?= "git://github.com/nxp-imx/g2d-samples.git;protocol=https" | 11 | GPU_G2D_SAMPLES_SRC ?= "git://github.com/nxp-imx/g2d-samples.git;protocol=https" |
| 12 | SRCBRANCH = "imx_2.1" | 12 | SRCBRANCH = "imx_2.2" |
| 13 | SRCREV = "431f311a41ca052902ea0d6445e74defe0a4df2d" | 13 | SRCREV = "431f311a41ca052902ea0d6445e74defe0a4df2d" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
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)" | ||
diff --git a/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb b/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb index 4481188b1..88fc60aeb 100644 --- a/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb +++ b/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb | |||
| @@ -1,19 +1,19 @@ | |||
| 1 | # Copyright (C) 2016 Freescale Semiconductor | 1 | # Copyright (C) 2016 Freescale Semiconductor |
| 2 | # Copyright 2017-2023 NXP | 2 | # Copyright 2017-2024 NXP |
| 3 | # Released under the MIT license (see COPYING.MIT for the terms) | 3 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 4 | 4 | ||
| 5 | DESCRIPTION = "G2D library using i.MX PXP" | 5 | DESCRIPTION = "G2D library using i.MX PXP" |
| 6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=10c0fda810c63b052409b15a5445671a" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca53281cc0caa7e320d4945a896fb837" |
| 8 | 8 | ||
| 9 | PROVIDES += "virtual/libg2d" | 9 | PROVIDES += "virtual/libg2d" |
| 10 | 10 | ||
| 11 | PV = "2.1.0+git${SRCPV}" | 11 | PV = "2.2+git${SRCPV}" |
| 12 | 12 | ||
| 13 | SRC_URI = "${IMX_PXP_G2D_SRC};branch=${SRCBRANCH}" | 13 | SRC_URI = "${IMX_PXP_G2D_SRC};branch=${SRCBRANCH}" |
| 14 | IMX_PXP_G2D_SRC ?= "git://github.com/nxp-imx/imx-g2d-pxp.git;protocol=https" | 14 | IMX_PXP_G2D_SRC ?= "git://github.com/nxp-imx/imx-g2d-pxp.git;protocol=https" |
| 15 | SRCBRANCH = "imx_2.1" | 15 | SRCBRANCH = "imx_2.2" |
| 16 | SRCREV = "edd234c4e1c58cd2453963d19155d4d5d3800d07" | 16 | SRCREV = "5e633f895a84cec809ca98d77c879af3591b3b20" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
