]> code.ossystems Code Review - meta-freescale.git/commit
xf86-video-imx-vivante: fix compile by updating to 6.4.0
authorMax Krummenacher <max.krummenacher@toradex.com>
Wed, 8 Jan 2020 14:36:47 +0000 (15:36 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 8 Jan 2020 19:10:16 +0000 (16:10 -0300)
commitbcebf20cdfff5997eb71c1a3611785f0abbe54c1
treeb49a1a908b78f4073fa1483ea3d19614b70a1b88
parentd8f0260ba87e49a942a211f24d07e81da624a135
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>
recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.4.0.p0.0.bb [moved from recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p4.0.bb with 97% similarity]