<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/meta-n450/conf, branch dora</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=dora</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=dora'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2013-04-03T00:02:02+00:00</updated>
<entry>
<title>n450: Update to linux-yocto_3.8 (3.8.4)</title>
<updated>2013-04-03T00:02:02+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2013-04-02T23:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=87958c5ef40166b6c71cc8c14fb0cfd3601c8dd7'/>
<id>urn:sha1:87958c5ef40166b6c71cc8c14fb0cfd3601c8dd7</id>
<content type='text'>
Update n450 to use the latest available linux-yoct recipe, 3.8.4.
Build and boot tested.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Use .= for adding to BBPATH and += to BBFILES</title>
<updated>2013-01-07T17:59:05+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2013-01-04T03:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=227d8fa72c2ffbccee4c21ffb32841129a550729'/>
<id>urn:sha1:227d8fa72c2ffbccee4c21ffb32841129a550729</id>
<content type='text'>
Fixes parsing errors which is appearing after this commit to
meta-openembedded

http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e

This triggers
exception NameError: name 'base_contains' is not defined
without this change

Avoid the immediate expansion operator (:=) which caused base_contains
added in the previous commit to fail to expand at the time the
meta-intel layer configs are parsed and replace it with one of the
append operators (.= or +=) that allows for delayed variable expansion.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>n450: Add WEBTITLE and boilerplate README</title>
<updated>2012-10-31T15:40:15+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2012-10-29T18:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=43b2e9c34363ade4241a60f699b47179929c6fb6'/>
<id>urn:sha1:43b2e9c34363ade4241a60f699b47179929c6fb6</id>
<content type='text'>
The WEBTITLE will be used to publish the BSP on the Yocto Project website.
Add a boilerplate README including the Yocto Project compliance
information for the 1.3 release.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: Clarify BBFILES comments regarding recipe-* directories</title>
<updated>2012-08-15T22:43:01+00:00</updated>
<author>
<name>Trevor Woerner</name>
<email>twoerner@gmail.com</email>
</author>
<published>2012-08-14T01:50:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=50b22497cb34c3502f3dca1407aecdcd4dfc52b1'/>
<id>urn:sha1:50b22497cb34c3502f3dca1407aecdcd4dfc52b1</id>
<content type='text'>
The recipes are no longer stored in a "packages" directory but in
directories under recipes-*.

Signed-off-by: Trevor Woerner &lt;twoerner@gmail.com&gt;
Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>n450: Update to linux-yocto 3.2</title>
<updated>2012-05-07T19:39:19+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2012-05-01T00:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=d719c0acf0a7fe010f23be11cd19676186bea784'/>
<id>urn:sha1:d719c0acf0a7fe010f23be11cd19676186bea784</id>
<content type='text'>
Update the PREFERRED_VERSION to 3.2.
Drop cfg/smp.scc as this is now included in common-pc.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>meta-intel: add LAYERDEPENDS for layers needing the meta-intel common layer</title>
<updated>2012-02-24T20:52:01+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2012-02-24T09:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=df18b721f86f0737c0f302e49b27ea232c70e683'/>
<id>urn:sha1:df18b721f86f0737c0f302e49b27ea232c70e683</id>
<content type='text'>
These layers all contain machine configuration that depends on having
the meta-intel common layer enabled as well, so use LAYERDEPENDS in the
layer configuration for each one to make this explicit.

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: replace "include" with "require"</title>
<updated>2012-02-24T20:51:38+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2012-02-24T08:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=f89c24addde4f5d4a634a7be6a33bee91c1f1bc4'/>
<id>urn:sha1:f89c24addde4f5d4a634a7be6a33bee91c1f1bc4</id>
<content type='text'>
We want a failure to occur if the files specified in these statements
can't be found (e.g. when there is a misconfiguration), so use require
instead of include.

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>n450-audio: drop this machine specific recipe in favour of alsa-state</title>
<updated>2012-01-17T19:35:19+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2012-01-10T16:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=4f1ca13b5a39f27bd41c0c7d9f2b163c3f9e8718'/>
<id>urn:sha1:4f1ca13b5a39f27bd41c0c7d9f2b163c3f9e8718</id>
<content type='text'>
Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>n450: drop ROOTLESS_X as it breaks X</title>
<updated>2011-12-09T20:47:03+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=3cb35ba444dcc9d1a477c307593dd2387cd53b18'/>
<id>urn:sha1:3cb35ba444dcc9d1a477c307593dd2387cd53b18</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>Have n450.conf use the common ia32-base .inc file and remove the</title>
<updated>2011-11-21T15:30:00+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2011-11-16T04:55:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=6f65f6e44b48adc43c299c0d5927eadcfea748f4'/>
<id>urn:sha1:6f65f6e44b48adc43c299c0d5927eadcfea748f4</id>
<content type='text'>
open-coded machine settings.

Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
</feed>
