]> code.ossystems Code Review - openembedded-core.git/commit
machine-sdk: oldest kernel for x86/x86_64 is 3.2.0 now
authorRuslan Bilovol <rbilovol@cisco.com>
Tue, 22 Aug 2017 11:06:40 +0000 (14:06 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Aug 2017 07:44:41 +0000 (08:44 +0100)
commit0724896f7a2092abf2f3bafa9fac96c5210d39a5
treec79d60e94b557927446fe19c06010753b2599670
parent71c29b53f1a44430306eeda96dc43cf7d002afe5
machine-sdk: oldest kernel for x86/x86_64 is 3.2.0 now

With glibc upgrade to 2.26 release (commit d6a0bc57fa07
"glibc: Upgrade to 2.26 final release") it's not possible
to build x86/x86_64 SDK for kernels lower than 3.2.0
(see glibc commit 139ace95756a "Require Linux kernel 3.2
or later on x86 / x86_64.")

Thus drop SDK_OLDEST_KERNEL overrides from machine-specific
conf files, so default version 3.2.0 from conf/bitbake.conf
will be picked up.

Signed-off-by: Ruslan Bilovol <rbilovol@cisco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine-sdk/i586.conf
meta/conf/machine-sdk/i686.conf
meta/conf/machine-sdk/x86_64.conf