Commit 623665a11e added support for building a qemux86 image, but the
step to actually publish it did not get included. Also, nightly-wic.conf
was missed when the other config files were updated to include the
DownloadErrorReports and SendErrorReport steps.

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

diff --git a/buildset-config.controller/nightly-wic.conf 
b/buildset-config.controller/nightly-wic.conf
index 59ea34c..1b91852 100644
--- a/buildset-config.controller/nightly-wic.conf
+++ b/buildset-config.controller/nightly-wic.conf
@@ -32,5 +32,7 @@ steps: [{'SetDest':{}},
         {'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'}},
-        {'PublishArtifacts': {'artifacts': ['qemux86-64', 'genericx86', 
'genericx86-64']}}]
+        {'DownloadErrorReports': {}},
+        {'SendErrorReport': {}},
+        {'PublishArtifacts': {'artifacts': ['qemux86', 'qemux86-64', 
'genericx86', 'genericx86-64']}}]
 
-- 
2.5.5

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to