All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cristian Iorga <cristian.iorga@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] testimage: regenerate rootfs before testing
Date: Thu, 23 Apr 2015 09:39:08 +0300	[thread overview]
Message-ID: <1429771148-1545-1-git-send-email-cristian.iorga@intel.com> (raw)

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



             reply	other threads:[~2015-04-23  6:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-23  6:39 Cristian Iorga [this message]
2015-04-23  9:20 ` [PATCH] testimage: regenerate rootfs before testing 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1429771148-1545-1-git-send-email-cristian.iorga@intel.com \
    --to=cristian.iorga@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.