We shouldn't build an lsb image here as this isn't a poky-lsb build. There is a pending patch on oe-core that will break this build if we don't remove it and it doesn't buys us too much test coverage anyway.
Signed-off-by: Stefan Stanacar <[email protected]> --- buildset-config.master/nightly-multilib.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildset-config.master/nightly-multilib.conf b/buildset-config.master/nightly-multilib.conf index b5dfec3..49e6ea7 100644 --- a/buildset-config.master/nightly-multilib.conf +++ b/buildset-config.master/nightly-multilib.conf @@ -25,4 +25,4 @@ steps: [{'SetDest':{}}, {'BuildImages': {'images': 'core-image-sato'}}, {'RunSanityTests': {'images': 'core-image-sato', 'suites' : 'ping ssh connman xorg multilib dmesg auto'}}, {'CreateAutoConf': {'machine': 'qemux86', 'SDKMACHINE' : 'i686', 'multilib': 'lib64', 'distro': 'poky'}}, - {'BuildImages': {'images': 'lib64-core-image-sato lib64-core-image-sato-sdk lib64-core-image-lsb-sdk'}}] + {'BuildImages': {'images': 'lib64-core-image-sato lib64-core-image-sato-sdk'}}] -- 1.9.0 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
