aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-18 16:06:33 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-18 16:06:33 +0200
commitb04cc935dbe8672c924ac4b06b293382e4b5db27 (patch)
tree1a31d8a13efa96acf35a8137a8d4e790a707e4ad /conf/bitbake.conf
parent1fc28fb0486c14b791377fc21c96c0323cc1e8da (diff)
downloadopenembedded-b04cc935dbe8672c924ac4b06b293382e4b5db27.tar.gz
bitbake.conf: weakly assign OLDEST_KERNEL ?= "2.4.0" *after* machine and distro configs are included
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 5d4ec2b39b..0caa162f67 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"