<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/meta-n450, branch edison</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=edison</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=edison'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2012-02-22T01:21:45+00:00</updated>
<entry>
<title>n450: drop ROOTLESS_X as it breaks X</title>
<updated>2012-02-22T01:21:45+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-12-09T20:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=f02787349550668a4f46bf427d4ae39fb24a3445'/>
<id>urn:sha1:f02787349550668a4f46bf427d4ae39fb24a3445</id>
<content type='text'>
Fixes [YOCTO #1797]

Building with ROOTLESS_X results in X failing start with
the following error:

i915 0000:00:02.0: VGA-1: EDID block 0 invalid.
(EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed
(/usr/lib/dri/i915_dri)
(EE) AIGLX: reverting to software rendering
(EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed
(/usr/lib/dri/swrast)
(EE) GLX: could not load software renderer

The n450 BSP is the only BSP in meta-intel using ROOTLESS_X. Dropping
it restores functionality and brings it inline with the rest of the BSPs.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>meta-n450: update README.sources</title>
<updated>2011-10-05T13:11:38+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2011-10-04T19:44:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=78db67dacab85348f18b51748d533b20560ecb68'/>
<id>urn:sha1:78db67dacab85348f18b51748d533b20560ecb68</id>
<content type='text'>
Update README.sources to reflect final Yocto tarball location for
edison.

Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>meta-intel: update BSPs to use grub2</title>
<updated>2011-09-15T03:56:13+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2011-09-10T13:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=072b217edf7ebea81a3503915223eccdf26af23d'/>
<id>urn:sha1:072b217edf7ebea81a3503915223eccdf26af23d</id>
<content type='text'>
grub2 is now the default, so explicit preferred entries are
unnecessary.  It also needs to be installed in the rootfs, so we need
to add it as a dependency.

Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>n450: update linux-yocto PREFERRED_VERSION to 3.0%</title>
<updated>2011-09-07T19:21:35+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-09-06T16:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=b86f811663d834064af1e6778c408eb904fad0b9'/>
<id>urn:sha1:b86f811663d834064af1e6778c408eb904fad0b9</id>
<content type='text'>
Avoid bitbake warnings about 3.0+git% not being available. The kernel version
contains the stable release as well (e.g. 3.0.4), so use the now standard
3.0% to select the latest 3.0 release of the linux-yocto kernel recipe.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>n450: update linux-yocto SRCREV to 3.0.4</title>
<updated>2011-09-07T19:21:35+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-09-06T16:53:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=5ad6153af8b69f399cedfd237f0ad6dc1c9bea28'/>
<id>urn:sha1:5ad6153af8b69f399cedfd237f0ad6dc1c9bea28</id>
<content type='text'>
Update n450 to use the 3.0.4 commit from the atom-pc branch.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>n450: decouple from meta-yocto atom-pc machine config</title>
<updated>2011-08-19T21:22:21+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-08-17T18:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=5c41b9b6a245664543e6ddd440d10a0696caaf7b'/>
<id>urn:sha1:5c41b9b6a245664543e6ddd440d10a0696caaf7b</id>
<content type='text'>
Fixes [YOCTO 1353]

The meta-yocto atom-pc is a more generic BSP than is needed
for the Intel n450. Decouple the n450.conf from the meta-yocto atom-pc.conf.
Add a linux-yocto_3.0.bbappend recipe.

In the process:
o remove MACHINE_FEATURES wifi and add serial
o specify linux-yocto version 3.0
o specify linux-libc-headers-yocto

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>rt: simplify linux-yocto-rt.bbappend for all BSPs</title>
<updated>2011-08-12T14:25:34+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-08-12T14:24:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=bf39c131f326f958693a827e25c30f0c1769cc8e'/>
<id>urn:sha1:bf39c131f326f958693a827e25c30f0c1769cc8e</id>
<content type='text'>
As the all the BSPs use the same BSP branch and meta commit ID as the base
recipe, there is no need specify the KBRANCH and SRCREVs. Not doing so
greatly simplifies maintenance. Leaving the syntax in place, but commented
out, serves as documentation should the need arise to use a different BSP
branch or meta commit ID.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>add linux-yocto-rt_3.0 support for all meta-intel BSPs</title>
<updated>2011-08-11T19:57:05+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-07-22T20:44:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=90d7762bb322a3357c6ca90a6055dbc092cba603'/>
<id>urn:sha1:90d7762bb322a3357c6ca90a6055dbc092cba603</id>
<content type='text'>
All the BSPs build out of the preempt-rt/base branch (rather than a
preempt-rt/$MACHINE branch), so separate KMACHINE and KBRANCH assignments are
required for each BSP.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>meta-intel: fix formfactor bbappends to use FILESEXTRAPATHS_prepend</title>
<updated>2011-06-15T16:43:04+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2011-06-10T17:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=76d1178ba1a43cf6457c89717134aeb9f1275fae'/>
<id>urn:sha1:76d1178ba1a43cf6457c89717134aeb9f1275fae</id>
<content type='text'>
This allows meta-intel sub-layers to coexist with meta-yocto when building
formfactor for different machines with the same layer setup.

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>meta-intel/linux-yocto: update to match the renamed linux-yocto recipes</title>
<updated>2011-06-15T03:05:57+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2011-06-14T20:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=d207c9531effb40d75d4552f589cad60bf8a84e2'/>
<id>urn:sha1:d207c9531effb40d75d4552f589cad60bf8a84e2</id>
<content type='text'>
The linux-yocto recipes have been renamed to include explicit
version numbers. The meta-intel bbappends must be updated to
follow the new naming convention.

As a consequence of the recipe renames any SRCREV specificiations
that were part of a machine.conf have been moved to the corresponding
bbappend file. This allows the 2.6.34 and 2.6.37 SRCREVs to co-exist.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;

Minor whitespace cleanup.
Remove inadvertant? linux-libc-headers provider change.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
</feed>
