summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/populate_sdk_base.bbclass2
-rw-r--r--meta/conf/bitbake.conf2
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.
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
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
406OLDEST_KERNEL = "2.6.32" 406OLDEST_KERNEL = "3.2.0"
407OLDEST_KERNEL_aarch64 = "3.14" 407OLDEST_KERNEL_aarch64 = "3.14"
408STAGING_KERNEL_DIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-source" 408STAGING_KERNEL_DIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-source"
409STAGING_KERNEL_BUILDDIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-build-artifacts" 409STAGING_KERNEL_BUILDDIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-build-artifacts"