diff options
| author | Maciej Borzecki <maciej.borzecki@open-rnd.pl> | 2014-09-22 13:35:18 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-23 20:35:56 +0100 |
| commit | f24abaa9b344822d7527a03535b331d448c43e4c (patch) | |
| tree | cf8330672c1e39a30aad04c692b424558a38610d | |
| parent | 7ce1dc13f91df70e8a2f420e7c3eba51cbc4bd48 (diff) | |
| download | poky-f24abaa9b344822d7527a03535b331d448c43e4c.tar.gz | |
documentation.conf: document IMAGE_BOOT_FILES
Document IMAGE_BOOT_FILES variable.
(From OE-Core rev: 8007f41aa824db2ee681d9dd98a0b06f44fc9d6d)
Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/conf/documentation.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index dd55685769..66ec093d44 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
| @@ -204,6 +204,7 @@ ICECC_USER_CLASS_BL[doc] = "Identifies user classes that you do not want the Ice | |||
| 204 | ICECC_USER_PACKAGE_BL[doc] = "Identifies user recipes that you do not want the Icecream distributed compile support to consider." | 204 | ICECC_USER_PACKAGE_BL[doc] = "Identifies user recipes that you do not want the Icecream distributed compile support to consider." |
| 205 | ICECC_USER_PACKAGE_WL[doc] = "Identifies user recipes that use an empty PARALLEL_MAKE variable that you want to force remote distributed compilation on using the Icecream distributed compile support." | 205 | ICECC_USER_PACKAGE_WL[doc] = "Identifies user recipes that use an empty PARALLEL_MAKE variable that you want to force remote distributed compilation on using the Icecream distributed compile support." |
| 206 | IMAGE_BASENAME[doc] = "The base name of image output files." | 206 | IMAGE_BASENAME[doc] = "The base name of image output files." |
| 207 | IMAGE_BOOT_FILES[doc] = "Whitespace separated list of files from ${DEPLOY_DIR_IMAGE} to place in boot partition. Entries will be installed under a same name as the source file. To change the destination file name, pass a desired name after a semicolon (eg. u-boot.img;uboot)." | ||
| 207 | IMAGE_CLASSES[doc] = "A list of classes that all images should inherit." | 208 | IMAGE_CLASSES[doc] = "A list of classes that all images should inherit." |
| 208 | IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable in an image recipe." | 209 | IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable in an image recipe." |
| 209 | IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created." | 210 | IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created." |
