summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml5
-rw-r--r--documentation/ref-manual/faq.xml2
2 files changed, 3 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 75968e1b44..8435386914 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -699,11 +699,10 @@
699 </section> 699 </section>
700 700
701 <section id='usingpoky-extend-addpkg'> 701 <section id='usingpoky-extend-addpkg'>
702 <title>Adding a Package to Your Image</title> 702 <title>Writing a Recipe to Add a Package to Your Image</title>
703 703
704 <para> 704 <para>
705 To add a package to your image, you need to write a recipe 705 Recipes add packages to your image.
706 for the package.
707 Writing a recipe means creating a <filename>.bb</filename> file that sets some 706 Writing a recipe means creating a <filename>.bb</filename> file that sets some
708 variables. 707 variables.
709 For information on variables that are useful for recipes and for information about recipe naming 708 For information on variables that are useful for recipes and for information about recipe naming
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml
index a62fbef2c3..ccbc7f3433 100644
--- a/documentation/ref-manual/faq.xml
+++ b/documentation/ref-manual/faq.xml
@@ -153,7 +153,7 @@
153 <para> 153 <para>
154 To add a package, you need to create a BitBake recipe. 154 To add a package, you need to create a BitBake recipe.
155 For information on how to add a package, see the section 155 For information on how to add a package, see the section
156 "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-addpkg'>Adding a Package to Your Image</ulink>" 156 "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-addpkg'>Writing a Recipe to Add a Package to Your Image</ulink>"
157 in the Yocto Project Development Manual. 157 in the Yocto Project Development Manual.
158 </para> 158 </para>
159 </answer> 159 </answer>