From c74f0f55a68528f8159ca14436d1f7fac8b37a80 Mon Sep 17 00:00:00 2001 From: Gary Bisson Date: Thu, 5 Jan 2023 11:23:26 +0100 Subject: 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 --- recipes-graphics/imx-g2d/imx-g2d-samples_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-graphics/imx-g2d') diff --git a/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb b/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb index 46bd3a55a..c02a4f50b 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" PV = "2.1+git${SRCPV}" SRC_URI = "${GPU_G2D_SAMPLES_SRC};branch=${SRCBRANCH}" -GPU_G2D_SAMPLES_SRC ?= "git://github.com/nxpmicro/g2d-samples.git;protocol=https" +GPU_G2D_SAMPLES_SRC ?= "git://github.com/nxp-imx/g2d-samples.git;protocol=https" SRCBRANCH ?= "imx_2.1" -SRCREV = "5a38513b97ff83b46777cf73da3cbe37b4976498" +SRCREV = "3efd75a90e3c606c9b7bed6791bcd4085ae69b9b" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf