summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-g2d
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2023-01-05 11:23:26 +0100
committerGary Bisson <gary.bisson@boundarydevices.com>2023-01-06 17:15:40 +0100
commitc74f0f55a68528f8159ca14436d1f7fac8b37a80 (patch)
treef100ba4f1ae2583ac4be59857fda4bb0c92a14f7 /recipes-graphics/imx-g2d
parent95c89b6f281d67ef1f1da0c7e1d92b77aed51e86 (diff)
downloadmeta-freescale-c74f0f55a68528f8159ca14436d1f7fac8b37a80.tar.gz
imx-g2d-samples: bump revision to 3efd75a
Update to the version used in NXP Yocto branch kirkstone-5.15.71-2.2.0. Updated the repo location to new Github account. Commit history: 3efd75a MGS-6902 Add SCR for g2d-samples 0094ed8 LF-6616 g2d-samples intermittent build break 80d5888 MGS-3854 Fix global alpha on iMX8QM/QXP 0c36b18 MGS-6862-2 warp_dewarp_test: Fix misuse of &ctx->handle b4443cb MGS-6862-1 warp_dewarp_test: Add g2d_open check Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Diffstat (limited to 'recipes-graphics/imx-g2d')
-rw-r--r--recipes-graphics/imx-g2d/imx-g2d-samples_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb b/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb
index 46bd3a55..c02a4f50 100644
--- a/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb
+++ b/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb
@@ -8,9 +8,9 @@ DEPENDS = "virtual/libg2d cairo"
8PV = "2.1+git${SRCPV}" 8PV = "2.1+git${SRCPV}"
9 9
10SRC_URI = "${GPU_G2D_SAMPLES_SRC};branch=${SRCBRANCH}" 10SRC_URI = "${GPU_G2D_SAMPLES_SRC};branch=${SRCBRANCH}"
11GPU_G2D_SAMPLES_SRC ?= "git://github.com/nxpmicro/g2d-samples.git;protocol=https" 11GPU_G2D_SAMPLES_SRC ?= "git://github.com/nxp-imx/g2d-samples.git;protocol=https"
12SRCBRANCH ?= "imx_2.1" 12SRCBRANCH ?= "imx_2.1"
13SRCREV = "5a38513b97ff83b46777cf73da3cbe37b4976498" 13SRCREV = "3efd75a90e3c606c9b7bed6791bcd4085ae69b9b"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16