1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Scott Rifenbark
2013-04-01 15:15:26 -07:00
committed by Richard Purdie
parent 896bd5dbdd
commit b1916ac738
@@ -699,10 +699,11 @@
</section> </section>
<section id='usingpoky-extend-addpkg'> <section id='usingpoky-extend-addpkg'>
<title>Adding a Package</title> <title>Adding a Package to Your Image</title>
<para> <para>
To add a package, you need to write a recipe for it. To add a package to your image, you need to write a recipe
for the package.
Writing a recipe means creating a <filename>.bb</filename> file that sets some Writing a recipe means creating a <filename>.bb</filename> file that sets some
variables. variables.
For information on variables that are useful for recipes and for information about recipe naming For information on variables that are useful for recipes and for information about recipe naming