summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index 532e2e87a6..27c82ceb58 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -646,7 +646,18 @@
646 <filename>files</filename> directory as "defconfig" and 646 <filename>files</filename> directory as "defconfig" and
647 then add it to the 647 then add it to the
648 <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink> 648 <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink>
649 variable in the recipe. 649 variable in the recipe.</para>
650 <para>Running the <filename>make defconfig</filename>
651 command results in the default configuration for your
652 architecture as defined by your kernel.
653 However, no guarantee exists that this configuration is
654 valid for your use case, or that your board will even boot.
655 This is particularly true for non-x86 architectures.
656 To use non-x86 <filename>defconfig</filename> files, you
657 need to be more specific and find one that matches your
658 board (i.e. for arm, you look in
659 <filename>arch/arm/configs</filename> and use the one that
660 is the best starting point for your board).
650 </para></listitem> 661 </para></listitem>
651 <listitem><para>Edit the following variables in your recipe 662 <listitem><para>Edit the following variables in your recipe
652 as appropriate for your project: 663 as appropriate for your project: