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.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 382dadca6d..8a84e53c1b 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -407,6 +407,10 @@ OLDEST_KERNEL = "3.2.0"
407OLDEST_KERNEL_aarch64 = "3.14" 407OLDEST_KERNEL_aarch64 = "3.14"
408OLDEST_KERNEL_nios2 = "3.19" 408OLDEST_KERNEL_nios2 = "3.19"
409 409
410# Define where the kernel headers are installed on the target as well as where
411# they are staged.
412KERNEL_SRC_PATH = "/usr/src/kernel"
413
410STAGING_KERNEL_DIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-source" 414STAGING_KERNEL_DIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-source"
411STAGING_KERNEL_BUILDDIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-build-artifacts" 415STAGING_KERNEL_BUILDDIR = "${TMPDIR}/work-shared/${MACHINE}/kernel-build-artifacts"
412 416