[yocto] [PATCH][yocto-autobuilder] nightly-world-lsb: blacklist qwt

Ross Burton ross.burton at intel.com
Thu Jan 28 09:07:35 PST 2016


qwt (from meta-qt4) doesn't build without errors but gets pulled into world
poky-lsb builds.  Until this is fixed, blacklist it.

Signed-off-by: Ross Burton <ross.burton at 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 7341f6c..df08e8d 100644
--- a/buildset-config.controller/nightly-world-lsb.conf
+++ b/buildset-config.controller/nightly-world-lsb.conf
@@ -17,7 +17,7 @@ steps: [{'SetDest':{}},
         {'CheckForWorldLsb':{}},
         {'CreateAutoConf': {'machine': 'qemux86', 'SDKMACHINE' : 'x86_64',
                             'buildhistory' : False, 'multilib': True,
-                            'atextprepend': 'QTDEMOS_remove = "qmmp"\n',
+                            'atextprepend': 'QTDEMOS_remove = "qmmp"\nPNBLACKLIST[qwt] = "already stripped errors"\n',
                             'distro': 'poky-lsb'}},
         {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
         {'BuildImages': {'images': 'world'}},
-- 
2.6.4




More information about the yocto mailing list