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:26:36 +0100 |
commit | 888ab93fb8a5baf6308bdc004dba721b0950f6ab (patch) | |
tree | ec81ae4fd3ad94ed45a6fcdc1d54d32009541bb3 | |
parent | 2b229f4150b8375f0d35e11464dcbe307b720d81 (diff) | |
download | openembedded-core-888ab93fb8a5baf6308bdc004dba721b0950f6ab.tar.gz openembedded-core-888ab93fb8a5baf6308bdc004dba721b0950f6ab.tar.bz2 openembedded-core-888ab93fb8a5baf6308bdc004dba721b0950f6ab.tar.xz openembedded-core-888ab93fb8a5baf6308bdc004dba721b0950f6ab.zip |
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.)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-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 bdaa35d79..463991d41 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -349,7 +349,7 @@ SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}" # Kernel info. ################################################################## -OLDEST_KERNEL = "2.4.0" +OLDEST_KERNEL = "2.6.16" STAGING_KERNEL_DIR = "${STAGING_DIR_HOST}/kernel" ################################################################## |