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:53:41 +0000 (11:53 +0000)
commitc3e5ac76c4e436f32aee8af2a11ed9fde9e21a69
tree34c47ab4c674201123ce4836d1822558f4976ff5
parentf77194b2ea9953b2c49aae5f46cf0974c3e86517
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.

(From OE-Core rev: 66d86c4bbb9423c9fe0fc89005530be54068d401)

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