[yocto] [PATCH][yocto-autobuilder] nightly-checkuri.conf: exclude lsof, run against universe

Ross Burton ross.burton at intel.com
Wed Jan 27 07:54:31 PST 2016


The lsof recipe needs to be excluded from our checkuri tests because the
upstream FTP server refuses to let the autobuilder machines connect to it.

Also run checkuri against universe instead of world to catch more variations on
recipe permuatations.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 buildset-config.controller/nightly-checkuri.conf | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/buildset-config.controller/nightly-checkuri.conf b/buildset-config.controller/nightly-checkuri.conf
index 232f62c..b571429 100644
--- a/buildset-config.controller/nightly-checkuri.conf
+++ b/buildset-config.controller/nightly-checkuri.conf
@@ -16,6 +16,7 @@ steps: [{'SetDest':{}},
         {'GetDistroVersion' : {'distro': 'poky'}},
         {'CreateAutoConf': {'machine': 'qemux86', 'SDKMACHINE' : 'x86_64',
                             'distro': 'poky',
-                            'atextprepend': 'SOURCE_MIRROR_FETCH = "1"\n'}},
+                            'atextprepend': 'SOURCE_MIRROR_FETCH = "1"\n',
+                            'atextappend': 'do_checkuri_pn-lsof = ""\n'}},
         {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
-        {'BuildImages': {'images': 'world -c checkuri'}}]
+        {'BuildImages': {'images': 'universe -c checkuri'}}]
-- 
2.6.4




More information about the yocto mailing list