[oe] [PATCH] allow KERNEL_IMAGEDEST to be redefined

Tom Rini tom_rini at mentor.com
Fri Jul 2 19:14:26 UTC 2010


Jim Sheldon wrote:
> Signed-off-by: Jim Sheldon <jims at 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




More information about the Openembedded-devel mailing list