]> code.ossystems Code Review - openembedded-core.git/commit
rm_work: Speed up rootfs/populate_sdk removal
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Oct 2014 14:14:31 +0000 (15:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Dec 2014 10:17:00 +0000 (10:17 +0000)
commit38b1f9d8e4fa9afb8644e4be55191fbe5cfd99a1
tree987e3775925d4bd3d2cf63e394911e53cc83f18a
parent2defde75799c669d531fddee005758ec13884aab
rm_work: Speed up rootfs/populate_sdk removal

Commands like bitbake X -c rootfs or bitbake X -c populate_sdk do not
trigger rm_work to clean up the directories afterwards since it
traditionally hooks onto do_build. This change means those two tasks now
clean up after themselves. We use the cleandirs function attribute to
handle this.

[YOCTO #6413]

(From OE-Core rev: 6bf06d80c2ce03dfdedac5ad8cf42ef8e36b0ecb)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/rm_work.bbclass