From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mail.openembedded.org (Postfix) with ESMTP id D69336AC24 for ; Thu, 23 Apr 2015 06:39:17 +0000 (UTC) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 22 Apr 2015 23:39:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,629,1422950400"; d="scan'208";a="560497962" Received: from sentry.rb.intel.com ([10.237.105.37]) by orsmga003.jf.intel.com with ESMTP; 22 Apr 2015 23:39:18 -0700 From: Cristian Iorga To: openembedded-core@lists.openembedded.org Date: Thu, 23 Apr 2015 09:39:08 +0300 Message-Id: <1429771148-1545-1-git-send-email-cristian.iorga@intel.com> X-Mailer: git-send-email 2.1.0 Subject: [PATCH] testimage: regenerate rootfs before testing X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2015 06:39:19 -0000 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 --- 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