kernel.bbclass: Stage System.map with KERNEL_VERSION suffix

Without this, images will fail now that kernel-abiversion is back.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Tom Rini
2011-06-22 16:48:41 -07:00
committed by Koen Kooi
parent 61743ca888
commit 81dc1b554b
+1
View File
@@ -155,6 +155,7 @@ kernel_do_install() {
cp -fR ${S}/* $kerneldir cp -fR ${S}/* $kerneldir
fi fi
install -m 0644 ${KERNEL_OUTPUT} $kerneldir/${KERNEL_IMAGETYPE} install -m 0644 ${KERNEL_OUTPUT} $kerneldir/${KERNEL_IMAGETYPE}
install -m 0644 System.map $kerneldir/System.map-${KERNEL_VERSION}
# #
# Clean and remove files not needed for building modules. # Clean and remove files not needed for building modules.