[oe-commits] [openembedded-core] 22/33: rm_work: don't remove timestamps of image tasks

git at git.openembedded.org git at git.openembedded.org
Tue Aug 23 16:45:53 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit f214da502ad7eda27460dc6f06e9cd29a114f2d2
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Mon Aug 22 12:17:28 2016 +0300

    rm_work: don't remove timestamps of image tasks
    
    Excluded removal of do_bootimg, do_bootdirectdisk and do_vmimg
    timestamps to prevent unneeded rootfs rebuilds.
    
    [YOCTO #10159]
    
    Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/rm_work.bbclass | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
index 3e6c5ac..b71a9d1 100644
--- a/meta/classes/rm_work.bbclass
+++ b/meta/classes/rm_work.bbclass
@@ -66,14 +66,10 @@ do_rm_work () {
                 i=dummy
                 break
                 ;;
-            *do_rootfs*)
-               i=dummy
-               break
-               ;;
-            *do_image*)
-               i=dummy
-               break
-               ;;
+            *do_rootfs*|*do_image*|*do_bootimg*|*do_bootdirectdisk*|*do_vmimg*)
+                i=dummy
+                break
+                ;;
             *do_build*)
                 i=dummy
                 break

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list