1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

rm_work.bbclass: Exclude do_rootfs stamp removal

This prevents unneeded rootfs rebuilds if the metadata has not changed
while using rm_work.

(From OE-Core rev: 7550b13786caa68a9944cd802eb970acbd17e754)

Signed-off-by: Jate Sujjavanich <jatedev@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jate Sujjavanich
2015-10-30 10:56:01 -04:00
committed by Richard Purdie
parent 5f9d16bb87
commit efc07c2936
+4
View File
@@ -63,6 +63,10 @@ do_rm_work () {
i=dummy
break
;;
*do_rootfs*)
i=dummy
break
;;
*do_build*)
i=dummy
break