1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

24 Commits

Author SHA1 Message Date
Roger Monk
a9eca3f6f9 omapfbplay: import from OE classic + api tweak
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-21 16:16:22 -04:00
Denys Dmytriyenko
d18bb23803 libgles-omap3: enable for ti814x SOC family
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-03 02:13:57 -04:00
Koen Kooi
6014fc75c0 libgles-omap3: work around bug in opkg
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>
2012-05-03 00:03:18 -04:00
Koen Kooi
405ce19965 libgles-omap3: package dri files into driwsegl subpackages
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-03 00:03:14 -04:00
Koen Kooi
4b453abf71 libgles-omap3: move X related binaries into X11WSEGL subpackages to avoid dragging in libx11 and friends
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-03 00:03:10 -04:00
Koen Kooi
6cff7f12d2 libgles-omap3: copy over all binaries and abstract install process
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-03 00:03:04 -04:00
Koen Kooi
5b08302b88 libgles-omap3: add missing libdrm dependency
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>
2012-04-30 11:59:29 -04:00
Koen Kooi
41053c22a7 libgles-omap3: fix RRECOMMENDS
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>
2012-04-18 12:19:55 -04:00
Koen Kooi
a94f765b98 libgles-omap3: fix S for IJ unpack changes
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-25 22:22:17 -05:00
Koen Kooi
23b0213494 libgles-omap3: hide subpackages from shlib code
This depends on a matching patch to OE-core: http://patches.openembedded.org/patch/20191/

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-27 09:05:03 +01:00
Koen Kooi
d63c40e8f2 libgles-omap3: make postinsts safe for offline-root usage (e.g. do_rootfs)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-27 09:05:02 +01:00
Koen Kooi
f840c6aafb libgles-omap3: enable X11 windowing system when installing the X11 WS subpackage
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>
2012-01-27 09:05:02 +01:00
Koen Kooi
2764af1db5 libgles-omap3: add DRI subpackages to PACKAGES
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-26 10:17:22 +01:00
Koen Kooi
928ff52f4a libgles-omap3: add 4.05.00.03
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-26 10:01:48 +01:00
Koen Kooi
8bdde7f6b9 libgles-omap3: adjust packaging for all windowing systems to remove the magic esrev file
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-26 10:01:48 +01:00
Koen Kooi
d3550a4bd4 libgles-omap3: install X11 windowing system for newer SDK releases as well
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-26 10:01:47 +01:00
Koen Kooi
ead15a9b4d libgles-omap3: package DRI windowing system as well
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-26 10:01:47 +01:00
Koen Kooi
5a0cf7c32c libgles-omap3: merge in updates from arago
* 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>
2012-01-26 10:01:47 +01:00
Koen Kooi
98ea84b1f8 libgles-omap3: split support for ES revisions into subpackages where possible
This allows deinstalling ES revisions which aren't wanted on your target.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-26 10:01:47 +01:00
Koen Kooi
bba583b39b xserver-xf86-config: add configs for all SOC_FAMILIES
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-01 09:01:28 +01:00
Koen Kooi
fa296c64e4 libgles-omap3: adjust INSANE_SKIP to match the new format
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-20 19:35:28 +02:00
Koen Kooi
f99ad0105b xserver-xf86-config: add config for OMAP3 SOC_FAMILY
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-17 11:10:13 +02:00
Koen Kooi
847346ea03 libgles-omap3: drag in 'initscripts' to make cputype work
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-22 10:09:03 +02:00
Koen Kooi
1098ec3263 libgles-omap3: add 4.03.00.02
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-30 09:26:22 +02:00