diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 5 | ||||
-rw-r--r-- | meta/conf/machine-sdk/i586.conf | 1 | ||||
-rw-r--r-- | meta/conf/machine-sdk/i686.conf | 1 | ||||
-rw-r--r-- | meta/conf/machine-sdk/x86_64.conf | 1 |
4 files changed, 8 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 54a587f1b4..9f445bb196 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -408,6 +408,11 @@ OLDEST_KERNEL = "3.2.0" | |||
408 | OLDEST_KERNEL_aarch64 = "3.14" | 408 | OLDEST_KERNEL_aarch64 = "3.14" |
409 | OLDEST_KERNEL_nios2 = "3.19" | 409 | OLDEST_KERNEL_nios2 = "3.19" |
410 | 410 | ||
411 | # SDK_OLDEST_KERNEL can't be set using overrides since there are | ||
412 | # none for the SDK architecture. Best to set it from a machine-sdk | ||
413 | # include file if you need an SDK arch-specific value | ||
414 | SDK_OLDEST_KERNEL = "3.2.0" | ||
415 | |||
411 | # Define where the kernel headers are installed on the target as well as where | 416 | # Define where the kernel headers are installed on the target as well as where |
412 | # they are staged. | 417 | # they are staged. |
413 | KERNEL_SRC_PATH = "/usr/src/kernel" | 418 | KERNEL_SRC_PATH = "/usr/src/kernel" |
diff --git a/meta/conf/machine-sdk/i586.conf b/meta/conf/machine-sdk/i586.conf index 41e5e159d1..99083fb63e 100644 --- a/meta/conf/machine-sdk/i586.conf +++ b/meta/conf/machine-sdk/i586.conf | |||
@@ -1,4 +1,5 @@ | |||
1 | SDK_ARCH = "i586" | 1 | SDK_ARCH = "i586" |
2 | SDK_CC_ARCH = "-march=i586" | 2 | SDK_CC_ARCH = "-march=i586" |
3 | ABIEXTENSION_class-nativesdk = "" | 3 | ABIEXTENSION_class-nativesdk = "" |
4 | SDK_OLDEST_KERNEL = "2.6.32" | ||
4 | 5 | ||
diff --git a/meta/conf/machine-sdk/i686.conf b/meta/conf/machine-sdk/i686.conf index fe406972c8..cf22784e9a 100644 --- a/meta/conf/machine-sdk/i686.conf +++ b/meta/conf/machine-sdk/i686.conf | |||
@@ -1,3 +1,4 @@ | |||
1 | SDK_ARCH = "i686" | 1 | SDK_ARCH = "i686" |
2 | SDK_CC_ARCH = "-march=i686" | 2 | SDK_CC_ARCH = "-march=i686" |
3 | ABIEXTENSION_class-nativesdk = "" | 3 | ABIEXTENSION_class-nativesdk = "" |
4 | SDK_OLDEST_KERNEL = "2.6.32" | ||
diff --git a/meta/conf/machine-sdk/x86_64.conf b/meta/conf/machine-sdk/x86_64.conf index 61439b4fb0..7d2e717807 100644 --- a/meta/conf/machine-sdk/x86_64.conf +++ b/meta/conf/machine-sdk/x86_64.conf | |||
@@ -1,2 +1,3 @@ | |||
1 | SDK_ARCH = "x86_64" | 1 | SDK_ARCH = "x86_64" |
2 | ABIEXTENSION_class-nativesdk = "" | 2 | ABIEXTENSION_class-nativesdk = "" |
3 | SDK_OLDEST_KERNEL = "2.6.32" | ||