[oe-commits] Koen Kooi : bitbake.conf: weakly assign OLDEST_KERNEL ?= "2.4.0" *after* machine and distro configs are included

GIT User account git at amethyst.openembedded.net
Tue May 19 10:58:30 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: b04cc935dbe8672c924ac4b06b293382e4b5db27
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b04cc935dbe8672c924ac4b06b293382e4b5db27

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon May 18 16:06:33 2009 +0200

bitbake.conf: weakly assign OLDEST_KERNEL ?= "2.4.0" *after* machine and distro configs are included

---

 conf/bitbake.conf |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 5d4ec2b..0caa162 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -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"





More information about the Openembedded-commits mailing list