summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2023-01-05 11:23:26 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-08 18:12:47 +0000
commitc70eb3b12ecdeac2a8fe76ff621282eda8c39882 (patch)
tree81d3001e76f166e42fffe5637b91092348da0087
parenta49d6a713f1f090d0142ba0cbee5f3aa5a5f0900 (diff)
downloadmeta-freescale-c70eb3b12ecdeac2a8fe76ff621282eda8c39882.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> (cherry picked from commit c74f0f55a68528f8159ca14436d1f7fac8b37a80)
-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