]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/image.py: fix get rootfs_extra_space failed
authorHongxu Jia <hongxu.jia@windriver.com>
Sun, 26 Jan 2014 10:20:49 +0000 (18:20 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2014 11:50:29 +0000 (11:50 +0000)
commitdd3418e2db732ca1bc78fd93efa3f08da88a1183
tree2ab97a840dacac5eb4a78b26837b9ca48f03f331
parent17a0a8f44fe344ab1ae49730d9f17705b43987e5
lib/oe/image.py: fix get rootfs_extra_space failed

The value of IMAGE_ROOTFS_EXTRA_SPACE is "0 + 51200",
we should use eval rather than int in python.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
meta/lib/oe/image.py