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

git version control git at git.openembedded.org
Mon Jul 6 10:22:48 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: 72440a2db19a525195da5bc17fdfeb9978cf252a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=72440a2db19a525195da5bc17fdfeb9978cf252a

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jul  1 08:54:17 2009 +0000

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

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 9333b4e..d1ed040 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"





More information about the Openembedded-commits mailing list