]> code.ossystems Code Review - openembedded-core.git/commitdiff
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)
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

index 99083fb63e450129499aceba5969c61772732b81..41e5e159d1ac411c0649b31d01f648a800b9b1fd 100644 (file)
@@ -1,5 +1,4 @@
 SDK_ARCH = "i586"
 SDK_CC_ARCH = "-march=i586"
 ABIEXTENSION_class-nativesdk = ""
-SDK_OLDEST_KERNEL = "2.6.32"
 
index cf22784e9abc336f4483fe7bb6ff867d5d6e09b9..fe406972c85ab74ed0db6a8e7f1e27699cf78bea 100644 (file)
@@ -1,4 +1,3 @@
 SDK_ARCH = "i686"
 SDK_CC_ARCH = "-march=i686"
 ABIEXTENSION_class-nativesdk = ""
-SDK_OLDEST_KERNEL = "2.6.32"
index 7d2e717807b0667446ab015dbfd23ffc5014b5ce..61439b4fb07e255725b0cc0ed92ad2928f574c00 100644 (file)
@@ -1,3 +1,2 @@
 SDK_ARCH = "x86_64"
 ABIEXTENSION_class-nativesdk = ""
-SDK_OLDEST_KERNEL = "2.6.32"