documentation/bsp-guide/bsp.xml: Edits to point to files

I was introducing each area of the sub-sections by saying
"You can find these files in the Yocto Project Files ....",
which really isn't accurate.  This structure is a BSP structure
or layer.  I am not referring to it as such.

(From yocto-docs rev: f13a89bc7812106abd4ef95dfdccfa48eae11af6)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2012-02-22 14:48:38 -06:00
committed by Richard Purdie
parent be04e176cb
commit 011738ac7a

View File

@@ -198,7 +198,7 @@
<title>License Files</title>
<para>
You can find these files in the Yocto Project file's directory structure at:
You can find these files in the BSP Layer at:
<literallayout class='monospaced'>
meta-&lt;bsp_name&gt;/&lt;bsp_license_file&gt;
</literallayout>
@@ -220,7 +220,7 @@
<section id="bsp-filelayout-readme">
<title>README File</title>
<para>
You can find these files in the Yocto Project file's directory structure at:
You can find these files in the BSP Layer at:
<literallayout class='monospaced'>
meta-&lt;bsp_name&gt;/README
</literallayout>
@@ -242,7 +242,7 @@
<section id="bsp-filelayout-binary">
<title>Pre-built User Binaries</title>
<para>
You can find these files in the Yocto Project file's directory structure at:
You can find these files in the BSP Layer at:
<literallayout class='monospaced'>
meta-&lt;bsp_name&gt;/binary/&lt;bootable_images&gt;
</literallayout>
@@ -269,7 +269,7 @@
<section id='bsp-filelayout-layer'>
<title>Layer Configuration File</title>
<para>
You can find this file in the Yocto Project file's directory structure at:
You can find this file in the BSP Layer at:
<literallayout class='monospaced'>
meta-&lt;bsp_name&gt;/conf/layer.conf
</literallayout>
@@ -308,7 +308,7 @@
<section id="bsp-filelayout-machine">
<title>Hardware Configuration Options</title>
<para>
You can find these files in the Yocto Project file's directory structure at:
You can find these files in the BSP Layer at:
<literallayout class='monospaced'>
meta-&lt;bsp_name&gt;/conf/machine/*.conf
</literallayout>
@@ -368,7 +368,7 @@
<section id='bsp-filelayout-misc-recipes'>
<title>Miscellaneous Recipe Files</title>
<para>
You can find these files in the Yocto Project file's directory structure at:
You can find these files in the BSP Layer at:
<literallayout class='monospaced'>
meta-&lt;bsp_name&gt;/recipes-bsp/*
</literallayout>
@@ -400,7 +400,7 @@
<section id='bsp-filelayout-core-recipes'>
<title>Core Recipe Files</title>
<para>
You can find these files in the Yocto Project file's directory structure at:
You can find these files in the BSP Layer at:
<literallayout class='monospaced'>
meta-&lt;bsp_name&gt;/recipes-core/*
</literallayout>
@@ -418,7 +418,7 @@
<section id='bsp-filelayout-recipes-graphics'>
<title>Display Support Files</title>
<para>
You can find these files in the Yocto Project file's directory structure at:
You can find these files in the BSP Layer at:
<literallayout class='monospaced'>
meta-&lt;bsp_name&gt;/recipes-graphics/*
</literallayout>
@@ -442,7 +442,7 @@
<section id='bsp-filelayout-kernel'>
<title>Linux Kernel Configuration</title>
<para>
You can find these files in the Yocto Project file's directory structure at:
You can find these files in the BSP Layer at:
<literallayout class='monospaced'>
meta-&lt;bsp_name&gt;/recipes-kernel/linux/linux-yocto_*.bbappend
</literallayout>