diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-04-19 08:11:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-19 18:05:54 +0100 |
commit | 029635eb78b95ea1d19ba250dde3ae2513b57aa6 (patch) | |
tree | 0a6b36ca78209cc013db2446ef81689df3f83d59 /meta/classes | |
parent | ae440cd1b8e088ee197bbfa283ac257a3860ebcd (diff) | |
download | poky-029635eb78b95ea1d19ba250dde3ae2513b57aa6.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
(From OE-Core rev: f28bd758bd9a4c59375874853609893546835346)
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>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/kernel.bbclass | 2 |
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() { | |||
137 | cp -fR ${S}/* $kerneldir | 137 | cp -fR ${S}/* $kerneldir |
138 | fi | 138 | fi |
139 | install -m 0644 ${KERNEL_OUTPUT} $kerneldir/${KERNEL_IMAGETYPE} | 139 | install -m 0644 ${KERNEL_OUTPUT} $kerneldir/${KERNEL_IMAGETYPE} |
140 | echo "LINUX BUILD TREE COPIED TO SYSROOTS" | ||
141 | du -hs $kerneldir | ||
142 | 140 | ||
143 | # | 141 | # |
144 | # Clean and remove files not needed for building modules. | 142 | # Clean and remove files not needed for building modules. |