]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/rootfs.py: Tweak the rootfs removing operation
authorHongxu Jia <hongxu.jia@windriver.com>
Sun, 26 Jan 2014 10:01:13 +0000 (18:01 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2014 11:50:28 +0000 (11:50 +0000)
commit66d86c4bbb9423c9fe0fc89005530be54068d401
treed2741aa2a062ecdf197b3b0dd585496a32a5ce7e
parentb3eeb0edf3f0296d30d7e62628bde722402bdb9d
lib/oe/rootfs.py: Tweak the rootfs removing operation

Move the bb.utils.remove(self.image_rootfs, True) from the base class
constructor, to Opkg/Ipkg constructors after super's constructor is
called.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
meta/lib/oe/rootfs.py