summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-10-16 13:08:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-30 15:55:05 +0000
commit195d33516a09a71e05f695af215575465c088a39 (patch)
tree342fcd1a540b06defd6bc5087c538accd97b25b1 /documentation/ref-manual
parent59e59b37e137c2f688d41f7a501ea477ef1199b9 (diff)
downloadpoky-195d33516a09a71e05f695af215575465c088a39.tar.gz
ref-manual: Fixed "Oe-Core" links and links to dev-manual.
The dev-manual name has changed to the "Yocto Project Development Tasks Manual." I had to update some references to the manual. (From yocto-docs rev: 64b5f18b953c89811a08f76a302e29e25ad2fb70) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/faq.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml
index a1e0903405..11dfc5b13e 100644
--- a/documentation/ref-manual/faq.xml
+++ b/documentation/ref-manual/faq.xml
@@ -13,10 +13,10 @@
13 </question> 13 </question>
14 <answer> 14 <answer>
15 <para> 15 <para>
16 The term "<ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink>" 16 The term "<link link='poky'>Poky</link>"
17 refers to the specific reference build system that 17 refers to the specific reference build system that
18 the Yocto Project provides. 18 the Yocto Project provides.
19 Poky is based on <ulink url='&YOCTO_DOCS_DEV_URL;#oe-core'>OE-Core</ulink> 19 Poky is based on <link linkend='oe-core'>OE-Core</link>
20 and <link linkend='bitbake-term'>BitBake</link>. 20 and <link linkend='bitbake-term'>BitBake</link>.
21 Thus, the generic term used here for the build system is 21 Thus, the generic term used here for the build system is
22 the "OpenEmbedded build system." 22 the "OpenEmbedded build system."
@@ -60,7 +60,7 @@
60 There are three areas that help with stability; 60 There are three areas that help with stability;
61 <itemizedlist> 61 <itemizedlist>
62 <listitem><para>The Yocto Project team keeps 62 <listitem><para>The Yocto Project team keeps
63 <ulink url='&YOCTO_DOCS_DEV_URL;#oe-core'>OE-Core</ulink> small 63 <link linkend='oe-core'>OE-Core</link> small
64 and focused, containing around 830 recipes as opposed to the thousands 64 and focused, containing around 830 recipes as opposed to the thousands
65 available in other OpenEmbedded community layers. 65 available in other OpenEmbedded community layers.
66 Keeping it small makes it easy to test and maintain.</para></listitem> 66 Keeping it small makes it easy to test and maintain.</para></listitem>
@@ -86,7 +86,7 @@
86 Board Support Package (BSP) layer for it. 86 Board Support Package (BSP) layer for it.
87 For more information on how to create a BSP layer, see the 87 For more information on how to create a BSP layer, see the
88 "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" 88 "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"
89 section in the Yocto Project Development Manual and the 89 section in the Yocto Project Development Tasks Manual and the
90 <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>. 90 <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>.
91 </para> 91 </para>
92 <para> 92 <para>
@@ -143,7 +143,7 @@
143 To add a package, you need to create a BitBake recipe. 143 To add a package, you need to create a BitBake recipe.
144 For information on how to create a BitBake recipe, see the 144 For information on how to create a BitBake recipe, see the
145 "<ulink url='&YOCTO_DOCS_DEV_URL;#new-recipe-writing-a-new-recipe'>Writing a New Recipe</ulink>" 145 "<ulink url='&YOCTO_DOCS_DEV_URL;#new-recipe-writing-a-new-recipe'>Writing a New Recipe</ulink>"
146 in the Yocto Project Development Manual. 146 in the Yocto Project Development Tasks Manual.
147 </para> 147 </para>
148 </answer> 148 </answer>
149 </qandaentry> 149 </qandaentry>
@@ -417,9 +417,9 @@
417 417
418 <para> 418 <para>
419 You can find more information on licensing in the 419 You can find more information on licensing in the
420 "<ulink url='&YOCTO_DOCS_REF_URL;#licensing'>Licensing</ulink>" 420 "<link linkend='licensing'>Licensing</link>" section and in the
421 and "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>" 421 "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>"
422 sections, both of which are in the Yocto Project Development 422 section, which is in the Yocto Project Development Tasks
423 Manual. 423 Manual.
424 </para> 424 </para>
425 </answer> 425 </answer>
@@ -548,7 +548,7 @@
548 file to include from the 548 file to include from the
549 <filename>meta/conf/distro/include</filename> directory within 549 <filename>meta/conf/distro/include</filename> directory within
550 the 550 the
551 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. 551 <link linkend='source-directory'>Source Directory</link>.
552 </para> 552 </para>
553 553
554 <para> 554 <para>