summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2018-09-06 11:08:47 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2018-09-07 16:23:16 -0300
commitc523f91e4732ec755799ce2d88a00fc2e5a021cb (patch)
tree8eac5f9c4665e12566241099dfc74c56cb2232c2 /recipes-graphics
parent25cddd8cdc4b896d6607caf71c4be5ded4ae591c (diff)
downloadmeta-freescale-c523f91e4732ec755799ce2d88a00fc2e5a021cb.tar.gz
xf86-video-armada: Update to latest git
Tested on X-server glmark-es2 creates same results. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-armada_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-armada_git.bb b/recipes-graphics/xorg-driver/xf86-video-armada_git.bb
index 0ae80ba3..30e3ae47 100644
--- a/recipes-graphics/xorg-driver/xf86-video-armada_git.bb
+++ b/recipes-graphics/xorg-driver/xf86-video-armada_git.bb
@@ -21,15 +21,15 @@ LIC_FILES_CHKSUM = " \
21 file://../etna_viv/LICENSE;md5=9d4853905d85f044ed013e75def30a76 \ 21 file://../etna_viv/LICENSE;md5=9d4853905d85f044ed013e75def30a76 \
22 " 22 "
23 23
24SRCREV_armada = "04748ff4fb30370086cc97b9487a32951c5600ba" 24SRCREV_armada = "78e7116a5bc6cdd9f93cbf1552d342933623ab59"
25SRCREV_etna = "f64d77abbb54433bd5de955c20afddc6eb4f4cb1" 25SRCREV_etna = "8478eef32fd911ebb300c970071e22227afa1896"
26SRCREV_FORMAT = "armada_etna" 26SRCREV_FORMAT = "armada_etna"
27 27
28PV = "0.1+git${SRCPV}" 28PV = "0.1+git${SRCPV}"
29 29
30SRC_URI = " \ 30SRC_URI = " \
31 git://git.arm.linux.org.uk/cgit/xf86-video-armada.git;branch=unstable-devel;protocol=http;name=armada \ 31 git://git.arm.linux.org.uk/cgit/xf86-video-armada.git;branch=unstable-devel;protocol=http;name=armada \
32 git://github.com/laanwj/etna_viv.git;protocol=https;name=etna;destsuffix=etna_viv \ 32 git://github.com/etnaviv/etna_viv.git;protocol=https;name=etna;destsuffix=etna_viv \
33 " 33 "
34 34
35S = "${WORKDIR}/git" 35S = "${WORKDIR}/git"