diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-01 15:15:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:44 +0100 |
commit | b1916ac73833e65b5d4d4e11ffb9b5fab9d10a6f (patch) | |
tree | 5c8a41d291160a3f049c7108373bb151a4c99e0f /documentation | |
parent | 896bd5dbddcd927bf97dbb986879e81282dc1649 (diff) | |
download | poky-b1916ac73833e65b5d4d4e11ffb9b5fab9d10a6f.tar.gz |
dev-manual: Updated the title for the adding a package section.
I think this is better wording.
(From yocto-docs rev: 4f673b0c3df4a7af4ec54325722e407d12a0e7fc)
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/dev-manual/dev-manual-common-tasks.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 42feb919c1..75968e1b44 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -699,10 +699,11 @@ | |||
699 | </section> | 699 | </section> |
700 | 700 | ||
701 | <section id='usingpoky-extend-addpkg'> | 701 | <section id='usingpoky-extend-addpkg'> |
702 | <title>Adding a Package</title> | 702 | <title>Adding a Package to Your Image</title> |
703 | 703 | ||
704 | <para> | 704 | <para> |
705 | To add a package, you need to write a recipe for it. | 705 | To add a package to your image, you need to write a recipe |
706 | for the package. | ||
706 | Writing a recipe means creating a <filename>.bb</filename> file that sets some | 707 | Writing a recipe means creating a <filename>.bb</filename> file that sets some |
707 | variables. | 708 | variables. |
708 | For information on variables that are useful for recipes and for information about recipe naming | 709 | For information on variables that are useful for recipes and for information about recipe naming |