All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] allow KERNEL_IMAGEDEST to be redefined
@ 2010-07-02 17:32 Jim Sheldon
  2010-07-02 19:14 ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Jim Sheldon @ 2010-07-02 17:32 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Jim Sheldon <jims@russound.com>
---
 classes/kernel.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass
index b0c6534..d9c9eed 100644
--- a/classes/kernel.bbclass
+++ b/classes/kernel.bbclass
@@ -59,7 +59,7 @@ KERNEL_LD = "${LD}${KERNEL_LDSUFFIX} ${HOST_LD_KERNEL_ARCH}"
 
 # Where built kernel lies in the kernel tree
 KERNEL_OUTPUT ?= "arch/${ARCH}/boot/${KERNEL_IMAGETYPE}"
-KERNEL_IMAGEDEST = "boot"
+KERNEL_IMAGEDEST ?= "boot"
 
 #
 # configuration
-- 
1.5.4.3




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

* Re: [PATCH] allow KERNEL_IMAGEDEST to be redefined
  2010-07-02 17:32 [PATCH] allow KERNEL_IMAGEDEST to be redefined Jim Sheldon
@ 2010-07-02 19:14 ` Tom Rini
  2010-07-02 19:22   ` Jim Sheldon
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Rini @ 2010-07-02 19:14 UTC (permalink / raw)
  To: openembedded-devel

Jim Sheldon wrote:
> Signed-off-by: Jim Sheldon <jims@russound.com>
> ---
>  classes/kernel.bbclass |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass
> index b0c6534..d9c9eed 100644
> --- a/classes/kernel.bbclass
> +++ b/classes/kernel.bbclass
> @@ -59,7 +59,7 @@ KERNEL_LD = "${LD}${KERNEL_LDSUFFIX} ${HOST_LD_KERNEL_ARCH}"
>  
>  # Where built kernel lies in the kernel tree
>  KERNEL_OUTPUT ?= "arch/${ARCH}/boot/${KERNEL_IMAGETYPE}"
> -KERNEL_IMAGEDEST = "boot"
> +KERNEL_IMAGEDEST ?= "boot"
>  
>  #
>  # configuration

OK, so there's nothing wrong with how this or the u-boot one are done, 
but why?  Thanks!

-- 
Tom Rini
Mentor Graphics Corporation



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

* Re: [PATCH] allow KERNEL_IMAGEDEST to be redefined
  2010-07-02 19:14 ` Tom Rini
@ 2010-07-02 19:22   ` Jim Sheldon
  0 siblings, 0 replies; 3+ messages in thread
From: Jim Sheldon @ 2010-07-02 19:22 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

I was hoping someone would ask :)

I'm working on a product that will need updates in the field, which means potentially updating u-boot or the kernel.  Right now I'm trying to keep all of my files in one hierarchy for various reasons, so I would rather not use /boot.

Thanks!

-----Original Message-----
From: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of Tom Rini
Sent: Friday, July 02, 2010 3:14 PM
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [PATCH] allow KERNEL_IMAGEDEST to be redefined

Jim Sheldon wrote:
> Signed-off-by: Jim Sheldon <jims@russound.com>
> ---
>  classes/kernel.bbclass |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass
> index b0c6534..d9c9eed 100644
> --- a/classes/kernel.bbclass
> +++ b/classes/kernel.bbclass
> @@ -59,7 +59,7 @@ KERNEL_LD = "${LD}${KERNEL_LDSUFFIX} ${HOST_LD_KERNEL_ARCH}"
>  
>  # Where built kernel lies in the kernel tree
>  KERNEL_OUTPUT ?= "arch/${ARCH}/boot/${KERNEL_IMAGETYPE}"
> -KERNEL_IMAGEDEST = "boot"
> +KERNEL_IMAGEDEST ?= "boot"
>  
>  #
>  # configuration

OK, so there's nothing wrong with how this or the u-boot one are done, 
but why?  Thanks!

-- 
Tom Rini
Mentor Graphics Corporation

_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

end of thread, other threads:[~2010-07-02 19:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-02 17:32 [PATCH] allow KERNEL_IMAGEDEST to be redefined Jim Sheldon
2010-07-02 19:14 ` Tom Rini
2010-07-02 19:22   ` Jim Sheldon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.