aboutsummaryrefslogtreecommitdiffstats
path: root/classes/module_strip.bbclass
AgeCommit message (Collapse)Author
2009-11-23module-strip.bbclass: fix typo, last PKGDEST should be PKGD tooMartin Jansa
2009-11-23package.bbclass/module-strip.bbclass: Various strip fixesRichard Purdie
* 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 <rpurdie@linux.intel.com>
2009-11-22module_strip.bbclass: look for modules in right directoryMartin Jansa
* 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 <Martin.Jansa@gmail.com>
2009-02-10module_strip: When picking module suffix, use KERNEL_MAJOR_VERSION.Tom Rini
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.
2006-10-18module_strip.bbclass: filter out directories to stop recent binutils from ↵Koen Kooi
barfing package.bbclass: likewise
2005-04-06use the correct kernel object suffix when looking forMichael Lauer
modules to strip. patch courtesy Peter Urbanec BKrev: 4253d20dRKweF8BdhxWSkLxATPQiVA
2004-12-07Merge oe-devel@oe-devel.bkbits.net:packages.bbChris Larson
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