summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/kernel.bbclass5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index c21ab96ca9..5f6ff6672b 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -183,6 +183,11 @@ kernel_do_install() {
183 cp arch/powerpc/lib/crtsavres.o $kerneldir/arch/powerpc/lib/crtsavres.o 183 cp arch/powerpc/lib/crtsavres.o $kerneldir/arch/powerpc/lib/crtsavres.o
184 fi 184 fi
185 185
186 # Necessary for building modules like compat-wireless.
187 if [ -f include/generated/bounds.h ]; then
188 cp include/generated/bounds.h $kerneldir/include/generated/bounds.h
189 fi
190
186 # Remove the following binaries which cause strip errors 191 # Remove the following binaries which cause strip errors
187 # during do_package for cross-compiled platforms 192 # during do_package for cross-compiled platforms
188 bin_files="arch/powerpc/boot/addnote arch/powerpc/boot/hack-coff \ 193 bin_files="arch/powerpc/boot/addnote arch/powerpc/boot/hack-coff \