]> code.ossystems Code Review - openembedded-core.git/commitdiff
rm_work.bbclass: Exclude do_rootfs stamp removal
authorJate Sujjavanich <jatedev@gmail.com>
Fri, 30 Oct 2015 14:56:01 +0000 (10:56 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Nov 2015 11:28:50 +0000 (11:28 +0000)
This prevents unneeded rootfs rebuilds if the metadata has not changed
while using rm_work.

Signed-off-by: Jate Sujjavanich <jatedev@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/rm_work.bbclass

index 5e9efc1d06f388a8592e04e10abdf263c71cb08d..0012e8c48f0f31c66b23f2e1e04f1fcb86754028 100644 (file)
@@ -63,6 +63,10 @@ do_rm_work () {
                 i=dummy
                 break
                 ;;
+            *do_rootfs*)
+               i=dummy
+               break
+               ;;
             *do_build*)
                 i=dummy
                 break