All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] testimage: regenerate rootfs before testing
@ 2015-04-23  6:39 Cristian Iorga
  2015-04-23  9:20 ` Paul Eggleton
  0 siblings, 1 reply; 6+ messages in thread
From: Cristian Iorga @ 2015-04-23  6:39 UTC (permalink / raw)
  To: openembedded-core

While starting a test with testimage, changes
of the image under test don't trigger a rebuild,
so fix that.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 meta/classes/testimage.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass
index dc163c7..ce7f5c1 100644
--- a/meta/classes/testimage.bbclass
+++ b/meta/classes/testimage.bbclass
@@ -53,7 +53,7 @@ TESTIMAGELOCK_qemuall = ""
 python do_testimage() {
     testimage_main(d)
 }
-addtask testimage
+addtask testimage after do_rootfs
 do_testimage[nostamp] = "1"
 do_testimage[depends] += "${TESTIMAGEDEPENDS}"
 do_testimage[lockfiles] += "${TESTIMAGELOCK}"
-- 
2.1.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-05-01 20:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-23  6:39 [PATCH] testimage: regenerate rootfs before testing Cristian Iorga
2015-04-23  9:20 ` Paul Eggleton
2015-04-23 13:02   ` Burton, Ross
2015-04-23 13:25     ` Paul Eggleton
2015-04-23 18:47       ` Richard Purdie
2015-05-01 20:24         ` Burton, Ross

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.