summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_base.bbclass
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-05-11 10:35:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-13 13:41:30 +0100
commite511478763cd599ec60527d48e7572f5044ff197 (patch)
tree50d50becca4a0583e517c95b8a9e47de7224c507 /meta/classes/populate_sdk_base.bbclass
parentf99fb6a16781d543292558b1000014a0148da005 (diff)
downloadpoky-e511478763cd599ec60527d48e7572f5044ff197.tar.gz
conf: bump minimum kernel to 3.2.0
glibc 2.24 have raised the bar for minimum supported kernel for more details see http://repo.or.cz/glibc.git/commit/5b4ecd3f95695ef593e4474b4ab5a117291ba5fc (From OE-Core rev: 2722a7acb7f7d812f01fa93b764c9bb1ee725436) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/populate_sdk_base.bbclass')
-rw-r--r--meta/classes/populate_sdk_base.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass
index 008bb577c4..645a7f4cce 100644
--- a/meta/classes/populate_sdk_base.bbclass
+++ b/meta/classes/populate_sdk_base.bbclass
@@ -90,7 +90,7 @@ SDK_POSTPROCESS_COMMAND = " create_sdk_files; check_sdk_sysroots; tar_sdk; ${SDK
90# Some archs override this, we need the nativesdk version 90# Some archs override this, we need the nativesdk version
91# turns out this is hard to get from the datastore due to TRANSLATED_TARGET_ARCH 91# turns out this is hard to get from the datastore due to TRANSLATED_TARGET_ARCH
92# manipulation. 92# manipulation.
93SDK_OLDEST_KERNEL = "2.6.32" 93SDK_OLDEST_KERNEL = "3.2.0"
94 94
95fakeroot python do_populate_sdk() { 95fakeroot python do_populate_sdk() {
96 from oe.sdk import populate_sdk 96 from oe.sdk import populate_sdk