summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/common.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-dev/common.rst')
-rw-r--r--documentation/kernel-dev/common.rst10
1 files changed, 3 insertions, 7 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst
index 83fe98bf05..cedc2368b6 100644
--- a/documentation/kernel-dev/common.rst
+++ b/documentation/kernel-dev/common.rst
@@ -724,13 +724,9 @@ a Raspberry Pi 2, which is based on the Broadcom 2708/2709 chipset::
724 724
725 KBUILD_DEFCONFIG:raspberrypi2 ?= "bcm2709_defconfig" 725 KBUILD_DEFCONFIG:raspberrypi2 ?= "bcm2709_defconfig"
726 726
727Aside from modifying your kernel recipe and providing your own 727If the build system detects a statement that identifies an "out-of-tree"
728``defconfig`` file, you need to be sure no files or statements set 728``defconfig`` file, your :term:`KBUILD_DEFCONFIG` variable will take precedence
729:term:`SRC_URI` to use a ``defconfig`` other than your "in-tree" file (e.g. 729over it.
730a kernel's ``linux-``\ `machine`\ ``.inc`` file). In other words, if the
731build system detects a statement that identifies an "out-of-tree"
732``defconfig`` file, that statement will override your
733:term:`KBUILD_DEFCONFIG` variable.
734 730
735See the 731See the
736:term:`KBUILD_DEFCONFIG` 732:term:`KBUILD_DEFCONFIG`