diff options
-rw-r--r-- | meta/classes/populate_sdk_base.bbclass | 2 | ||||
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
2 files changed, 2 insertions, 2 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 |
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 8e02e91a89..07d171deb9 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -403,7 +403,7 @@ SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}" | |||
403 | # Kernel info. | 403 | # Kernel info. |
404 | ################################################################## | 404 | ################################################################## |
405 | 405 | ||
406 | OLDEST_KERNEL = "2.6.32" | 406 | OLDEST_KERNEL = "3.2.0" |
407 | OLDEST_KERNEL_aarch64 = "3.14" | 407 | OLDEST_KERNEL_aarch64 = "3.14" |
408 | STAGING_KERNEL_DIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-source" | 408 | STAGING_KERNEL_DIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-source" |
409 | STAGING_KERNEL_BUILDDIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-build-artifacts" | 409 | STAGING_KERNEL_BUILDDIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-build-artifacts" |