Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] kernel.bbclass: Stage System.map with KERNEL_VERSION suffix
@ 2011-06-22 23:48 Tom Rini
  2011-06-23  7:19 ` Koen Kooi
  2011-06-23 12:46 ` Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Tom Rini @ 2011-06-22 23:48 UTC (permalink / raw)
  To: openembedded-core

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

Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
 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 1bb69f5..f2e0aff 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -137,6 +137,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.
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-23 12:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 23:48 [PATCH] kernel.bbclass: Stage System.map with KERNEL_VERSION suffix Tom Rini
2011-06-23  7:19 ` Koen Kooi
2011-06-23 12:46 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox