]> code.ossystems Code Review - openembedded-core.git/commit
rootfs_*.bbclass: add some helper functions
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Tue, 21 May 2013 11:17:19 +0000 (14:17 +0300)
committerSaul Wold <sgw@linux.intel.com>
Mon, 10 Jun 2013 21:51:28 +0000 (14:51 -0700)
commit928df79cd3964f775c4c6e4283ef84b8882f9328
tree93a033332f6d501462b39aa6fa065851bb1da623
parent5330905749828ea8befdee559c180754ac506b75
rootfs_*.bbclass: add some helper functions

This patch adds the following helper functions:
 * delayed_postinsts - outputs the list of delayed postinstalls;
 * save_postinsts - this will save the delayed postinstalls for ipk/deb
   in /etc/(ipk|deb)_postinsts;
 * rootfs_remove_packages - removes packages from an image;

Additionaly, this patch will remove a piece of code in
rootfs_ipk_do_rootfs which will be moved to image.bbclass and used for
all backends;

[YOCTO #4484]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/rootfs_deb.bbclass
meta/classes/rootfs_ipk.bbclass
meta/classes/rootfs_rpm.bbclass