<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/classes/module_strip.bbclass, branch corecdp-1.0.1</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>module-strip.bbclass: fix typo, last PKGDEST should be PKGD too</title>
<updated>2009-11-23T07:20:46+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2009-11-23T07:20:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=302420650446bc7b33723a1e1f10929e99bef0fa'/>
<id>302420650446bc7b33723a1e1f10929e99bef0fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>package.bbclass/module-strip.bbclass: Various strip fixes</title>
<updated>2009-11-23T01:20:04+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-11-23T01:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=18a377dcf50c5c10ebc73a36963a6e83d1bbad5d'/>
<id>18a377dcf50c5c10ebc73a36963a6e83d1bbad5d</id>
<content type='text'>
* Turn striping functionality into functions and call in the appropriate place
* Removing various races and ordering issues
* Should mean kernel modules are correctly stripped (and stripping can be disabled)
* Addresses bug 1182
* kernel module stripping applied to ${PKGD} (the correct place)

Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Turn striping functionality into functions and call in the appropriate place
* Removing various races and ordering issues
* Should mean kernel modules are correctly stripped (and stripping can be disabled)
* Addresses bug 1182
* kernel module stripping applied to ${PKGD} (the correct place)

Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>module_strip.bbclass: look for modules in right directory</title>
<updated>2009-11-22T16:30:38+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2009-11-22T01:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=ad5e128fb4d5902dc6acb666f5b9a797c0c75502'/>
<id>ad5e128fb4d5902dc6acb666f5b9a797c0c75502</id>
<content type='text'>
* After 29c7d3351f43678c6e93b707b301832009f64b31 modules are not in
  install directory but in package, packages-split
* modules*.tgz is created BEFORE this, so it contains non stripped
  modules
* for modules*.tgz with stripped modules see following patch

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* After 29c7d3351f43678c6e93b707b301832009f64b31 modules are not in
  install directory but in package, packages-split
* modules*.tgz is created BEFORE this, so it contains non stripped
  modules
* for modules*.tgz with stripped modules see following patch

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>module_strip: When picking module suffix, use KERNEL_MAJOR_VERSION.</title>
<updated>2009-02-11T03:24:26+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@embeddedalley.com</email>
</author>
<published>2009-02-11T03:24:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f9167aed6eedb9ce4ba347dc36c2d2b16a1e435c'/>
<id>f9167aed6eedb9ce4ba347dc36c2d2b16a1e435c</id>
<content type='text'>
With the previously broken and unused KERNEL_OBJECT_SUFFIX, this actually
evaluted to "" so we always did a find path -name *, which is why we need
the -d test later on.  Switch to testing for KERNEL_OBJECT_SUFFIX==2.6
and else'ing for 2.4 and doing .ko or .o.  Leave KERNEL_OBJECT_SUFFIX in-tact
for non-mainline users.  This was easier than getting kernel.bbclass to
evaluate KERNEL_OBJECT_SUFFIX either on its own or re-jigging module-base and
module_strip, again for non-mainline users.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the previously broken and unused KERNEL_OBJECT_SUFFIX, this actually
evaluted to "" so we always did a find path -name *, which is why we need
the -d test later on.  Switch to testing for KERNEL_OBJECT_SUFFIX==2.6
and else'ing for 2.4 and doing .ko or .o.  Leave KERNEL_OBJECT_SUFFIX in-tact
for non-mainline users.  This was easier than getting kernel.bbclass to
evaluate KERNEL_OBJECT_SUFFIX either on its own or re-jigging module-base and
module_strip, again for non-mainline users.
</pre>
</div>
</content>
</entry>
<entry>
<title>module_strip.bbclass: filter out directories to stop recent binutils from barfing</title>
<updated>2006-10-18T21:37:27+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2006-10-18T21:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=bc37acd5c46fb97318648d2e58f88798b9a2e0cb'/>
<id>bc37acd5c46fb97318648d2e58f88798b9a2e0cb</id>
<content type='text'>
package.bbclass: likewise
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
package.bbclass: likewise
</pre>
</div>
</content>
</entry>
<entry>
<title>use the correct kernel object suffix when looking for</title>
<updated>2005-04-06T12:11:57+00:00</updated>
<author>
<name>Michael Lauer</name>
<email>mickey@vanille-media.de</email>
</author>
<published>2005-04-06T12:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=1b21711eee80c49e628967c011207c13daed6b47'/>
<id>1b21711eee80c49e628967c011207c13daed6b47</id>
<content type='text'>
modules to strip. patch courtesy Peter Urbanec

BKrev: 4253d20dRKweF8BdhxWSkLxATPQiVA
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
modules to strip. patch courtesy Peter Urbanec

BKrev: 4253d20dRKweF8BdhxWSkLxATPQiVA
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge oe-devel@oe-devel.bkbits.net:packages.bb</title>
<updated>2004-12-07T22:05:47+00:00</updated>
<author>
<name>Chris Larson</name>
<email>clarson@kergoth.com</email>
</author>
<published>2004-12-07T22:05:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=a780643c4b6aa11e1a36965a69df7116477c7b4c'/>
<id>a780643c4b6aa11e1a36965a69df7116477c7b4c</id>
<content type='text'>
into handhelds.org:/home/kergoth/code/packages.bb

2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.

2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.

2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge

2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.

BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
into handhelds.org:/home/kergoth/code/packages.bb

2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.

2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.

2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge

2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.

BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
</pre>
</div>
</content>
</entry>
</feed>
