kernel.bbclass: Stage System.map with KERNEL_VERSION suffix

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

(From OE-Core rev: 3dbe49b13e7513e449f13515591d02a7d2f560ae)

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tom Rini
2011-06-22 16:48:41 -07:00
committed by Richard Purdie
parent 120b40952e
commit 2b8a68001a

View File

@@ -143,6 +143,7 @@ kernel_do_install() {
cp -fR ${S}/* $kerneldir
fi
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.