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

* Re: [PATCH] kernel.bbclass: Stage System.map with KERNEL_VERSION suffix
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2011-06-23  7:19 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Op 23 jun 2011, om 01:48 heeft Tom Rini het volgende geschreven:

> Without this, images will fail now that kernel-abiversion is back.
> 
> Signed-off-by: Tom Rini <tom_rini@mentor.com>

Acked-by: Koen Kooi <koen@dominion.thruhere.net>

> ---
> 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
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core




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

* Re: [PATCH] kernel.bbclass: Stage System.map with KERNEL_VERSION suffix
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-06-23 12:46 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, 2011-06-22 at 16:48 -0700, Tom Rini wrote:
> 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(-)

Merged to master, thanks.

Richard




^ permalink raw reply	[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