[oe-commits] Maciej Borzecki : documentation.conf: document IMAGE_BOOT_FILES

git at git.openembedded.org git at git.openembedded.org
Tue Sep 23 19:06:37 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 2946823225b935414994a7ec7b1a82fee31a0f10
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2946823225b935414994a7ec7b1a82fee31a0f10

Author: Maciej Borzecki <maciej.borzecki at open-rnd.pl>
Date:   Mon Sep 22 13:35:18 2014 +0200

documentation.conf: document IMAGE_BOOT_FILES

Document IMAGE_BOOT_FILES variable.

Signed-off-by: Maciej Borzecki <maciej.borzecki at open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/documentation.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index dd55685..66ec093 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
 ICECC_USER_PACKAGE_BL[doc] = "Identifies user recipes that you do not want the Icecream distributed compile support to consider."
 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."
 IMAGE_BASENAME[doc] = "The base name of image output files."
+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)."
 IMAGE_CLASSES[doc] = "A list of classes that all images should inherit."
 IMAGE_FEATURES[doc] = "The primary list of features to include in an image. Configure this variable in an image recipe."
 IMAGE_FSTYPES[doc] = "Formats of root filesystem images that you want to have created."



More information about the Openembedded-commits mailing list