diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-08-01 10:15:51 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2023-08-01 10:15:51 -0300 |
commit | 652878e5aaf9e5f053c120b871c81c624016fc7c (patch) | |
tree | f216bc11a6d77e6fc804f0d87f8c9a47fc28db34 /recipes-graphics/imx-g2d | |
parent | f73e3872067d3ec8213b3f419ca2d7934d131447 (diff) | |
download | meta-freescale-652878e5aaf9e5f053c120b871c81c624016fc7c.tar.gz |
imx-pxp-g2d: Bump revision to 667c4ccbb
This includes following changes:
667c4cc LF-9284 update LICENSE version to V45
07a9c65 MGS-7155 preload g2d_allocator to avoid dependency
a1f54e3 MGS-7086 g2d_alloc dmabuf heap failed
2f00ac6 MGS-7085 sync G2D header file
66297c0 MGS-7082 G2D header conflicting with C++ STL headers
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/imx-g2d')
-rw-r--r-- | recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb b/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb index 0f444cfa..0735d89c 100644 --- a/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb +++ b/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb | |||
@@ -4,7 +4,7 @@ | |||
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=ea25d099982d035af85d193c88a1b479" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=63a38e9f392d8813d6f1f4d0d6fbe657" |
8 | 8 | ||
9 | PROVIDES += "virtual/libg2d" | 9 | PROVIDES += "virtual/libg2d" |
10 | 10 | ||
@@ -13,7 +13,7 @@ PV = "2.1.0+git${SRCPV}" | |||
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.1" |
16 | SRCREV = "8887f6bbf533affef7e22a65179a08a25f1547f1" | 16 | SRCREV = "667c4ccbba208f47ac6d78f11a2c30737c66600f" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||