]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/image.py: add new image creation library
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Wed, 18 Dec 2013 15:24:08 +0000 (17:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2014 11:50:24 +0000 (11:50 +0000)
commitb75b78ce534fbf0d4de2f7f66af5b721d68b7471
tree021aef0093bb9dac07b197e27ceaa8f253953df8
parent23d409558cb12cbf0300156e67f768a13442910a
lib/oe/image.py: add new image creation library

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>
meta/lib/oe/image.py [new file with mode: 0644]