diff options
author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-21 11:56:46 -0300 |
---|---|---|
committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-21 14:32:08 -0300 |
commit | d2dd7e2ca88a0114e3e56eeca17e788cb5cc9603 (patch) | |
tree | 9c9ef82fe047871a9d30cfb966a8c58b3906e156 | |
parent | 5049f31c5c5bef3d7b78876aa5e478020f9e212a (diff) | |
download | meta-freescale-d2dd7e2ca88a0114e3e56eeca17e788cb5cc9603.tar.gz |
imx-g2d-samples: 2.2 -> 2.3
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
-rw-r--r-- | recipes-graphics/imx-g2d/imx-g2d-samples_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb b/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb index ab0819c6..884b41ff 100644 --- a/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb +++ b/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb | |||
@@ -5,12 +5,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0858ec9c7a80c4a2cf16e4f825a2cc91" | |||
5 | 5 | ||
6 | DEPENDS = "cairo" | 6 | DEPENDS = "cairo" |
7 | 7 | ||
8 | PV = "2.2+git${SRCPV}" | 8 | PV = "2.3+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/nxp-imx/g2d-samples.git;protocol=https" | 11 | GPU_G2D_SAMPLES_SRC ?= "git://github.com/nxp-imx/g2d-samples.git;protocol=https" |
12 | SRCBRANCH = "imx_2.2" | 12 | SRCBRANCH = "imx_2.3" |
13 | SRCREV = "431f311a41ca052902ea0d6445e74defe0a4df2d" | 13 | SRCREV = "7d12c50c07d73650b4c97906ce917aff429238f8" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||