diff options
-rw-r--r-- | documentation/kernel-dev/common.rst | 10 |
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 | ||
727 | Aside from modifying your kernel recipe and providing your own | 727 | If 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. | 729 | over it. |
730 | a kernel's ``linux-``\ `machine`\ ``.inc`` file). In other words, if the | ||
731 | build 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 | ||
735 | See the | 731 | See the |
736 | :term:`KBUILD_DEFCONFIG` | 732 | :term:`KBUILD_DEFCONFIG` |