All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rm_work: Ensure we don't remove sigbasedata files
@ 2016-11-02 15:05 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-11-02 15:05 UTC (permalink / raw)
  To: openembedded-core

We don't remove sigdata files, we also shouldn't remove sigbasedata files
as this hinders debugging.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
index b71a9d1..64b6981 100644
--- a/meta/classes/rm_work.bbclass
+++ b/meta/classes/rm_work.bbclass
@@ -58,7 +58,7 @@ do_rm_work () {
             *do_setscene*)
                 break
                 ;;
-            *sigdata*)
+            *sigdata*|*sigbasedata*)
                 i=dummy
                 break
                 ;;




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-02 15:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-02 15:05 [PATCH] rm_work: Ensure we don't remove sigbasedata files Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.