diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-03-28 06:46:04 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-30 10:18:38 +0100 |
| commit | 338b500fa872ded0053bb78080d9c9ffdc232b19 (patch) | |
| tree | 8a7a24f99ff7abe6e2e64134763cb53cb454d820 | |
| parent | df02dd8c6552ff9e798ec667f7ed9db422b23716 (diff) | |
| download | poky-338b500fa872ded0053bb78080d9c9ffdc232b19.tar.gz | |
bsp-guide, kernel-dev: Added Cross-references to "BitBake" term
I made sure that the first occurrence of each "BitBake" term linked
into the "BitBake" term as defined in the dev-manual.
(From yocto-docs rev: 83e6e43d13cf5447b8ef65836d532abbb1f8b15e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/bsp-guide/bsp.xml | 4 | ||||
| -rw-r--r-- | documentation/kernel-dev/kernel-dev-advanced.xml | 18 | ||||
| -rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 4 |
3 files changed, 16 insertions, 10 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 9a8f3af573..fddf215b85 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
| @@ -339,7 +339,9 @@ | |||
| 339 | </para> | 339 | </para> |
| 340 | 340 | ||
| 341 | <para> | 341 | <para> |
| 342 | This file simply makes BitBake aware of the recipes and configuration directories. | 342 | This file simply makes |
| 343 | <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink> | ||
| 344 | aware of the recipes and configuration directories. | ||
| 343 | The file must exist so that the OpenEmbedded build system can recognize the BSP. | 345 | The file must exist so that the OpenEmbedded build system can recognize the BSP. |
| 344 | </para> | 346 | </para> |
| 345 | </section> | 347 | </section> |
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index 4589e4b9fc..64d8110576 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml | |||
| @@ -47,7 +47,9 @@ | |||
| 47 | variable. | 47 | variable. |
| 48 | This variable is typically set to the same value as the | 48 | This variable is typically set to the same value as the |
| 49 | <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> | 49 | <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> |
| 50 | variable, which is used by BitBake (e.g. "routerstationpro" or "fri2"). | 50 | variable, which is used by |
| 51 | <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink> | ||
| 52 | (e.g. "routerstationpro" or "fri2"). | ||
| 51 | Multiple BSPs can reuse the same <filename>KMACHINE</filename> | 53 | Multiple BSPs can reuse the same <filename>KMACHINE</filename> |
| 52 | name if they are built using the same BSP description. | 54 | name if they are built using the same BSP description. |
| 53 | The "fri2" and "fri2-noemgd" BSP combination | 55 | The "fri2" and "fri2-noemgd" BSP combination |
| @@ -298,16 +300,16 @@ | |||
| 298 | </para> | 300 | </para> |
| 299 | 301 | ||
| 300 | <para> | 302 | <para> |
| 301 | If you modify the Metadata in the linux-yocto | 303 | If you modify the Metadata in the linux-yocto |
| 302 | <filename>meta</filename> branch, you must not forget to update | 304 | <filename>meta</filename> branch, you must not forget to update |
| 303 | the | 305 | the |
| 304 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SRCREV'><filename>SRCREV</filename></ulink> | 306 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SRCREV'><filename>SRCREV</filename></ulink> |
| 305 | statements in the kernel's recipe. | 307 | statements in the kernel's recipe. |
| 306 | In particular, you need to update the | 308 | In particular, you need to update the |
| 307 | <filename>SRCREV_meta</filename> variable to match the commit in | 309 | <filename>SRCREV_meta</filename> variable to match the commit in |
| 308 | the <filename>KMETA</filename> branch you wish to use. | 310 | the <filename>KMETA</filename> branch you wish to use. |
| 309 | Changing the data in these branches and not updating the | 311 | Changing the data in these branches and not updating the |
| 310 | <filename>SRCREV</filename> statements to match will cause the | 312 | <filename>SRCREV</filename> statements to match will cause the |
| 311 | build to fetch an older commit. | 313 | build to fetch an older commit. |
| 312 | </para> | 314 | </para> |
| 313 | </section> | 315 | </section> |
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index f73f981ce8..ef1d0dbc5b 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
| @@ -25,7 +25,9 @@ | |||
| 25 | If you are going to be modifying kernel recipes, it is recommended | 25 | If you are going to be modifying kernel recipes, it is recommended |
| 26 | that you create and prepare your own layer in which to do your | 26 | that you create and prepare your own layer in which to do your |
| 27 | work. | 27 | work. |
| 28 | Your layer contains its own BitBake append files | 28 | Your layer contains its own |
| 29 | <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink> | ||
| 30 | append files | ||
| 29 | (<filename>.bbappend</filename>) and provides a convenient | 31 | (<filename>.bbappend</filename>) and provides a convenient |
| 30 | mechanism to create your own recipe files | 32 | mechanism to create your own recipe files |
| 31 | (<filename>.bb</filename>). | 33 | (<filename>.bb</filename>). |
