diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-07-04 11:28:41 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-21 19:06:52 +0100 |
commit | 1fc9548dc143fd48de5a4cad6d3f3d3a2cfc3170 (patch) | |
tree | 36db32282afce287003efe14e8d2fe955afcd5dc /documentation | |
parent | 0558a37417f8f592a5e961d82b0e601dba9d94d2 (diff) | |
download | poky-1fc9548dc143fd48de5a4cad6d3f3d3a2cfc3170.tar.gz |
ref-manual, yocto-project-qs: Fixed some references to BitBake Manual.
Fixed a reference that was not linking to the manual but
was instead referencing the Source Directory structure.
(From yocto-docs rev: aae3fb868e95ef2dbd548a5f9d1ea61a013190cd)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Conflicts:
documentation/ref-manual/ref-variables.xml
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-structure.xml | 5 | ||||
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 5 | ||||
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 2 |
3 files changed, 5 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index 389e75ad97..eb1be38701 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml | |||
@@ -63,9 +63,8 @@ | |||
63 | </para> | 63 | </para> |
64 | 64 | ||
65 | <para> | 65 | <para> |
66 | For more information on BitBake, see the BitBake documentation | 66 | For more information on BitBake, see the |
67 | included in the <filename>bitbake/doc/manual</filename> directory of the | 67 | <ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual</ulink>. |
68 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | ||
69 | </para> | 68 | </para> |
70 | </section> | 69 | </section> |
71 | 70 | ||
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index cb43016fe2..f51691f565 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -2745,9 +2745,8 @@ | |||
2745 | used by the OpenEmbedded build system for creating | 2745 | used by the OpenEmbedded build system for creating |
2746 | <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link>. | 2746 | <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link>. |
2747 | You can find more information on how overrides are handled | 2747 | You can find more information on how overrides are handled |
2748 | in the BitBake Manual that is located at | 2748 | in the |
2749 | <filename>bitbake/doc/manual</filename> in the | 2749 | <ulink url='&YOCTO_DOCS_BB_URL;'>BitBake Manual</ulink>. |
2750 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | ||
2751 | </para> | 2750 | </para> |
2752 | 2751 | ||
2753 | <para> | 2752 | <para> |
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index ea2b35234c..72d7dcce12 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -518,7 +518,7 @@ | |||
518 | <filename>bitbake --help</filename> command, see the | 518 | <filename>bitbake --help</filename> command, see the |
519 | "<ulink url='&YOCTO_DOCS_REF_URL;#usingpoky-components-bitbake'>BitBake</ulink>" | 519 | "<ulink url='&YOCTO_DOCS_REF_URL;#usingpoky-components-bitbake'>BitBake</ulink>" |
520 | section in the Yocto Project Reference Manual, or see the | 520 | section in the Yocto Project Reference Manual, or see the |
521 | "<ulink url='&YOCTO_DOCS_BB_URL;#user-manual-command'>BitBake Command</ulink>" | 521 | "<ulink url='&YOCTO_DOCS_BB_URL;#bitbake-user-manual-command'>BitBake Command</ulink>" |
522 | section in the BitBake User Manual. | 522 | section in the BitBake User Manual. |
523 | <literallayout class='monospaced'> | 523 | <literallayout class='monospaced'> |
524 | $ bitbake -k core-image-sato | 524 | $ bitbake -k core-image-sato |