aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-06-22 16:48:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-23 13:45:40 +0100
commit3dbe49b13e7513e449f13515591d02a7d2f560ae (patch)
treeb54c474290c45b6ae5bfd5b7a7315843d1c92f41 /meta
parent752ab344a6456619901fb8d33137b0329d5b039e (diff)
downloadopenembedded-core-3dbe49b13e7513e449f13515591d02a7d2f560ae.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/kernel.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 9381b3a0f4..2cbe64e636 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -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.