[yocto] [PATCH] nightly-world-lsb.conf: Update name buildstep DownloadBitbakeErrorReports -> DownloadErrorReports

Aníbal Limón anibal.limon at linux.intel.com
Tue Jun 28 07:47:00 PDT 2016


The reference of the buildsteps for download error reports was updated [1] but,
i forget to update this one.

[1] http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/commit/?id=e1e7c3b86720786ae4f60da008f68d4cf5d58559

Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
---
 buildset-config.controller/nightly-world-lsb.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildset-config.controller/nightly-world-lsb.conf b/buildset-config.controller/nightly-world-lsb.conf
index ae3a621..afc7546 100644
--- a/buildset-config.controller/nightly-world-lsb.conf
+++ b/buildset-config.controller/nightly-world-lsb.conf
@@ -21,5 +21,5 @@ steps: [{'SetDest':{}},
                             'distro': 'poky-lsb'}},
         {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
         {'BuildImages': {'images': 'world'}},
-        {'DownloadBitbakeErrorReports': {}},
+        {'DownloadErrorReports': {}},
         {'SendErrorReport': {}}]
-- 
2.1.4




More information about the yocto mailing list