diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-07 14:23:56 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:06 +0000 |
| commit | dd6b2ef9e7a460da329b81ff46f18f2fb657e6bc (patch) | |
| tree | 0d74b91cb2406017aadcb5ea7d49edf464026551 /documentation/bsp-guide/bsp.xml | |
| parent | 30d7f5263aabffcd068ba3ff3932cba3a2ebef87 (diff) | |
| download | poky-dd6b2ef9e7a460da329b81ff46f18f2fb657e6bc.tar.gz | |
documentation: Scrubbed use of directory names
There was inconsistent use of the way directory names were
handled throughout the YP documentation. I have scrubbed the
set and replaced many instances such as the following:
meta/<something> replaces /meta/<something>
poky replaces ~/poky (except in some very specific examples)
I basically got rid of leading slash characters.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: ae2e451ed8f61484d04b30017021912c4493a441)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide/bsp.xml')
| -rw-r--r-- | documentation/bsp-guide/bsp.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index c85e7e0883..9a8f3af573 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
| @@ -562,7 +562,7 @@ | |||
| 562 | <para> | 562 | <para> |
| 563 | For example, suppose you had some configuration options in a file called | 563 | For example, suppose you had some configuration options in a file called |
| 564 | <filename>network_configs.cfg</filename>. | 564 | <filename>network_configs.cfg</filename>. |
| 565 | You can place that file inside a directory named <filename>/linux-yocto</filename> and then add | 565 | You can place that file inside a directory named <filename>linux-yocto</filename> and then add |
| 566 | a <filename>SRC_URI</filename> statement such as the following to the append file. | 566 | a <filename>SRC_URI</filename> statement such as the following to the append file. |
| 567 | When the OpenEmbedded build system builds the kernel, the configuration options are | 567 | When the OpenEmbedded build system builds the kernel, the configuration options are |
| 568 | picked up and applied. | 568 | picked up and applied. |
| @@ -748,7 +748,7 @@ | |||
| 748 | <listitem><para>Instructions on how to boot the BSP build from | 748 | <listitem><para>Instructions on how to boot the BSP build from |
| 749 | the BSP layer.</para></listitem> | 749 | the BSP layer.</para></listitem> |
| 750 | <listitem><para>Instructions on how to boot the binary images | 750 | <listitem><para>Instructions on how to boot the binary images |
| 751 | contained in the <filename>/binary</filename> directory, | 751 | contained in the <filename>binary</filename> directory, |
| 752 | if present.</para></listitem> | 752 | if present.</para></listitem> |
| 753 | <listitem><para>Information on any known bugs or issues that users | 753 | <listitem><para>Information on any known bugs or issues that users |
| 754 | should know about when either building or booting the BSP | 754 | should know about when either building or booting the BSP |
| @@ -759,7 +759,7 @@ | |||
| 759 | <filename>meta-<bsp_name></filename> directory. | 759 | <filename>meta-<bsp_name></filename> directory. |
| 760 | This file specifies exactly where you can find the sources used to | 760 | This file specifies exactly where you can find the sources used to |
| 761 | generate the binary images contained in the | 761 | generate the binary images contained in the |
| 762 | <filename>/binary</filename> directory, if present. | 762 | <filename>binary</filename> directory, if present. |
| 763 | See the | 763 | See the |
| 764 | <ulink url='&YOCTO_GIT_URL;/cgit.cgi/meta-intel/tree/meta-fri2/README.sources'><filename>README.sources</filename></ulink> | 764 | <ulink url='&YOCTO_GIT_URL;/cgit.cgi/meta-intel/tree/meta-fri2/README.sources'><filename>README.sources</filename></ulink> |
| 765 | file for the Fish River Island 2 BSP in the <filename>meta-fri2</filename> BSP layer | 765 | file for the Fish River Island 2 BSP in the <filename>meta-fri2</filename> BSP layer |
