summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/kernel.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 08b5e61fbe..ce4d7de01c 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -187,6 +187,9 @@ kernel_do_install() {
187 cp arch/powerpc/lib/crtsavres.o $kerneldir/arch/powerpc/lib/crtsavres.o 187 cp arch/powerpc/lib/crtsavres.o $kerneldir/arch/powerpc/lib/crtsavres.o
188 fi 188 fi
189 189
190 # Necessary for building modules like compat-wireless.
191 cp include/generated/bounds.h $kerneldir/include/generated/bounds.h
192
190 # Remove the following binaries which cause strip or arch QA errors 193 # Remove the following binaries which cause strip or arch QA errors
191 # during do_package for cross-compiled platforms 194 # during do_package for cross-compiled platforms
192 bin_files="arch/powerpc/boot/addnote arch/powerpc/boot/hack-coff \ 195 bin_files="arch/powerpc/boot/addnote arch/powerpc/boot/hack-coff \