summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-04-19 08:11:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-19 18:04:55 +0100
commitf28bd758bd9a4c59375874853609893546835346 (patch)
tree327b5558140cffd6b72405526bf609d90e68b821
parent65cb39826370d3e35229bcc5fe0c8da8b2ab409b (diff)
downloadopenembedded-core-contrib-f28bd758bd9a4c59375874853609893546835346.tar.gz
kernel: Remove debug statements
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>
-rw-r--r--meta/classes/kernel.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index c443285ae2..fd1c8e31c1 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -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.