imx-g2d-samples: 2.2 -> 2.3

Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
This commit is contained in:
Rodrigo M. Duarte 2025-05-21 11:56:46 -03:00
parent 5049f31c5c
commit d2dd7e2ca8

View File

@ -5,12 +5,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0858ec9c7a80c4a2cf16e4f825a2cc91"
DEPENDS = "cairo" DEPENDS = "cairo"
PV = "2.2+git${SRCPV}" PV = "2.3+git${SRCPV}"
SRC_URI = "${GPU_G2D_SAMPLES_SRC};branch=${SRCBRANCH}" SRC_URI = "${GPU_G2D_SAMPLES_SRC};branch=${SRCBRANCH}"
GPU_G2D_SAMPLES_SRC ?= "git://github.com/nxp-imx/g2d-samples.git;protocol=https" GPU_G2D_SAMPLES_SRC ?= "git://github.com/nxp-imx/g2d-samples.git;protocol=https"
SRCBRANCH = "imx_2.2" SRCBRANCH = "imx_2.3"
SRCREV = "431f311a41ca052902ea0d6445e74defe0a4df2d" SRCREV = "7d12c50c07d73650b4c97906ce917aff429238f8"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"