Browse Source

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>
Scott Rifenbark 6 năm trước cách đây
mục cha
commit
4a8d999249
1 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 4 3
      documentation/bsp-guide/bsp.xml

+ 4 - 3
documentation/bsp-guide/bsp.xml

@@ -690,13 +690,13 @@
             files for the BSP.
             Most notably would be the formfactor files.
             For example, in the Raspberry Pi BSP there is the
-            <filename>formfactor_0.0.bbappend</filename> file,
+            <filename>formfactor_%.bbappend</filename> file,
             which is an append file used to augment the recipe
             that starts the build.
             Furthermore, there are machine-specific settings used
             during the build that are defined by the
             <filename>machconfig</filename> file further down in
-            the directory.
+            the directory (i.e. <filename>formfactor/rpi/).
             Here is the <filename>machconfig</filename> file for
             the Raspberry Pi BSP:
             <literallayout class='monospaced'>
@@ -716,7 +716,8 @@
             formfactor recipe
             <filename>meta/recipes-bsp/formfactor/formfactor_0.0.bb</filename>,
             which is found in the
-            <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>.
+            <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>
+            (i.e. <filename>poky</filename>).
         </para></note>
     </section>