[oe-commits] Laurentiu Palcu : Activate the new python rootfs/image creation routines

git at git.openembedded.org git at git.openembedded.org
Tue Feb 11 11:56:23 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: a83144bac8d67704ff66f5dc0fc56f5b63979694
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a83144bac8d67704ff66f5dc0fc56f5b63979694

Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
Date:   Wed Dec 18 18:02:18 2013 +0200

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 at intel.com>

---

 meta/classes/image.bbclass       | 262 ++-------------------------------------
 meta/classes/image_types.bbclass | 113 -----------------
 meta/classes/package_deb.bbclass | 146 ----------------------
 meta/classes/rootfs_deb.bbclass  | 115 -----------------
 4 files changed, 11 insertions(+), 625 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=a83144bac8d67704ff66f5dc0fc56f5b63979694


More information about the Openembedded-commits mailing list