summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-01 15:38:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:44 +0100
commitaab8563cb837259f29c7e639fa5c52556c466549 (patch)
treeb939cded52e90c42cd5b7a803fdd79fa33b63145 /documentation/dev-manual
parent2ef61680dd8377e5241952d8d6c6a85affa88d3f (diff)
downloadpoky-aab8563cb837259f29c7e639fa5c52556c466549.tar.gz
dev-manual, ref-manual: Rewrote the adding a package title
Second thoughts caused me to adjust this title again. Also fixed the cross-ref in the FAQ. (From yocto-docs rev: 0553790236c60d30306b796587cd5b5213456aff) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml5
1 files changed, 2 insertions, 3 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