summaryrefslogtreecommitdiffstats
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
commit637f973c3a631bfa15431cc3ba6b5952646f669d (patch)
tree7eb320dbe408ecbc0a1c295d1d796b8d5bde28d3
parent9b3d0af400a3b0240d82ad2bdbda3a38609c53a4 (diff)
downloadmeta-freescale-637f973c3a631bfa15431cc3ba6b5952646f669d.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>
-rw-r--r--meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.31-1.1.0.bb (renamed from meta-fsl-arm/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/meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.2.bb b/meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.31-1.1.0.bb
index 75d64ce4c..0d6bb0beb 100644
--- a/meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.2.bb
+++ b/meta-fsl-arm/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,