diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-10 19:26:27 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-14 09:50:26 +0100 |
commit | 30db39829b64d675e8114f0441bb7b71b3161f10 (patch) | |
tree | f4803fdcd3aaa612bae30715a4aab5e0462227ff /meta/recipes-devtools/mklibs | |
parent | e5561887e761bf98f07c7a0995cd28f5a936f289 (diff) | |
download | poky-30db39829b64d675e8114f0441bb7b71b3161f10.tar.gz |
image_types.bbclass: Round up ROOTFS_SIZE after base_size check
If we round up ROOTFS_SIZE to IMAGE_ROOTFS_ALIGNMENT before checking if
base_size is greater then IMAGE_ROOTFS_SIZE, we can end up adding an
unaligned value to IMAGE_ROOTFS_SIZE. Obviously, if
IMAGE_ROOTFS_EXTRA_SPACE was overwritten with an unaligned value. So
let's add the round up code after the base_size calculus and it's
comparison.
(From OE-Core rev: 726c1617077da6b49606ac1a2cae64d2d02e6214)
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mklibs')
0 files changed, 0 insertions, 0 deletions