All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto-autobuilder][PATCH] nightly-wic.conf: add build for qemux86
@ 2016-08-19 17:53 Bill Randle
  2016-08-22 10:30 ` Joshua Lock
  0 siblings, 1 reply; 2+ messages in thread
From: Bill Randle @ 2016-08-19 17:53 UTC (permalink / raw)
  To: yocto

[YOCTO #10166]

Signed-off-by: Bill Randle <william.c.randle@intel.com>
---
 buildset-config.controller/nightly-wic.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/buildset-config.controller/nightly-wic.conf b/buildset-config.controller/nightly-wic.conf
index 47565ba..59ea34c 100644
--- a/buildset-config.controller/nightly-wic.conf
+++ b/buildset-config.controller/nightly-wic.conf
@@ -9,6 +9,12 @@ steps: [{'SetDest':{}},
         {'RunPreamble':{}},
         {'GetDistroVersion':{'distro': 'poky'}},
         {'CreateBBLayersConf':{'buildprovider':'yocto'}},
+        {'CreateAutoConf':{'machine':'qemux86'}},
+        {'BuildImages':{'images':'syslinux syslinux-native parted-native gptfdisk-native dosfstools-native mtools-native'}},
+        {'BuildImages':{'images':'core-image-sato'}},
+        {'CreateWicImages':{'wic_img_type':'directdisk', 'target_img':'core-image-sato'}},
+        {'CreateWicImages':{'wic_img_type':'directdisk-gpt', 'target_img':'core-image-sato'}},
+        {'CreateWicImages':{'wic_img_type':'mkefidisk', 'target_img':'core-image-sato'}},
         {'CreateAutoConf':{'machine':'genericx86'}},
         {'BuildImages':{'images':'syslinux syslinux-native parted-native gptfdisk-native dosfstools-native mtools-native'}},
         {'BuildImages':{'images':'core-image-sato'}},
-- 
2.5.5



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

end of thread, other threads:[~2016-08-22 10:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-19 17:53 [yocto-autobuilder][PATCH] nightly-wic.conf: add build for qemux86 Bill Randle
2016-08-22 10:30 ` Joshua Lock

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.