diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2023-01-05 11:23:26 +0100 |
---|---|---|
committer | Gary Bisson <gary.bisson@boundarydevices.com> | 2023-01-06 17:15:40 +0100 |
commit | c74f0f55a68528f8159ca14436d1f7fac8b37a80 (patch) | |
tree | f100ba4f1ae2583ac4be59857fda4bb0c92a14f7 | |
parent | 95c89b6f281d67ef1f1da0c7e1d92b77aed51e86 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-graphics/imx-g2d/imx-g2d-samples_git.bb | 4 |
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" | |||
8 | PV = "2.1+git${SRCPV}" | 8 | PV = "2.1+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/nxpmicro/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.1" |
13 | SRCREV = "5a38513b97ff83b46777cf73da3cbe37b4976498" | 13 | SRCREV = "3efd75a90e3c606c9b7bed6791bcd4085ae69b9b" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||