diff options
author | Lauren Post <lauren.post@freescale.com> | 2013-12-16 11:16:51 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-03 15:01:52 -0300 |
commit | 33107a47bda993e5e95103d24c0a0dba519de004 (patch) | |
tree | 138c39d76d5195d8a07d885b8b9b989d8448d4f0 | |
parent | 46de5ee9dec3486c3e081f9f39ac1a0f967afd54 (diff) | |
download | meta-fsl-arm-33107a47bda993e5e95103d24c0a0dba519de004.tar.gz |
xf86-video-imxfb-vivante: Upgrade to 3.10.17-1.0.0_beta version
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb (renamed from recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.5.7-1.0.0-alpha.2.bb) | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.5.7-1.0.0-alpha.2.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb index 35a5759..31f2747 100644 --- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.5.7-1.0.0-alpha.2.bb +++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | # Copyright (C) 2012-2013 Freescale Semiconductor | 1 | # Copyright (C) 2012-2014 Freescale Semiconductor |
2 | # Copyright (C) 2012-2013 O.S. Systems Software LTDA. | 2 | # Copyright (C) 2012-2014 O.S. Systems Software LTDA. |
3 | # Released under the MIT license (see COPYING.MIT for the terms) | 3 | # Released under the MIT license (see COPYING.MIT for the terms) |
4 | 4 | ||
5 | require recipes-graphics/xorg-driver/xorg-driver-video.inc | 5 | require recipes-graphics/xorg-driver/xorg-driver-video.inc |
@@ -10,9 +10,10 @@ DEPENDS += "virtual/xserver virtual/libx11 virtual/libgal-x11 gpu-viv-bin-mx6q p | |||
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://EXA/src/vivante_fbdev/vivante.h;endline=19;md5=641ac6e6d013833e36290797f4d7089c" | 11 | LIC_FILES_CHKSUM = "file://EXA/src/vivante_fbdev/vivante.h;endline=19;md5=641ac6e6d013833e36290797f4d7089c" |
12 | 12 | ||
13 | SRC_URI = "${FSL_MIRROR}/xserver-xorg-video-imx-viv-${PV}.tar.gz" | 13 | # FIXME: Drop 'beta' suffix for GA release |
14 | SRC_URI[md5sum] = "3fc3d355d721656144920afd06fb1bff" | 14 | SRC_URI = "${FSL_MIRROR}/xserver-xorg-video-imx-viv-${PV}_beta.tar.gz" |
15 | SRC_URI[sha256sum] = "49fab65a0a1ea74ec6b04700e035b1351244fbd363301d59d6d0cbffe37d6fb9" | 15 | SRC_URI[md5sum] = "fee0e4820fe3f89e5f36a0b343e4a33f" |
16 | SRC_URI[sha256sum] = "b65aef86943cb0fcd2dd7ded01215038dcf2761779ce39186ab3c8c2d4b010b1" | ||
16 | 17 | ||
17 | EXTRA_OEMAKE += "-C EXA/src -f makefile.linux prefix=${D}/usr \ | 18 | EXTRA_OEMAKE += "-C EXA/src -f makefile.linux prefix=${D}/usr \ |
18 | sysroot=${STAGING_DIR_TARGET} \ | 19 | sysroot=${STAGING_DIR_TARGET} \ |
@@ -24,7 +25,7 @@ CFLAGS += "-I${STAGING_INCDIR}/xorg \ | |||
24 | -I${STAGING_INCDIR}/drm \ | 25 | -I${STAGING_INCDIR}/drm \ |
25 | -I../../DRI_1.10.4/src" | 26 | -I../../DRI_1.10.4/src" |
26 | 27 | ||
27 | S = "${WORKDIR}/xserver-xorg-video-imx-viv-${PV}/" | 28 | S = "${WORKDIR}/xserver-xorg-video-imx-viv-${PV}_beta/" |
28 | 29 | ||
29 | # FIXME: The Freescale provided Makefile has hardcodec include paths | 30 | # FIXME: The Freescale provided Makefile has hardcodec include paths |
30 | # and this does not work in case prefix is different than /usr, | 31 | # and this does not work in case prefix is different than /usr, |