summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorNeena Busireddy <neena.busireddy@freescale.com>2014-08-26 15:29:19 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-10 18:55:23 -0200
commitf27cb6f84632891de62b132b7c77988ebc2d7050 (patch)
tree4a69092b3bc78a11061aed943afc0cc61d54e2cd /recipes-graphics
parent0f412cded7b8bc78e9c93f2ed328fc9be3995d55 (diff)
downloadmeta-fsl-arm-f27cb6f84632891de62b132b7c77988ebc2d7050.tar.gz
xf86-video-imxfb-vivante: Upgrade to 3.10.31-1.1.0 beta
-It has a support for i.MX6 SoloX SOC. -xf86-video-imxfb-vivante is compatible with new GPU libraries. The license checksum has change due the copyright's year adjustments; there are no changes in the license terms. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.31-1.1.0.bb (renamed from recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.2.bb)11
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.2.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.31-1.1.0.bb
index 75d64ce..0d6bb0b 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.2.bb
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.31-1.1.0.bb
@@ -10,12 +10,11 @@ inherit autotools-brokensep
10 10
11DEPENDS += "virtual/xserver virtual/libx11 virtual/libgal-x11 gpu-viv-bin-mx6q pixman" 11DEPENDS += "virtual/xserver virtual/libx11 virtual/libgal-x11 gpu-viv-bin-mx6q pixman"
12 12
13LIC_FILES_CHKSUM = "file://EXA/src/vivante_fbdev/vivante.h;endline=19;md5=641ac6e6d013833e36290797f4d7089c" 13LIC_FILES_CHKSUM = "file://EXA/src/vivante_fbdev/vivante.h;endline=19;md5=95cf961a2ceacdf7cf43caef25766779"
14 14
15SRC_URI = "${FSL_MIRROR}/xserver-xorg-video-imx-viv-${PV}.tar.gz" 15SRC_URI = "${FSL_MIRROR}/xserver-xorg-video-imx-viv-${PV}-beta.tar.gz"
16 16SRC_URI[md5sum] = "5695e9a3ddc37da0e783862e4108fbae"
17SRC_URI[md5sum] = "a8e443b8d6dc7a7f9b54318f886aa95b" 17SRC_URI[sha256sum] = "c08def7fb98c11cba08bc21522bfb2785576b77db4b36954b15926401ac31c0e"
18SRC_URI[sha256sum] = "4997b313a54448564afcc6598d1f64d539de71d1d8189d69402179f729ce6c11"
19 18
20EXTRA_OEMAKE += "-C EXA/src -f makefile.linux prefix=${D}/usr \ 19EXTRA_OEMAKE += "-C EXA/src -f makefile.linux prefix=${D}/usr \
21 sysroot=${STAGING_DIR_TARGET} \ 20 sysroot=${STAGING_DIR_TARGET} \
@@ -27,7 +26,7 @@ CFLAGS += "-I${STAGING_INCDIR}/xorg \
27 -I${STAGING_INCDIR}/drm \ 26 -I${STAGING_INCDIR}/drm \
28 -I../../DRI_1.10.4/src" 27 -I../../DRI_1.10.4/src"
29 28
30S = "${WORKDIR}/xserver-xorg-video-imx-viv-${PV}/" 29S = "${WORKDIR}/xserver-xorg-video-imx-viv-${PV}-beta/"
31 30
32# FIXME: The Freescale provided Makefile has hardcodec include paths 31# FIXME: The Freescale provided Makefile has hardcodec include paths
33# and this does not work in case prefix is different than /usr, 32# and this does not work in case prefix is different than /usr,