summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb
Commit message (Collapse)AuthorAgeFilesLines
* xf86-video-imxfb: Add dependency on 'virtual/kernel'Otavio Salvador2013-03-211-2/+2
| | | | | | | | | The Xorg driver uses headers included in kernel source so we ought to depends on it; we've added the virtual as dependency so in future, when mainline kernel provides support for it, it will just work. Change-Id: Ibdcaa573d023558fee2534826eb3daf41d9bc8ae Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb: Fix build using 1.14 Xorg serverOtavio Salvador2013-03-201-1/+2
| | | | | | | | | | | | | mibstore functions are no longer supported. This patch removes them from this driver, following the pattern in http://patches.openembedded.org/patch/46133/ This checkin shows when/where the changes to the X server were made that deleted the header mibstore.h and mentions the reasons. http://lists.x.org/archives/xorg-devel/2012-September/033575.html Change-Id: I3957ada1f71bffa3f1e3b4533e0a0d25bf5838cc Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb: fix build error due to missing uint declarationEric Bénard2013-02-051-1/+2
| | | | Signed-off-by: Eric Bénard <eric@eukrea.com>
* xf86-video-imxfb: Port to newer Xorg video APIOtavio Salvador2013-01-091-2/+5
| | | | | | | | The new Xorg uses a newer video API thus requiring the drivers to be ported to them; we use the "compat-api.h" header for forward and backward compatibility makeing it easy for upstream acceptance. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb: Add rdepends on xserver-xorg-module-exaOtavio Salvador2012-09-301-1/+3
| | | | | | | This module is required for Xorg to work so we need to depends on it. Change-Id: I0c09e11014a78232972aa5ccc22c8a833dd09ced Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb: Drop a explicit rdepends against amd-gpu-x11-bin-mx51Otavio Salvador2012-09-301-2/+1
| | | | | | | | The needed dependencies are calculated based on the symbols used by the driver. Change-Id: I62885e177461516344c4f944a5f31ddc4527dba8 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb: Add a explicit dependency on libz160Otavio Salvador2012-09-281-2/+2
| | | | | | | | | | The driver depends on libz160 to build so we should explicit depends on it. The upcoming amd-gpu-x11-bin-mx51 refactoring will drop the depends on the library as it does not depends on it for building. Change-Id: I4902f006b3a32e8a38f92798209d5e6a3798bad3 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* xf86-video-imxfb: Change fetch URI to use FSL_MIRROROtavio Salvador2012-09-281-4/+5
| | | | | | | | | This changes the fetch URI to use FSL_MIRROR and remove the local tarball from the repository. Change-Id: I19af7407f8ed4785d4fe5d34c37a23d2dbf18b7e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* xf86-video-imxfb: avoid QA error No GNU_HASH in elf binaryAdrian Alonso2012-05-211-1/+3
| | | | | | | * Avoid QA error by skip the QA test for ldflags * Increase PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* xf86-video-imxfb: move rdepends to PN onlyOtavio Salvador2012-04-301-2/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb: replace virtual/xserver-f86 by virtual/xserverOtavio Salvador2012-03-211-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* recipes-graphics: xf86-video-imxfb: Fix compilationDenis Carikli2012-01-301-2/+2
| | | | | | | Without that fix we have: imx_driver.c:33:25: fatal error: linux/mxcfb.h: No such file or directory Signed-off-by: Denis Carikli <denis@eukrea.com>
* xorg-video-imx: update to release version 11.09.01Adrian Alonso2011-11-071-0/+28
* Update to release version 11.09.01 * Include xserver video source code as part of metadata (No public repos available). Signed-off-by: Adrian Alonso <aalonso00@gmail.com>