]> code.ossystems Code Review - openembedded-core.git/commitdiff
kernel: Remove debug statements
authorDarren Hart <dvhart@linux.intel.com>
Tue, 19 Apr 2011 15:11:36 +0000 (08:11 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Apr 2011 17:04:55 +0000 (18:04 +0100)
A stray echo and du command from my development of the following patch remain in
kernel.bbclass. Remove them.

commit 3b49416fc7a7ee9bfe722f2e6089aa18df41dc58
Author: Darren Hart <dvhart@linux.intel.com>
Date:   Tue Mar 8 17:09:10 2011 -0800
kernel/bbclass: rework kernel and module classes to allow for building
out-of-tree modules

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass

index c443285ae24983f3210d89e7eea671ad68d3f8bf..fd1c8e31c1e7a26f263ec1b076badb7218d2170c 100644 (file)
@@ -137,8 +137,6 @@ kernel_do_install() {
                cp -fR ${S}/* $kerneldir
        fi
        install -m 0644 ${KERNEL_OUTPUT} $kerneldir/${KERNEL_IMAGETYPE}
-       echo "LINUX BUILD TREE COPIED TO SYSROOTS"
-       du -hs $kerneldir
 
        #
        # Clean and remove files not needed for building modules.