diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-07-07 13:58:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-08 17:32:45 +0100 |
commit | e0997b985b4a68e4939b7ba0e5e753654531ceec (patch) | |
tree | c1dd1cc3c66c623299deafaf148482576cd4e3cb /meta/conf/bitbake.conf | |
parent | acc75635b8bab53c07c89c326f590eb387e3db67 (diff) | |
download | poky-e0997b985b4a68e4939b7ba0e5e753654531ceec.tar.gz |
bitbake.conf: update OLDEST_KERNEL to 2.6.16
Since we no longer support 2.4, update this setting to 2.6.16, to line up
with the most accepted setting from OE. (This affects eglibc's kernel
support, and 2.6.16 is the minimum version for glibc 2.9 onwards.)
(From OE-Core rev: 888ab93fb8a5baf6308bdc004dba721b0950f6ab)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index bdaa35d799..463991d41d 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -349,7 +349,7 @@ SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}" | |||
349 | # Kernel info. | 349 | # Kernel info. |
350 | ################################################################## | 350 | ################################################################## |
351 | 351 | ||
352 | OLDEST_KERNEL = "2.4.0" | 352 | OLDEST_KERNEL = "2.6.16" |
353 | STAGING_KERNEL_DIR = "${STAGING_DIR_HOST}/kernel" | 353 | STAGING_KERNEL_DIR = "${STAGING_DIR_HOST}/kernel" |
354 | 354 | ||
355 | ################################################################## | 355 | ################################################################## |