summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* omapfbplay: import from OE classic + api tweakRoger Monk2012-05-217-0/+122
| | | | | Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: enable for ti814x SOC familyDenys Dmytriyenko2012-05-032-1/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: work around bug in opkgKoen Kooi2012-05-032-1/+8
| | | | | | | | | | | | All the EGL_BADALLOC failures that user have been reporting turn out to be a bug in opkg: http://groups.google.com/group/opkg-devel/browse_thread/thread/741d18b0ef31435e# Opkg decides to relink symlinks to the wrong files. As a workaround we check the symlink during every bootup and fix it if needed. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: package dri files into driwsegl subpackagesKoen Kooi2012-05-031-7/+7
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: move X related binaries into X11WSEGL subpackages to avoid ↵Koen Kooi2012-05-031-9/+9
| | | | | | | dragging in libx11 and friends Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: copy over all binaries and abstract install processKoen Kooi2012-05-031-33/+18
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: add missing libdrm dependencyv2012.05-yocto1.2Koen Kooi2012-04-301-2/+2
| | | | | | | | | | | dpkg-deb -I shows: Package: libgles-omap3 Version: 4.05.00.03-r26 Depends: libgles-omap3-flipwsegl, devmem2, update-rc.d, libdrm2 (>= 2.4.31), libgles-omap3-linuxfbwsegl, fbset, libc6 (>= 2.12), libgles-omap3-blitwsegl, libgles-omap3-frontwsegl Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: fix RRECOMMENDSKoen Kooi2012-04-181-2/+2
| | | | | | | | | | | | | | The modules assignment overwrote the previous ones, leading to missing libraries. Before: Package: libgles-omap3 Recommends: omap3-sgx-modules After: Package: libgles-omap3 Recommends: omap3-sgx-modules, libgles-omap3-es8, libgles-omap3-es6, libgles-omap3-es5, libgles-omap3-es3, libgles-omap3-es2 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: fix S for IJ unpack changesKoen Kooi2012-02-252-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: hide subpackages from shlib codeKoen Kooi2012-01-271-1/+8
| | | | | | This depends on a matching patch to OE-core: http://patches.openembedded.org/patch/20191/ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgles-omap3: make postinsts safe for offline-root usage (e.g. do_rootfs)Koen Kooi2012-01-271-8/+8
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgles-omap3: enable X11 windowing system when installing the X11 WS subpackageKoen Kooi2012-01-271-1/+4
| | | | | | The X11 WS is not installed by default, but currently won't work when being manually installed. This change has no effect existing X11-less installs/images/tasks. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgles-omap3: add DRI subpackages to PACKAGESKoen Kooi2012-01-261-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgles-omap3: add 4.05.00.03Koen Kooi2012-01-261-0/+26
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgles-omap3: adjust packaging for all windowing systems to remove the ↵Koen Kooi2012-01-261-2/+26
| | | | | | magic esrev file Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgles-omap3: install X11 windowing system for newer SDK releases as wellKoen Kooi2012-01-261-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgles-omap3: package DRI windowing system as wellKoen Kooi2012-01-261-2/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgles-omap3: merge in updates from aragoKoen Kooi2012-01-263-16/+49
| | | | | | | | | * ES3.x do_install fix * AM335x support And one non-arago fix: break dependency on 'initscripts' package Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgles-omap3: split support for ES revisions into subpackages where possibleKoen Kooi2012-01-261-7/+52
| | | | | | This allows deinstalling ES revisions which aren't wanted on your target. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-xf86-config: add configs for all SOC_FAMILIESKoen Kooi2011-11-016-1/+146
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgles-omap3: adjust INSANE_SKIP to match the new formatKoen Kooi2011-10-201-9/+9
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-xf86-config: add config for OMAP3 SOC_FAMILYKoen Kooi2011-09-172-0/+34
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgles-omap3: drag in 'initscripts' to make cputype workKoen Kooi2011-06-221-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgles-omap3: add 4.03.00.02Koen Kooi2011-05-306-0/+429
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>