summaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2009-05-19 13:15:56 +0400
committerRoman I Khimov <khimov@altell.ru>2009-06-01 21:38:39 +0400
commitffa55a98f65d84d73824032fd70de68f5a96c551 (patch)
tree62f6058a1492ea4155982c75a4456497db5cd8e6 /conf/bitbake.conf
parentd63d3549606cab7ef3f2ee68967f960828acc386 (diff)
downloadopenembedded-ffa55a98f65d84d73824032fd70de68f5a96c551.tar.gz
(e)glibc.inc: add minimal sane kernel versions, move from bitbake.conf
(e)glibc is configured for OLDEST_KERNEL, certain target architectures have specific requirements for kernel versions, if that are not satisfied (e)glibc reconfigures itself with what it think more appropriate and warns user that there is misconfiguration on his side. Add minimal sane kernel versions for architectures requiring that. Also move (e)glibc-specific OLDEST_KERNEL variable from bitbake.conf to (e)glibc.inc files that are more appropriate for this. Acked-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 0caa162f67..e711a1f1d2 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -656,8 +656,6 @@ 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"