summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-06-25 16:28:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-18 12:17:05 +0100
commit4a8d9992497754a902684a4653c2b723aaa82a92 (patch)
treea030b6d1a55c07b971d1249403d1fcc4fa6948d0 /documentation
parentebfe32a4740d67d7a39224e631086032c0ea0fcd (diff)
downloadpoky-4a8d9992497754a902684a4653c2b723aaa82a92.tar.gz
bsp-guide: Minor edits to Configuring Kernel section.
(From yocto-docs rev: de86d2725fc70e5805727ad1eca1a4cebd14228d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index c3a6fac9ea..355c716ff9 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -690,13 +690,13 @@
690 files for the BSP. 690 files for the BSP.
691 Most notably would be the formfactor files. 691 Most notably would be the formfactor files.
692 For example, in the Raspberry Pi BSP there is the 692 For example, in the Raspberry Pi BSP there is the
693 <filename>formfactor_0.0.bbappend</filename> file, 693 <filename>formfactor_%.bbappend</filename> file,
694 which is an append file used to augment the recipe 694 which is an append file used to augment the recipe
695 that starts the build. 695 that starts the build.
696 Furthermore, there are machine-specific settings used 696 Furthermore, there are machine-specific settings used
697 during the build that are defined by the 697 during the build that are defined by the
698 <filename>machconfig</filename> file further down in 698 <filename>machconfig</filename> file further down in
699 the directory. 699 the directory (i.e. <filename>formfactor/rpi/).
700 Here is the <filename>machconfig</filename> file for 700 Here is the <filename>machconfig</filename> file for
701 the Raspberry Pi BSP: 701 the Raspberry Pi BSP:
702 <literallayout class='monospaced'> 702 <literallayout class='monospaced'>
@@ -716,7 +716,8 @@
716 formfactor recipe 716 formfactor recipe
717 <filename>meta/recipes-bsp/formfactor/formfactor_0.0.bb</filename>, 717 <filename>meta/recipes-bsp/formfactor/formfactor_0.0.bb</filename>,
718 which is found in the 718 which is found in the
719 <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>. 719 <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>
720 (i.e. <filename>poky</filename>).
720 </para></note> 721 </para></note>
721 </section> 722 </section>
722 723