Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2014-02-11 | lib/oe/image.py: fix get rootfs_extra_space failed | Hongxu Jia | 1 | |
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> | ||||
2014-02-11 | lib/oe/image.py: add new image creation library | Laurentiu Palcu | 1 | |
This will replace the old bash image creation code. This needs the rootfs to be already generated in order to work. Usage: Image(d).create() or using the provided wrapper function: create_image(d) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> |