From 6d7e85a1b2c4f81e6eb6fd5334d2ace70d58f30b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 29 May 2014 13:57:47 +0300 Subject: ref-manual: Added the IMAGE_ROOTFS_ALIGNMENT variable. (From yocto-docs rev: 823434a08e77e71b63d08ee129b84ffd2f49d6bc) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index e95f35e0d7..2bd3a27a94 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3469,6 +3469,22 @@ + IMAGE_ROOTFS_ALIGNMENT + + + Specifies the alignment for the output image file in + Kbytes. + If the size of the image is not a multiple of + this value, then the size is rounded up to the nearest + multiple of the value. + The default value is 1 Kbyte. + See + IMAGE_ROOTFS_SIZE + for additional information. + + + + IMAGE_ROOTFS_EXTRA_SPACE -- cgit v1.2.3-54-g00ecf