diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2025-08-15 11:12:09 -0500 |
|---|---|---|
| committer | Tom Hochstein <tom.hochstein@nxp.com> | 2025-08-26 10:05:32 -0500 |
| commit | 1e0800d96b03def617f1b36b21d6bda32706d216 (patch) | |
| tree | 161e52a6cf62b20338736af96a0481f45312325f | |
| parent | 5ede9cee499b8e0171c75953aca5dacdd6a81fd6 (diff) | |
| download | meta-freescale-1e0800d96b03def617f1b36b21d6bda32706d216.tar.gz | |
imx-pxp-g2d: Upgrade 2.3 -> 2.4
Adds i.MX 943 support.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb b/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb index 9fd170ad5..8165c0c62 100644 --- a/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb +++ b/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb | |||
| @@ -1,27 +1,29 @@ | |||
| 1 | # Copyright (C) 2016 Freescale Semiconductor | 1 | # Copyright (C) 2016 Freescale Semiconductor |
| 2 | # Copyright 2017-2024 NXP | 2 | # Copyright 2017-2025 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=c0fb372b5d7f12181de23ef480f225f3" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a93b654673e1bc8398ed1f30e0813359" |
| 8 | 8 | ||
| 9 | PROVIDES += "virtual/libg2d" | 9 | PROVIDES += "virtual/libg2d" |
| 10 | 10 | ||
| 11 | PV = "2.3+git${SRCPV}" | 11 | PV = "2.4+git" |
| 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.3" | 15 | SRCBRANCH = "imx_2.4" |
| 16 | SRCREV = "f3aabbcb7977a0a17c962c62b02bc829855f8edf" | 16 | SRCREV = "c3368ea82e4507d7b35aee258c28d04f9f8fb8e9" |
| 17 | 17 | ||
| 18 | inherit use-imx-headers | 18 | inherit use-imx-headers |
| 19 | 19 | ||
| 20 | EXTRA_OEMAKE = "PLATFORM=IMX93 INCLUDE='-I${STAGING_INCDIR_IMX}' DEST_DIR=${D}" | 20 | EXTRA_OEMAKE = "PLATFORM=${IMX_PLATFORM} INCLUDE='-I${STAGING_INCDIR_IMX}' DEST_DIR=${D}" |
| 21 | IMX_PLATFORM:mx93-nxp-bsp = "IMX93" | ||
| 22 | IMX_PLATFORM:mx943-nxp-bsp = "IMX943" | ||
| 21 | 23 | ||
| 22 | do_install() { | 24 | do_install() { |
| 23 | oe_runmake install | 25 | oe_runmake install |
| 24 | } | 26 | } |
| 25 | 27 | ||
| 26 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 28 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
| 27 | COMPATIBLE_MACHINE = "(mx93-nxp-bsp)" | 29 | COMPATIBLE_MACHINE = "(mx93-nxp-bsp|mx943-nxp-bsp)" |
