[OE-core] [PATCH] rm_work.bbclass: Exclude do_rootfs stamp removal

Jate Sujjavanich jatedev at gmail.com
Fri Oct 30 14:56:01 UTC 2015


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

Signed-off-by: Jate Sujjavanich <jatedev at gmail.com>
---
 meta/classes/rm_work.bbclass |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
index 5e9efc1..6c58686 100644
--- a/meta/classes/rm_work.bbclass
+++ b/meta/classes/rm_work.bbclass
@@ -63,6 +63,10 @@ do_rm_work () {
                 i=dummy
                 break
                 ;;
+            *do_rootfs*)
+               i=dummy
+               break
+               ;;
             *do_build*)
                 i=dummy
                 break
-- 
1.7.9.5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20151030/afeee00f/attachment-0002.html>


More information about the Openembedded-core mailing list