<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta-yocto, branch 1.2_M1</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=1.2_M1</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=1.2_M1'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2011-12-07T00:30:15+00:00</updated>
<entry>
<title>conf/machine: Don't poke around providers which aren't machine specific/safe</title>
<updated>2011-12-07T00:30:15+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-12-06T20:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b9d3a5224c7f76f273d5919a88b7460d35ad2574'/>
<id>urn:sha1:b9d3a5224c7f76f273d5919a88b7460d35ad2574</id>
<content type='text'>
Machines shouldn't be poking around PREFERRED_PROVIDERS which aren't
machine specific or at least machine safe. Kernels are machine specific
and the xserver is selectable. libx11 and mesa are now really a distro choice
and machine configurations shouldn't be poking around them as it just leads
to corruption, conflicts and confusion.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>linux-yocto_2.6.34: remove bbappend</title>
<updated>2011-12-02T15:24:05+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2011-12-01T23:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c16cd56f1739662f357ed25c531d6e66437a5070'/>
<id>urn:sha1:c16cd56f1739662f357ed25c531d6e66437a5070</id>
<content type='text'>
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>clutter: drop unneeded bbappends</title>
<updated>2011-11-30T15:45:55+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2011-11-09T00:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=086fad738875135044dbfe4ed8d6eadb9583551b'/>
<id>urn:sha1:086fad738875135044dbfe4ed8d6eadb9583551b</id>
<content type='text'>
The --with-flavour-glx option is the default in clutter.inc now

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>netbase: update 4.46 -&gt; 4.47</title>
<updated>2011-11-21T18:49:40+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-11-21T18:49:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=17a92c4c9801396ce6aa82f7c1532b49b18dbad4'/>
<id>urn:sha1:17a92c4c9801396ce6aa82f7c1532b49b18dbad4</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>local.conf.sample.extended: Fix bug 1674</title>
<updated>2011-11-10T11:44:14+00:00</updated>
<author>
<name>Xiaofeng Yan</name>
<email>xiaofeng.yan@windriver.com</email>
</author>
<published>2011-11-08T11:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9e06f31a3008dabb3d517d415a552cca9e47d2e7'/>
<id>urn:sha1:9e06f31a3008dabb3d517d415a552cca9e47d2e7</id>
<content type='text'>
[YOCTO #1674]
local.conf.sample.extended: An image based on gtk+-directfb don't need x11 for DEFAULT_FEATURES

Remove "x11" from DEFAULT_FEATURES and add "directfb" to it because someone could don't need x11 in their project, perhaps
gtk over directfb will meet his reqirement.

(From OE-Core rev: 5def790bdecd2726692b40a57bc12c8bdfea9179)

Signed-off-by: Xiaofeng Yan &lt;xiaofeng.yan@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Add new IMAGE_CLASSES variable for classes for image generation</title>
<updated>2011-11-08T21:48:18+00:00</updated>
<author>
<name>Matthew McClintock</name>
<email>msm@freescale.com</email>
</author>
<published>2011-11-07T19:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4115f94f221a8b88493a6a4b99262b83016496f5'/>
<id>urn:sha1:4115f94f221a8b88493a6a4b99262b83016496f5</id>
<content type='text'>
Allows us to import classes only for images and not to the global
namespace

(From OE-Core rev: 49dcb301ab39327554d86d23cf6f8d435d7a7351)

Signed-off-by: Matthew McClintock &lt;msm@freescale.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>clutter-1.8: this should be a bbappend</title>
<updated>2011-11-08T19:50:16+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2011-11-08T18:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=3f854ed61898edc48235d43470b0eaec08c62b16'/>
<id>urn:sha1:3f854ed61898edc48235d43470b0eaec08c62b16</id>
<content type='text'>
Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>clutter-1.8: add bbappend for new clutter-1.8 recipe</title>
<updated>2011-11-08T17:53:18+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2011-11-08T16:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=e5226b1e44052b2fe5370f4922397a1d68985aaf'/>
<id>urn:sha1:e5226b1e44052b2fe5370f4922397a1d68985aaf</id>
<content type='text'>
We've a new Clutter version in meta so need to add our
atom-pc bbappend modifications.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake.conf: Drop remaining TERMCMD pieces and document OE_TERMINAL usage instead</title>
<updated>2011-11-04T17:05:53+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-11-03T22:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=426ad821065c50fc008a140e5b2334d2c97511c3'/>
<id>urn:sha1:426ad821065c50fc008a140e5b2334d2c97511c3</id>
<content type='text'>
(From OE-Core rev: ddb825c87dd3e59d50841a993080a00d1459b1e7)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;

[Yes, this one is against meta-yocto, I'll fix it to apply the same
change to OE-Core's local.conf.sample in the final version]
</content>
</entry>
<entry>
<title>machine/atom-pc: enable sound</title>
<updated>2011-11-03T14:43:06+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2011-11-02T19:25:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=649ca88b2cc26ece0713e9a85d0fee1069a597db'/>
<id>urn:sha1:649ca88b2cc26ece0713e9a85d0fee1069a597db</id>
<content type='text'>
Add alsa to the MACHINE_FEATURES - looks like this was an oversight.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
