summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-08-01 10:11:47 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-08-01 10:11:47 -0300
commitf73e3872067d3ec8213b3f419ca2d7934d131447 (patch)
tree0694c9b1666fe104630837cef60e5044fab02374 /recipes-graphics
parentb9f94fcea333eded174f41ff4dd1d7af660aac9c (diff)
downloadmeta-freescale-f73e3872067d3ec8213b3f419ca2d7934d131447.tar.gz
imx-g2d-samples: Bump revision to 4391dcda4
This commit add following changes: MGS-7036 Improve rotate + scale blit performance Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/imx-g2d/imx-g2d-samples_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb b/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb
index c5f2158e..649a16d2 100644
--- a/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb
+++ b/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb
@@ -10,7 +10,7 @@ PV = "2.1+git${SRCPV}"
10SRC_URI = "${GPU_G2D_SAMPLES_SRC};branch=${SRCBRANCH}" 10SRC_URI = "${GPU_G2D_SAMPLES_SRC};branch=${SRCBRANCH}"
11GPU_G2D_SAMPLES_SRC ?= "git://github.com/nxp-imx/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 = "a5f620fcf0e986a19e4acdfa48c95eaf79a5c570" 13SRCREV = "4391dcda499870418bb38fe395c3cba0664c5bab"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16