mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
acc75635b8
commit
e0997b985b
@@ -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"
|
||||
|
||||
##################################################################
|
||||
|
||||
Reference in New Issue
Block a user