mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
testlab, blacklist bbclass: import from meta-angstrom
These are good for general use since other distros (SHR, SlugOS) are copying them into their layers nowadays. Let's stop this duplication bu moving them here. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -159,7 +159,8 @@ kernel_do_install() {
|
||||
# we clean the scripts dir while leaving the generated config
|
||||
# and include files.
|
||||
#
|
||||
oe_runmake -C $kerneldir CC="${KERNEL_CC}" LD="${KERNEL_LD}" clean
|
||||
find $kerneldir -name "*.o" -delete
|
||||
#oe_runmake -C $kerneldir CC="${KERNEL_CC}" LD="${KERNEL_LD}" clean
|
||||
make -C $kerneldir _mrproper_scripts
|
||||
find $kerneldir -path $kerneldir/scripts -prune -o -name "*.[csS]" -exec rm '{}' \;
|
||||
find $kerneldir/Documentation -name "*.txt" -exec rm '{}' \;
|
||||
|
||||
Reference in New Issue
Block a user