diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-05-29 13:57:47 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-30 16:32:17 +0100 |
commit | 6d7e85a1b2c4f81e6eb6fd5334d2ace70d58f30b (patch) | |
tree | e457103c7aecf01c7e45064d3a16c3b01a7d387b /documentation/ref-manual/ref-variables.xml | |
parent | 87280e0b439b57d98e37688a3b568f2436cae413 (diff) | |
download | poky-6d7e85a1b2c4f81e6eb6fd5334d2ace70d58f30b.tar.gz |
ref-manual: Added the IMAGE_ROOTFS_ALIGNMENT variable.
(From yocto-docs rev: 823434a08e77e71b63d08ee129b84ffd2f49d6bc)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ | |||
3469 | </glossdef> | 3469 | </glossdef> |
3470 | </glossentry> | 3470 | </glossentry> |
3471 | 3471 | ||
3472 | <glossentry id='var-IMAGE_ROOTFS_ALIGNMENT'><glossterm>IMAGE_ROOTFS_ALIGNMENT</glossterm> | ||
3473 | <glossdef> | ||
3474 | <para> | ||
3475 | Specifies the alignment for the output image file in | ||
3476 | Kbytes. | ||
3477 | If the size of the image is not a multiple of | ||
3478 | this value, then the size is rounded up to the nearest | ||
3479 | multiple of the value. | ||
3480 | The default value is 1 Kbyte. | ||
3481 | See | ||
3482 | <link linkend='var-IMAGE_ROOTFS_SIZE'><filename>IMAGE_ROOTFS_SIZE</filename></link> | ||
3483 | for additional information. | ||
3484 | </para> | ||
3485 | </glossdef> | ||
3486 | </glossentry> | ||
3487 | |||
3472 | <glossentry id='var-IMAGE_ROOTFS_EXTRA_SPACE'><glossterm>IMAGE_ROOTFS_EXTRA_SPACE</glossterm> | 3488 | <glossentry id='var-IMAGE_ROOTFS_EXTRA_SPACE'><glossterm>IMAGE_ROOTFS_EXTRA_SPACE</glossterm> |
3473 | <glossdef> | 3489 | <glossdef> |
3474 | <para> | 3490 | <para> |