]> code.ossystems Code Review - openembedded-core.git/commit
Activate the new python rootfs/image creation routines
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Wed, 18 Dec 2013 16:02:18 +0000 (18:02 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2014 11:50:25 +0000 (11:50 +0000)
commita83144bac8d67704ff66f5dc0fc56f5b63979694
tree5b11e346951517ca28f8c3ef5980100cfaf29a57
parent5ad8c21bc7f2213d1287cecf07d00a61d1456ff7
Activate the new python rootfs/image creation routines

This commit will:
 * remove old bash code common to all backends;
 * create a new do_rootfs() python function that will use the new
   rootfs/image creation routines;
 * allow creation of dpkg based images;
 * fail for rpm/opkg (not implemented yet);

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
meta/classes/image.bbclass
meta/classes/image_types.bbclass
meta/classes/package_deb.bbclass
meta/classes/rootfs_deb.bbclass