bitbake.conf: weakly assign OLDEST_KERNEL ?= "2.4.0" *after* machine and distro confi...
authorKoen Kooi <koen@openembedded.org>
Mon, 18 May 2009 14:06:33 +0000 (16:06 +0200)
committerKoen Kooi <koen@openembedded.org>
Mon, 18 May 2009 14:06:33 +0000 (16:06 +0200)
conf/bitbake.conf

index 5d4ec2b..0caa162 100644 (file)
@@ -322,7 +322,6 @@ SDK_PATH = "/usr/local/${SDK_NAME}"
 # Kernel info.
 ##################################################################
 
-OLDEST_KERNEL = "2.4.0"
 STAGING_KERNEL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/kernel"
 
 ##################################################################
@@ -657,6 +656,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"