From 696973af240cbe0122189178895074adf0d643f4 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Tue, 8 Jul 2014 15:32:50 +0300 Subject: bitbake: bitbake-user-manual-intro.xml: More edits to the intro chapter. Some applied as is, some not applied, some modified. (Bitbake rev: af98b2ff4f44f892b63a6598e7fdfc144972ed3d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../bitbake-user-manual-intro.xml | 25 ++++++++++++++++------ 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'bitbake/doc') diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml index 42ea19f3fc..ade91e94f1 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml @@ -217,11 +217,12 @@ Where the source code resides and how to fetch it Whether the source code requires - any patches + any patches, where to find them, and how to apply + them How to configure and compile the source code Where on the target machine to install the - package or packages being compiled + package or packages created @@ -233,7 +234,11 @@ The term "package" is also commonly used to describe recipes. However, since the same word is used to describe packaged output from a project, it is best to maintain a single - descriptive term, "recipes". + descriptive term - "recipes". + Put another way, a single "recipe" file is quite capable + of generating a number of related but separately installable + "packages". + In fact, that ability is fairly common. @@ -318,7 +323,6 @@ Append files, which are files that have the .bbappend file extension, extend or override information in an existing recipe file. - recipe file. @@ -331,8 +335,9 @@ - Information in append files overrides the information in the - similarly-named recipe file. + Information in append files extends or + overrides the information in the underlying, + similarly-named recipe files. @@ -357,6 +362,12 @@ However, if you named the append file busybox_1.%.bbappend, then you would have a match. + + + In the most general case, you could name the append file something as + simple as busybox_%.bbappend to be entirely + version independent. + @@ -437,7 +448,7 @@ has been thoroughly tested for compatibility with the other components. For information on how to check out a particular BitBake-based - build system, the build system's supporting documentation. + build system, consult that build system's supporting documentation. -- cgit v1.2.3-54-g00ecf