<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/meta-emenlow/packages/xorg-xserver, branch master</title>
<subtitle></subtitle>
<id>https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master</id>
<link rel='self' href='https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/'/>
<updated>2010-11-02T10:08:00Z</updated>
<entry>
<title>meta-emenlow: Rename packages to recipes in line with main repository</title>
<updated>2010-11-02T10:08:00Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-11-02T10:08:00Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=01518ada4b0ca1571f4b4d21c884b02e9371da62'/>
<id>urn:sha1:01518ada4b0ca1571f4b4d21c884b02e9371da62</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>emenlow: remove psb-kernel-source dependency from xserver-psb package</title>
<updated>2010-10-09T15:00:08Z</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2010-10-05T00:11:54Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=627fb754070ac009116ee83fc79b8ba2d9fd3e7d'/>
<id>urn:sha1:627fb754070ac009116ee83fc79b8ba2d9fd3e7d</id>
<content type='text'>
Fixes [BUGID #396]

With the switchover to linux-wrs, xserver-psb no longer depends on the
external modules contained in psb-kernel-source (which have been moved
in-tree).

Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>Major layout change to the packages directory</title>
<updated>2010-08-27T14:29:45Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-08-27T14:14:24Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=29d6678fd546377459ef75cf54abeef5b969b5cf'/>
<id>urn:sha1:29d6678fd546377459ef75cf54abeef5b969b5cf</id>
<content type='text'>
Having one monolithic packages directory makes it hard to find things
and is generally overwhelming. This commit splits it into several
logical sections roughly based on function, recipes.txt gives more
information about the classifications used.

The opportunity is also used to switch from "packages" to "recipes"
as used in OpenEmbedded as the term "packages" can be confusing to
people and has many different meanings.

Not all recipes have been classified yet, this is just a first pass
at separating things out. Some packages are moved to meta-extras as
they're no longer actively used or maintained.

Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>emenlow - boot to a GUI</title>
<updated>2010-07-30T13:50:30Z</updated>
<author>
<name>Jeff Dike</name>
<email>jdike@x86_64.user-mode-linux.org</email>
</author>
<published>2010-07-28T15:43:51Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=ae035f151f87a9a1ff48ceac10cff45754c21027'/>
<id>urn:sha1:ae035f151f87a9a1ff48ceac10cff45754c21027</id>
<content type='text'>
Here are a couple of small fixes that allow an emenlow image to boot
to a GUI.

The X server now RDEPENDS on the packages that need to be in the
image.

xserver-xorg-video-psb needed a name change to depend on
libdrm_poulsbo.

Signed-off-by: Jeff Dike &lt;jdike@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>emenlow: Change libdrm-poulsbo to libdrm_poulsbo</title>
<updated>2010-07-24T01:01:59Z</updated>
<author>
<name>Jeff Dike</name>
<email>jdike@x86_64.user-mode-linux.org</email>
</author>
<published>2010-07-24T00:57:12Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=c28cbe7fed0ea2d8e1889ac8fc8024487310abbb'/>
<id>urn:sha1:c28cbe7fed0ea2d8e1889ac8fc8024487310abbb</id>
<content type='text'>
It turns out to be a lot easier to generate library names with
underscores than with dashes.

Signed-off-by: Jeff Dike &lt;jdike@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>libdrm-poulsbo: Provide libdrm-poulsbo instead of libdrm</title>
<updated>2010-07-22T22:18:26Z</updated>
<author>
<name>Jeff Dike</name>
<email>jdike@x86_64.user-mode-linux.org</email>
</author>
<published>2010-07-22T21:30:49Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=833390e533ee997600f37ec87192f05e49e26db3'/>
<id>urn:sha1:833390e533ee997600f37ec87192f05e49e26db3</id>
<content type='text'>
In order to allow this package to be build alongside the regular
libdrm, it was made to export libdrm-poulsbo and its users make to use
libdrm-poulsbo instead of libdrm. libva and xserver-psb were make to
build against libdrm-poulsbo. While I was in there, I changed a couple
of misspellings of COMPATIBLE and removed a bunch of ';patch=1'.

Signed-off-by: Jeff Dike &lt;jdike@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>emenlow: Set COMPATIBLE_MACHINE where needed</title>
<updated>2010-07-22T14:26:48Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-07-22T14:26:48Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=c9602c5feb9a2694446363e978e75ad716008b5d'/>
<id>urn:sha1:c9602c5feb9a2694446363e978e75ad716008b5d</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>xserver-xf86-config: Fix emenlow append to coexist with existing users</title>
<updated>2010-07-22T14:24:43Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-07-22T14:24:43Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=90ac746dcd9a03eb49d02ad2236198f95db91f9e'/>
<id>urn:sha1:90ac746dcd9a03eb49d02ad2236198f95db91f9e</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>meta-emenlow: Layer for eMenlow-based systems.</title>
<updated>2010-07-21T21:39:43Z</updated>
<author>
<name>Jeff Dike</name>
<email>jdike@x86_64.user-mode-linux.org</email>
</author>
<published>2010-07-21T21:31:45Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=e8e3ac9b1e0e4342fc3a6d7b435ddaf93f274304'/>
<id>urn:sha1:e8e3ac9b1e0e4342fc3a6d7b435ddaf93f274304</id>
<content type='text'>
This layer provides a kernel suitable for booting on eMenlow-based systems,
plus support for Poulsbo graphics.  The Poulsbo support includes a
kernel patch for the graphics driver, a couple of libraries, the 2D
and 3D X drivers, and a properly configured X server.

The closed portions of this support are in the 3D driver, xpsb-glx.
This package contains the binaries for the libraries that communicate
with the kernel driver and a mesa library which uses those libraries.

There is a README in meta-emenlow/ describing how to enable this layer.

Where possible, the recipes use bitbake's new .bbappend facility in
order to avoid copying recipes from meta/.

There are checksums and license information for all of the new packages.

Signed-off-by: Jeff Dike &lt;jdike@linux.intel.com&gt;
</content>
</entry>
</feed>
