diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-02-22 14:48:38 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:08:01 -0800 |
commit | 011738ac7ae422882e704e47ab6295d5a046547e (patch) | |
tree | 282a96b2dce7c3a968cd287dbfb6e032ddd069da /documentation/bsp-guide | |
parent | be04e176cb3aa38efc9fe7eb8de85ba710625a65 (diff) | |
download | poky-011738ac7ae422882e704e47ab6295d5a046547e.tar.gz |
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>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 4a87754d88..696e4ee7e2 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -198,7 +198,7 @@ | |||
198 | <title>License Files</title> | 198 | <title>License Files</title> |
199 | 199 | ||
200 | <para> | 200 | <para> |
201 | You can find these files in the Yocto Project file's directory structure at: | 201 | You can find these files in the BSP Layer at: |
202 | <literallayout class='monospaced'> | 202 | <literallayout class='monospaced'> |
203 | meta-<bsp_name>/<bsp_license_file> | 203 | meta-<bsp_name>/<bsp_license_file> |
204 | </literallayout> | 204 | </literallayout> |
@@ -220,7 +220,7 @@ | |||
220 | <section id="bsp-filelayout-readme"> | 220 | <section id="bsp-filelayout-readme"> |
221 | <title>README File</title> | 221 | <title>README File</title> |
222 | <para> | 222 | <para> |
223 | You can find these files in the Yocto Project file's directory structure at: | 223 | You can find these files in the BSP Layer at: |
224 | <literallayout class='monospaced'> | 224 | <literallayout class='monospaced'> |
225 | meta-<bsp_name>/README | 225 | meta-<bsp_name>/README |
226 | </literallayout> | 226 | </literallayout> |
@@ -242,7 +242,7 @@ | |||
242 | <section id="bsp-filelayout-binary"> | 242 | <section id="bsp-filelayout-binary"> |
243 | <title>Pre-built User Binaries</title> | 243 | <title>Pre-built User Binaries</title> |
244 | <para> | 244 | <para> |
245 | You can find these files in the Yocto Project file's directory structure at: | 245 | You can find these files in the BSP Layer at: |
246 | <literallayout class='monospaced'> | 246 | <literallayout class='monospaced'> |
247 | meta-<bsp_name>/binary/<bootable_images> | 247 | meta-<bsp_name>/binary/<bootable_images> |
248 | </literallayout> | 248 | </literallayout> |
@@ -269,7 +269,7 @@ | |||
269 | <section id='bsp-filelayout-layer'> | 269 | <section id='bsp-filelayout-layer'> |
270 | <title>Layer Configuration File</title> | 270 | <title>Layer Configuration File</title> |
271 | <para> | 271 | <para> |
272 | You can find this file in the Yocto Project file's directory structure at: | 272 | You can find this file in the BSP Layer at: |
273 | <literallayout class='monospaced'> | 273 | <literallayout class='monospaced'> |
274 | meta-<bsp_name>/conf/layer.conf | 274 | meta-<bsp_name>/conf/layer.conf |
275 | </literallayout> | 275 | </literallayout> |
@@ -308,7 +308,7 @@ | |||
308 | <section id="bsp-filelayout-machine"> | 308 | <section id="bsp-filelayout-machine"> |
309 | <title>Hardware Configuration Options</title> | 309 | <title>Hardware Configuration Options</title> |
310 | <para> | 310 | <para> |
311 | You can find these files in the Yocto Project file's directory structure at: | 311 | You can find these files in the BSP Layer at: |
312 | <literallayout class='monospaced'> | 312 | <literallayout class='monospaced'> |
313 | meta-<bsp_name>/conf/machine/*.conf | 313 | meta-<bsp_name>/conf/machine/*.conf |
314 | </literallayout> | 314 | </literallayout> |
@@ -368,7 +368,7 @@ | |||
368 | <section id='bsp-filelayout-misc-recipes'> | 368 | <section id='bsp-filelayout-misc-recipes'> |
369 | <title>Miscellaneous Recipe Files</title> | 369 | <title>Miscellaneous Recipe Files</title> |
370 | <para> | 370 | <para> |
371 | You can find these files in the Yocto Project file's directory structure at: | 371 | You can find these files in the BSP Layer at: |
372 | <literallayout class='monospaced'> | 372 | <literallayout class='monospaced'> |
373 | meta-<bsp_name>/recipes-bsp/* | 373 | meta-<bsp_name>/recipes-bsp/* |
374 | </literallayout> | 374 | </literallayout> |
@@ -400,7 +400,7 @@ | |||
400 | <section id='bsp-filelayout-core-recipes'> | 400 | <section id='bsp-filelayout-core-recipes'> |
401 | <title>Core Recipe Files</title> | 401 | <title>Core Recipe Files</title> |
402 | <para> | 402 | <para> |
403 | You can find these files in the Yocto Project file's directory structure at: | 403 | You can find these files in the BSP Layer at: |
404 | <literallayout class='monospaced'> | 404 | <literallayout class='monospaced'> |
405 | meta-<bsp_name>/recipes-core/* | 405 | meta-<bsp_name>/recipes-core/* |
406 | </literallayout> | 406 | </literallayout> |
@@ -418,7 +418,7 @@ | |||
418 | <section id='bsp-filelayout-recipes-graphics'> | 418 | <section id='bsp-filelayout-recipes-graphics'> |
419 | <title>Display Support Files</title> | 419 | <title>Display Support Files</title> |
420 | <para> | 420 | <para> |
421 | You can find these files in the Yocto Project file's directory structure at: | 421 | You can find these files in the BSP Layer at: |
422 | <literallayout class='monospaced'> | 422 | <literallayout class='monospaced'> |
423 | meta-<bsp_name>/recipes-graphics/* | 423 | meta-<bsp_name>/recipes-graphics/* |
424 | </literallayout> | 424 | </literallayout> |
@@ -442,7 +442,7 @@ | |||
442 | <section id='bsp-filelayout-kernel'> | 442 | <section id='bsp-filelayout-kernel'> |
443 | <title>Linux Kernel Configuration</title> | 443 | <title>Linux Kernel Configuration</title> |
444 | <para> | 444 | <para> |
445 | You can find these files in the Yocto Project file's directory structure at: | 445 | You can find these files in the BSP Layer at: |
446 | <literallayout class='monospaced'> | 446 | <literallayout class='monospaced'> |
447 | meta-<bsp_name>/recipes-kernel/linux/linux-yocto_*.bbappend | 447 | meta-<bsp_name>/recipes-kernel/linux/linux-yocto_*.bbappend |
448 | </literallayout> | 448 | </literallayout> |