From a915d0105dfbddd9f7c2d80f7aaa0d8a909572b4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 9 Nov 2010 13:44:02 -0800 Subject: Poky Reference Manual: Cleaned up and checked all XML tags. Just a few minor changes like creating consistent indentation. Signed-off-by: Scott Rifenbark --- documentation/poky-ref-manual/extendpoky.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml index 4fc30534ba..73fe0d53fe 100644 --- a/documentation/poky-ref-manual/extendpoky.xml +++ b/documentation/poky-ref-manual/extendpoky.xml @@ -305,8 +305,8 @@ IMAGE_INSTALL += "strace" variable lists the task packages to build along with the complementary -dbg and -dev packages. For each package added, you can use - RDEPENDS - and RRECOMMENDS + RDEPENDS + and RRECOMMENDS entries to provide a list of packages the parent task package should contain. Following is an example: @@ -336,7 +336,7 @@ RDEPENDS_task-custom-tools = "\ RRECOMMENDS_task-custom-tools = "\ kernel-module-oprofile" - + In the previous example, two task packages are created with their dependencies and their @@ -562,7 +562,7 @@ BBLAYERS = " \ /path/to/poky/meta-emenlow \ /path/to/poky/meta-extras \ " - + @@ -588,7 +588,7 @@ BBFILE_PRIORITY_emenlow = "6" In the previous example, the recipes for the layers are added to - BBFILES. + BBFILES. The BBFILE_COLLECTIONS variable is then appended with the layer name. The BBFILE_PATTERN variable @@ -784,7 +784,8 @@ BBFILE_PRIORITY_emenlow = "6" src/gz all http://www.mysite.com/somedir/deploy/ipk/all src/gz armv7a http://www.mysite.com/somedir/deploy/ipk/armv7a -src/gz beagleboard http://www.mysite.com/somedir/deploy/ipk/beagleboard +src/gz beagleboard http://www.mysite.com/somedir/deploy/ipk/beagleboard + @@ -857,7 +858,7 @@ quilt refresh You can find the resulting patch file in the - patches/ subdirectory of the source + patches/ subdirectory of the source (S) directory. For future builds you should copy the patch into Poky metadata and add it into the SRC_URI of a recipe. @@ -883,7 +884,7 @@ SRC_URI += "file://NAME-OF-PATCH.patch"
- Specifying the LIC_FILES_CHKSUM Variable + Specifying the LIC_FILES_CHKSUM Variable The LIC_FILES_CHKSUM variable contains checksums of the license text in the recipe source code. -- cgit 1.2.3-korg