summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf5
1 files changed, 5 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"
408OLDEST_KERNEL_aarch64 = "3.14" 408OLDEST_KERNEL_aarch64 = "3.14"
409OLDEST_KERNEL_nios2 = "3.19" 409OLDEST_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
414SDK_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.
413KERNEL_SRC_PATH = "/usr/src/kernel" 418KERNEL_SRC_PATH = "/usr/src/kernel"