[oe] [STABLE][PATCH 016/125] bitbake.conf: weakly assign OLDEST_KERNEL ?= "2.4.0" *after* machine and distro configs are included

Denys Dmytriyenko denis at denix.org
Wed Jul 1 19:23:19 UTC 2009


On Wed, Jul 01, 2009 at 08:54:17PM +0200, Marcin Juszkiewicz wrote:
> From: Koen Kooi <koen at openembedded.org>
> 
> 
> Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

Acked-by: Denys Dmytriyenko <denis at denix.org>

> ---
>  conf/bitbake.conf |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/conf/bitbake.conf b/conf/bitbake.conf
> index c411b95..2226d5c 100644
> --- a/conf/bitbake.conf
> +++ b/conf/bitbake.conf
> @@ -310,7 +310,6 @@ SDK_PATH = "/usr/local/${SDK_NAME}"
>  # Kernel info.
>  ##################################################################
>  
> -OLDEST_KERNEL = "2.4.0"
>  STAGING_KERNEL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/kernel"
>  
>  ##################################################################
> @@ -644,6 +643,8 @@ require conf/enterprise.conf
>  # Weak variables (usually to retain backwards compatibility)
>  ##################################################################
>  
> +OLDEST_KERNEL ?= "2.4.0"
> +
>  DL_DIR ?= "${TMPDIR}/downloads"
>  IMAGE_FSTYPES ?= "tar.gz"
>  PCMCIA_MANAGER ?= "pcmcia-cs"
> -- 
> 1.6.3.1
> 
> 
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




More information about the Openembedded-devel mailing list