kernel.bbclass: mini sync with oe-core

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi 2011-04-23 16:19:35 +02:00
parent 1c3faf1794
commit 9e7cb7e20d

View File

@ -148,8 +148,7 @@ kernel_do_install() {
if [ ! "${S}" == "${B}" ]; then
cp -fR ${S}/* $kerneldir
fi
echo "LINUX BUILD TREE COPIED TO SYSROOTS"
du -hs $kerneldir
install -m 0644 ${KERNEL_OUTPUT} $kerneldir/${KERNEL_IMAGETYPE}
#
# Clean and remove files not needed for building modules.