From aab8563cb837259f29c7e639fa5c52556c466549 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 1 Apr 2013 15:38:33 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 5 ++--- documentation/ref-manual/faq.xml | 2 +- 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 @@
- Adding a Package to Your Image + Writing a Recipe to Add a Package to Your Image - To add a package to your image, you need to write a recipe - for the package. + Recipes add packages to your image. Writing a recipe means creating a .bb file that sets some variables. 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 @@ To add a package, you need to create a BitBake recipe. For information on how to add a package, see the section - "Adding a Package to Your Image" + "Writing a Recipe to Add a Package to Your Image" in the Yocto Project Development Manual.