Commit graph

15 commits

Author SHA1 Message Date
Richard Purdie
e380b48602 classes/autotools_stage.bbclass: Add autotools_stage class to simplify recipes using standard autotools 2008-12-30 17:07:04 +00:00
Richard Purdie
9ffb17080f xf86-input-mouse: Fix header files included 2008-11-05 00:05:09 +00:00
Robert Bragg
4b41085132 Adds xf86-video-intel_git.bb
This also moves the patchs in xf86-video-intel-dri2/ -> xf86-video-intel/
2008-10-30 18:26:06 +00:00
Robert Bragg
5924dde351 [xf86-video-intel-dri2] Updates 004_reduce_driver_boottime.patch 2008-10-30 18:26:05 +00:00
Robert Bragg
c36db8d9b4 [xf86-video-intel-dri2] comments out reduce_driver_boottime.patch
This patch doesn't apply a.t.m to the latest driver (Will come back and rebase
this later)
2008-10-30 18:26:05 +00:00
Peng Li
f21745fa92 xf86-video-intel-dri2: delete 007_disable_tiling_and_enable_UXA.patch
remove this patch because driver options are set in xorg.conf
2008-10-29 22:28:47 +08:00
Peng Li
37ea0eea91 xf86-video-intel-dri2: rebase X fastboot patches
rebase X fastboot patches for latest driver
2008-10-29 22:28:00 +08:00
Peng Li
4ef8d5cbe6 xf86-video-intel-dri2: don't apply patch "007_disable_tiling_and_enable_UXA"
These driver options are specified in xorg.conf.
Don't need to apply this patch any more.
2008-10-29 22:26:12 +08:00
Peng Li
0e2ba7a5a9 xf86-video-intel-dri2: update PV
PV should be "2.4.97+git${SRCREV}" according to upstream tag
poky.conf: small typo fix
2008-10-29 22:24:48 +08:00
Robert Bragg
10650210e7 Adds support for GEM + DRI2
DRI2 is disabled by default though since running with metacity-clutter seems
to cause a lock up.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5484 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-13 15:23:14 +00:00
Richard Purdie
1d0070a6e1 xf86-video-intel: DEPEND on virtual/libgl, not mesa
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5331 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-30 09:10:35 +00:00
Richard Purdie
796d014e1a xf86-video-common.inc: Fix typo that revmoved the xserver DEPENDS leading to build failures
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5315 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-29 18:07:29 +00:00
Marcin Juszkiewicz
f3c9ce9f35 xf86-video-intel: mark as x86 only
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5246 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-23 16:32:37 +00:00
Marcin Juszkiewicz
565180719b xf86-video-intel: add missing dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5213 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-22 14:03:19 +00:00
Robert Bragg
3de4627417 Adds recipes to support building X servers based on the xfree86 DDX instead
of kdrive and building mesa. It's a big commit and it's still rather rough
around the edges, but there is a desire to get this in early so people can
review the work and help polish the changes.

Some of the notable bits:
• DRI support in mesa and the X server. (configured in machine conf via
  MACHINE_DRI_MODULES variable)
• XCB backend for xlib
• A fairly lite X server build with lots of legacy modules disabled.

I'm sure there is plenty of other fairly low hanging fruit if we want to
put more effort into reducing the size of the xserver build. Currently the
server build comes in @ ~2.3MB vs a kdrive fbdev server build @ ~1MB. E.g
xaa could be made conditional to save ~320K. Of course the kdrive server
doesn't include glx stuff, which is a pretty big chunk.

Also thanks to hrw, since I nabbed a some patches from him for this, and RP,
for various bits of Poky style advice.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5205 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-22 13:33:19 +00:00