<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/classes/kernel.bbclass, branch green</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=green</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=green'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2010-06-23T17:44:59+00:00</updated>
<entry>
<title>kernel.bbclass: Remove additional binaries from staging</title>
<updated>2010-06-23T17:44:59+00:00</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2010-06-23T04:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0128976cb09fa59cb49b4d6370a09f0ad4118897'/>
<id>urn:sha1:0128976cb09fa59cb49b4d6370a09f0ad4118897</id>
<content type='text'>
* Remove additonal binaries known to cause "strip command failed"
  errors during do_package on cross platforms.

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>kernel.bbclass: Drop code which is duplicated later in the function, fixing older kernel builds</title>
<updated>2010-06-09T13:27:13+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-06-09T13:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=61a730184b25b2e3b33578aff06aba4efa77e779'/>
<id>urn:sha1:61a730184b25b2e3b33578aff06aba4efa77e779</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>kernel.bbclass: Simplify the current external module code</title>
<updated>2010-05-24T10:14:56+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-05-24T10:14:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6bf1f8c76e0d69ed64c5f0bb9e9b24215c32dfbe'/>
<id>urn:sha1:6bf1f8c76e0d69ed64c5f0bb9e9b24215c32dfbe</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>kernel.bbclass: Stop staging binaries within scripts/</title>
<updated>2010-05-24T09:34:40+00:00</updated>
<author>
<name>Scott Garman</name>
<email>sgarman@zenlinux.com</email>
</author>
<published>2010-05-24T03:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ae9174ef539264e9321826277a57d902147b4fd9'/>
<id>urn:sha1:ae9174ef539264e9321826277a57d902147b4fd9</id>
<content type='text'>
* Preserves scripts/ directory but excludes binaries known to cause
  "strip command failed" errors during do_package on cross platforms

Signed-off-by: Scott Garman &lt;sgarman@zenlinux.com&gt;
</content>
</entry>
<entry>
<title>kernel.bbclass: tidy up staging of headers</title>
<updated>2010-05-20T15:09:39+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-05-20T15:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=5bec733fb1542f300e039e60ffb97e346e97ed35'/>
<id>urn:sha1:5bec733fb1542f300e039e60ffb97e346e97ed35</id>
<content type='text'>
The changes merged from upstream used the ASMDIR variable even when it might
not have been set. These changes may be incorrect but at the very least I can
now build a QEMU image (including v86d) with the 2.6.33 kernel now.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>kernel.bbclass: Package Kernel firmware</title>
<updated>2010-05-20T13:16:26+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-05-20T13:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=769cf0b6b03277dd56ac03b9335e6d90e0a7261d'/>
<id>urn:sha1:769cf0b6b03277dd56ac03b9335e6d90e0a7261d</id>
<content type='text'>
Merged change from OE.dev to create packages of the kernel firmware

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>kernel.bbclass: match x86 header installation to other architectures</title>
<updated>2010-05-20T11:58:25+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-05-20T11:58:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=e30c5a29d27f424bb2ec8033bb8337d6ce54251c'/>
<id>urn:sha1:e30c5a29d27f424bb2ec8033bb8337d6ce54251c</id>
<content type='text'>
The header installation for x86 was slightly different as to that employed
for other architectures, change them to match for consistency.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>kernel.bbclass: fix installing of kernels 2.6.34 and above</title>
<updated>2010-05-19T11:20:08+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-05-18T13:46:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=5e07bc91281969d54896dd0a13e3d6134e432027'/>
<id>urn:sha1:5e07bc91281969d54896dd0a13e3d6134e432027</id>
<content type='text'>
Changes merged from upstream to cope with changes to directory structures in
recent kernels when building for x86

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>kernel.bbclass: Use B, not S in KERNEL_VERSION</title>
<updated>2009-12-18T11:41:44+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-12-17T21:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=29ae46a86601313206896992afb77b35c31785da'/>
<id>urn:sha1:29ae46a86601313206896992afb77b35c31785da</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>kernel.bbclass: Sync with OE.dev</title>
<updated>2009-12-14T15:55:03+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-12-14T15:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=51497a74361a20b6d1495c45e838969998a5ecba'/>
<id>urn:sha1:51497a74361a20b6d1495c45e838969998a5ecba</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
</feed>
