aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics
AgeCommit message (Collapse)Author
2012-05-21amd-gpu-x11-bin-mx51: avoid QA error No GNU_HASH in elf binaryAdrian Alonso
* Avoid QA error by skip the QA test for ldflags * PR increase Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-05-21libz160: avoid QA error No GNU_HASH in elf binaryAdrian Alonso
* Avoid QA error by skip the QA test for ldflags As this is prebuilt library Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-05-11xserver-xf86-config: mx6: Use fbdev driverRogerio Pimentel
Use fbdev instead imx driver on xorg.conf Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-05-02xserver-xf86-config: add mx6 Xorg configurationOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-04-30xf86-video-imxfb: move rdepends to PN onlyOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-04-29xserver-xf86-config: mx5: drop unused configurationsOtavio Salvador
Nowadays Xorg can mostly auto-configure itself so xorg.conf ought to be used as less as possible; this drops the settings that Xorg ought to generate by itself. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-04-23xserver-xf86-config: merge imx53qsb and imx53ard onto mx5Otavio Salvador
This avoids meta-data duplication and easy code reuse for external boards as they only need to make the board machine configuration from mx5 SOC_FAMILY to properly configure Xorg. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-21xf86-video-imxfb: replace virtual/xserver-f86 by virtual/xserverOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-02-01x11-common: remove bbappend fileAdrian Alonso
* Remove x11-common bbappend file and patch that added touchscreen device information. * Touchscreen config options should be part of recipe-bsp/formfactor/machconfig recipe where TSLIB options are expanded. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-01-30recipes-graphics: xf86-video-imxfb: Fix compilationDenis Carikli
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>
2012-01-09x11-common: only adds the patch for compatible machinesOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-21xserver-xf86-config: move xorg.conf to being machine specificOtavio Salvador
While on that we refactored the recipe to use PRINC and FILESEXTRAPATHS_prepend. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-13amd-gpu-x11-bin-mx51: add libz160 to rdependsAdrian Alonso
* Add libz160 runtime dependency; libz160 was not installed in rootfs, adding libz160 dependecy info fix this. * Bump PR. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-11-07xorg-video-imx: update to release version 11.09.01Adrian Alonso
* 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>
2011-11-07libz160: update to release version 11.09.01Adrian Alonso
* Update to release version 11.09.01 * Include prebuilt shared libraries as part of freescale meta layer. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-11-07amd-gpu-x11-mx51: update to release version 11.09.01Adrian Alonso
* Update to release version 11.09.01 * Include in metadata amd-gpu-x11 prebuilt shared libraries Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-10-06libz160: explicit set packaged filesAdrian Alonso
* Explicit set packaged files * Remove unused run time dependency variable RDEPENDS * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-10-06amd-gpu-x11-bin-mx51: explicit set packaged filesAdrian Alonso
* Explicit set packaged files via FILES variable * Add dependency to libx11 fixing warning * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-08-24xf86-video-imx: fix source locationAdrian Alonso
* Fix source location $REL varible undefided use instead $PV. Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24xserver-xf86-config: custom xorg.conf file for iMx targetsAdrian Alonso
* Custom xorg config file for iMx targets * Binds eGalaxy touchscreen to use evdev driver * Sets framebuffet to use imx driver Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24xf86-video-imxfb: framebuffer driver for iMx targetsAdrian Alonso
* Framebuffer driver for iMx targets boards * Fix m4 macros lookup location; remove /usr/share/aclocal path This patchs allows to use Yocto sysroot settings and avoid conflicts by using host tools. Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24x11-common: xserver mouse option to use tslibAdrian Alonso
* Sets xserver mouse option to use tslib on Freescale iMx targets, this is only used if Kdrive (Tiny X) Xserver is used. * Current xserver used is xserver-xf86-lite. Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24libz160: deploy shared lib and headersAdrian Alonso
* Deploy libz160 shared library * Deploys libz160 include headers, this are needed for xorg-video-imxfb driver Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24amd-gpu-x11-bin-mx51: ship amd binaries to rootfsAdrian Alonso
* Ships Amd x11 binaries to rootfs, deploys prebuilt shared libraries. Signed-off-by: Adrian Alonso <b38018@freescale.com>