From 3e52a18fafc15e9aef542be7829489735402aa66 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 1 Apr 2014 08:37:41 -0600 Subject: ref-manual: New descriptions for IMAGE_TYPEDEF and COPY_LIC_DIRS. (From yocto-docs rev: dfc86ab45c9913636a72471e728d009ac4323b7b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 37 ++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index f51b994c9d..583adc2cd6 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1354,6 +1354,20 @@ + COPY_LIC_DIRS + + + If set to "1" along with the + COPY_LIC_MANIFEST + variable, the OpenEmbedded build system creates directories + for each package installed into the image. + The directories contain the license files for each package + in /usr/share/common-licenses/ within + the image itself. + + + + COPY_LIC_MANIFEST @@ -3204,6 +3218,29 @@ + IMAGE_TYPEDEP + + + Specifies a dependency from one image type on another. + Here is an example from the + image-live + class: + + IMAGE_TYPEDEP_live = "ext3" + + In the previous example, the variable ensures that when + "live" is listed with the + IMAGE_FSTYPES + variable, the OpenEmbedded build system produces an + ext3 image first since one of the + components of the live + image is an ext3 + formatted partition containing the root + filesystem. + + + + IMAGE_TYPES -- cgit v1.2.3-54-g00ecf