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:53 +0000 |
commit | 9addcf5ccbd96eb791c333c53dcb8ccab593b64c (patch) | |
tree | 12362068768b43fa66a501abb9045e34bf357597 /documentation/bsp-guide | |
parent | a665b9b68e54cb878e3d653bd049f3be6cc8ce73 (diff) | |
download | poky-9addcf5ccbd96eb791c333c53dcb8ccab593b64c.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: 12a96db6dffe09fca7ce848e006c591a637be5a4)
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')
-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 |