All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftest/wic: Fix prebuild to build both the images and wicenv
@ 2016-03-29  8:38 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-03-29  8:38 UTC (permalink / raw)
  To: openembedded-core; +Cc: Bartosh, Eduard

Without building the images, files wic expects for hddimg aren't
present and this breaks the gummiboot and efi tests.

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

diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py
index 3829de2..f3185eb 100644
--- a/meta/lib/oeqa/selftest/wic.py
+++ b/meta/lib/oeqa/selftest/wic.py
@@ -50,7 +50,7 @@ class Wic(oeSelfTest):
         if not Wic.image_is_ready:
             bitbake('syslinux syslinux-native parted-native gptfdisk-native '
                     'dosfstools-native mtools-native')
-            bitbake('core-image-minimal -c do_rootfs_wicenv')
+            bitbake('core-image-minimal:do_rootfs_wicenv core-image-minimal')
             Wic.image_is_ready = True
 
         rmtree(self.resultdir, ignore_errors=True)




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

only message in thread, other threads:[~2016-03-29  8:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-29  8:38 [PATCH] selftest/wic: Fix prebuild to build both the images and wicenv 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.