summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-01-08 15:36:47 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2020-01-08 16:10:16 -0300
commitbcebf20cdfff5997eb71c1a3611785f0abbe54c1 (patch)
treeb49a1a908b78f4073fa1483ea3d19614b70a1b88
parentd8f0260ba87e49a942a211f24d07e81da624a135 (diff)
downloadmeta-freescale-bcebf20cdfff5997eb71c1a3611785f0abbe54c1.tar.gz
xf86-video-imx-vivante: fix compile by updating to 6.4.0
Using the current HEAD fixes the following compile error: | vivante_gal/vivante_gal_surface.c:493:38: error: 'gcvPOOL_CONTIGUOUS' undeclared (first use in this function); did you mean 'gcvSURF_CONTIGUOUS'? | 493 | surf->mVideoNode.mPool = gcvPOOL_CONTIGUOUS; | | ^~~~~~~~~~~~~~~~~~ meta-fsl-bsp-release sets version to 6.4.0.p0.0 for this git hash, follow that here. Changelog: MGS-4783 [#ccc] Integrate EXA patches for 6.4.0 beta Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.4.0.p0.0.bb (renamed from recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p4.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p4.0.bb b/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.4.0.p0.0.bb
index 670ade64..9268b11e 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p4.0.bb
+++ b/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.4.0.p0.0.bb
@@ -13,7 +13,7 @@ DEPENDS += "virtual/xserver virtual/libx11 libgal-imx imx-gpu-viv virtual/libg2d
13 13
14LIC_FILES_CHKSUM = "file://COPYING-MIT;md5=b5e9d9f5c02ea831ab3ecf802bb7c4f3" 14LIC_FILES_CHKSUM = "file://COPYING-MIT;md5=b5e9d9f5c02ea831ab3ecf802bb7c4f3"
15 15
16SRCREV = "b765c3ffc0dcc4246afa659aa0d59f78a6736b08" 16SRCREV = "c828e8a7c38743e960967e7bb78c134cec31c102"
17SRCBRANCH = "imx_exa_viv6_g2d" 17SRCBRANCH = "imx_exa_viv6_g2d"
18SRC_URI = "git://source.codeaurora.org/external/imx/xf86-video-imx-vivante.git;protocol=https;branch=${SRCBRANCH} \ 18SRC_URI = "git://source.codeaurora.org/external/imx/xf86-video-imx-vivante.git;protocol=https;branch=${SRCBRANCH} \
19 file://rc.autohdmi" 19 file://rc.autohdmi"