From: Ed Bartosh Date: Mon, 22 Aug 2016 09:17:28 +0000 (+0300) Subject: rm_work: don't remove timestamps of image tasks X-Git-Tag: uninative-1.4~468 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f214da502ad7eda27460dc6f06e9cd29a114f2d2;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass index 3e6c5ac545..b71a9d1cf8 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