diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-06-22 16:48:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-23 13:45:56 +0100 |
commit | 2b8a68001ada2885f15ca68aa7c94cc92bb36973 (patch) | |
tree | f974404bf8af07d884f58196f3adec42cbd9a5b1 | |
parent | 120b40952eaebf462e8b997e1697a9116db42c85 (diff) | |
download | poky-2b8a68001ada2885f15ca68aa7c94cc92bb36973.tar.gz |
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>
-rw-r--r-- | meta/classes/kernel.bbclass | 1 |
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() { | |||
143 | cp -fR ${S}/* $kerneldir | 143 | cp -fR ${S}/* $kerneldir |
144 | fi | 144 | fi |
145 | install -m 0644 ${KERNEL_OUTPUT} $kerneldir/${KERNEL_IMAGETYPE} | 145 | install -m 0644 ${KERNEL_OUTPUT} $kerneldir/${KERNEL_IMAGETYPE} |
146 | install -m 0644 System.map $kerneldir/System.map-${KERNEL_VERSION} | ||
146 | 147 | ||
147 | # | 148 | # |
148 | # Clean and remove files not needed for building modules. | 149 | # Clean and remove files not needed for building modules. |