27 Commits

Author SHA1 Message Date
Martin Jansa a45830a39b recipes: Unify indentation
* This change is only aesthetic (unlike indentation in Python
  tasks).
* Some recipes were using tabs.
* Some were using 8 spaces.
* Some were using mix or different number of spaces.
* Make them consistently use 4 spaces everywhere.
* Yocto styleguide advises to use tabs (but the only reason to keep
  tabs is the need to update a lot of recipes). Lately this advice
  was also merged into the styleguide on the OE wiki.
* Using 4 spaces in both types of tasks is better because it's less
  error prone when someone is not sure if e.g.
  do_generate_toolchain_file() is Python or shell task and also allows
  to highlight every tab used in .bb, .inc, .bbappend, .bbclass as
  potentially bad (shouldn't be used for indenting of multiline
  variable assignments and cannot be used for Python tasks).
* Don't indent closing quote on multiline variables
  we're quite inconsistent wheater it's first character on line
  under opening quote or under first non-whitespace character in
  previous line.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-04-15 16:23:17 +02:00
Martin Jansa eaae385828 xf86-video-glamo: adapt to xserver 1.14 API
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-18 16:31:40 +01:00
Otavio Salvador 430922ff7b xf86-video-geode: Update to 2.11.14
Change-Id: Ia42af02f16e22f6d1ecd9e437dc875c8e267a84a
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-31 12:58:32 +01:00
Otavio Salvador 2ac0acc275 xf86-video-geode: Add rdepends on EXA Xorg module
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19 17:48:09 +01:00
Martin Jansa 1e043da922 xf86-input-void: fix SRC_URI checksums
* does someone have old xf86-input-void-1.4.0.tar.bz2 with old checksums to compare them?

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:55 +01:00
Martin Jansa e1f5b6096a xf86-video-glamo: adapt to xserver-0.13 video API
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:03:34 +01:00
Martin Jansa f3dbc97b44 xf86-video-glamo: add xserver-xorg-module-exa to RDEPENDS
* it was separated from xserver-xorg package and glamo fails in runtime without that
  http://git.openembedded.org/openembedded-core/commit/?id=1a666ee1cda3c0b74daba5881fc5f62e13deec66

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05 10:05:05 +02:00
Martin Jansa 695786ad0f xf86-video-glamo: disable KMS, fix build with KMS disabled
* RDEPENDS are not needed without KMS
* libdrm in meta-openmoko doesn't provide support for glamo, so not it would fail to build with KMS enabled

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20 10:02:09 +02:00
Andrea Adami 9c855444d0 xf86-video-fbdev: remove, driver is now in oe-core
* as per commit id 4997e01cb051cc05348468707898798f9228613a

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-09 10:31:00 +01:00
Martin Jansa a955885a29 xf86-input-void: drop archive prefix from checksums
* .inc file from oe-core doesn't have name=archive in SRC_URI

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-16 08:43:43 +01:00
Eric BENARD 2162f0140d xf86-input-tslib: fix checksum error
remove name=archive in SRC_URI in order to use the right checksum
(else, we would need SRC_URI[archive.md5sum])

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-07 08:45:18 +01:00
Martin Jansa 506d5f781f xf86-input-tslib: fix build with newer xserver
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-18 01:31:11 +02:00
Simon Busch 19ebb4bda5 meta-oe: xf86-input-mtev: add intial recipe for a multitouch input driver
Signed-off-by: Denis Carikli <denis@eukrea.com>
Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-12 13:02:55 +02:00
Martin Jansa 9f2e55480d xf86-video-omapfb: merged to oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-04 13:11:36 +02:00
Martin Jansa 26e67875fb xorg-driver: use renamed .inc from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-04 13:10:23 +02:00
Martin Jansa 0e0eff4580 xorg-driver: use .inc files from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-09-17 11:17:40 +02:00
Otavio Salvador 0a2a6e1633 xf86-input-void: add 1.4.0 recipe
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-14 13:08:10 +02:00
Sebastian Krzyszkowiak 6c4ade873b xf86-video-omapfb: add patch for fixing segfault on starting X when using VRFB
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-09-01 19:21:11 +02:00
Martin Jansa d0b66b5a1c xf86-video-glamo: bump SRCREV, remove upstream applied patch
* remove mese-dri from RDEPENDS as we're now using kernel without DRM patch and it can fallback to sw rendering just fine

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-07-21 21:10:47 +02:00
Otavio Salvador e75dee8709 xf86-video-geode: add 2.11.12 version
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-06-28 14:57:03 +02:00
Martin Jansa 50cd038ec0 xf86-video-glamo: fix build with gcc-4.6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-25 14:46:23 +02:00
Koen Kooi 092d54b96e xf86-video-omapfb: bump SRCREV
This fixed a crash when linux reports pixclock as 0

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-19 21:18:28 +02:00
Martin Jansa 22fd4e659f xorg-driver-common: depend on virtual/xserver-xf86 as oe-core drivers does
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-18 12:28:54 +02:00
Martin Jansa dde0dbff88 recipes-graphics: remove xorg recipes which were upgraded to same versions in oe-core
* be aware that PR went backwards in some cases, due to INC_PR in our recipes :/

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-18 12:28:54 +02:00
Koen Kooi 1228912349 xf86-video-omapfb: fix SRC_URI
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-16 20:34:40 +02:00
Martin Jansa 89500c583e recipes,classes: import a lot of recipes from meta-shr
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
2011-04-10 14:43:41 +02:00
Koen Kooi c58cc7d379 move layer into meta-oe in preparation for future splits
As per TSC decision

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-03-17 21:41:22 +01:00