]> code.ossystems Code Review - openembedded-core.git/commit
rootfs.py: add new cleanup method
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Fri, 28 Mar 2014 10:10:44 +0000 (12:10 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Mar 2014 11:01:32 +0000 (11:01 +0000)
commit6151d69875f3f4f097b6e2fdef2a0f3ab391e2fd
tree34fe7589ed6b9619e6d5d566ed099f91415927d8
parent12e300f0af2a27c15d80298d3fbb27b092c35154
rootfs.py: add new cleanup method

This commit adds a new _cleanup() internal method that will be called at
the end of rootfs creation, so that each backend can delete various
files that were probably generated during rootfs postprocess execution,
etc.

[YOCTO #6049]

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