diff options
-rw-r--r-- | meta/classes/kernel.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 1289873032..4f57770157 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
@@ -232,7 +232,7 @@ kernel_do_install() { | |||
232 | # dir. This ensures the original Makefiles are used and not the | 232 | # dir. This ensures the original Makefiles are used and not the |
233 | # redirecting Makefiles in the build directory. | 233 | # redirecting Makefiles in the build directory. |
234 | # | 234 | # |
235 | find . -depth -not -name "*.cmd" -not -name "*.o" -not -name "*.so.dbg" -not -path "./Documentation*" -not -path "./source*" -not -path "./.*" -print0 | cpio --null -pdlu $kerneldir | 235 | find . -depth -not -name "*.cmd" -not -name "*.o" -not -name "*.so.dbg" -not -name "*.so" -not -path "./Documentation*" -not -path "./source*" -not -path "./.*" -print0 | cpio --null -pdlu $kerneldir |
236 | cp .config $kerneldir | 236 | cp .config $kerneldir |
237 | if [ "${S}" != "${B}" ]; then | 237 | if [ "${S}" != "${B}" ]; then |
238 | pwd="$PWD" | 238 | pwd="$PWD" |