diff options
Diffstat (limited to 'meta/classes/populate_sdk_base.bbclass')
-rw-r--r-- | meta/classes/populate_sdk_base.bbclass | 2 |
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. |
93 | SDK_OLDEST_KERNEL = "2.6.32" | 93 | SDK_OLDEST_KERNEL = "3.2.0" |
94 | 94 | ||
95 | fakeroot python do_populate_sdk() { | 95 | fakeroot python do_populate_sdk() { |
96 | from oe.sdk import populate_sdk | 96 | from oe.sdk import populate_sdk |