Re: [yocto] Y-AB PublishArtifacts toolchain wrong dir

2016-10-08 Thread Bill Randle
Hi, I think I would leave the toolchain artifact as is, but just surround the the 'cp' with an 'if' statement. E.g.,: if [ -e ]; then cp ; fi; if [ -e ]; then cp ; fi; -Bill On Sat, Oct 8, 2016 at 2:52 PM, wrote: > Hi, > > On 2016-10-08 09:28, Bill Randle wrote: >> >>

Re: [yocto] Y-AB PublishArtifacts toolchain wrong dir

2016-10-08 Thread gmane
Hi, On 2016-10-08 09:28, Bill Randle wrote: All the "standard" build configs produce both x86 and x86_64 toolchains - which makes sense, since it's not known what build host the user is using and the AB needs to show both are buildable. In your case, you know you have an x86_64 machine and don'

Re: [yocto] Y-AB PublishArtifacts toolchain wrong dir

2016-10-08 Thread Bill Randle
On Fri, Oct 7, 2016 at 11:27 PM, wrote: > Hi, > > On 2016-10-07 22:05, Bill Randle wrote: >> >> Hi Robert, >> >> I see a couple of problems with this proposed patch. First, it's not >> clear the existing code is broken. > > > Here[1] is a paste of the error. > > cp: cannot stat > '/tmp/yocto-auto

[yocto] [PATCH 3/3] meta-yocto-bsp: linux 4.4: bump to the latest stable version for non-x86 BSPs

2016-10-08 Thread Kevin Hao
Boot test for all these boards. Signed-off-by: Kevin Hao --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend b/meta-yocto-bsp/recipes-kernel

[yocto] [PATCH 2/3] meta-yocto-bsp: linux 4.1: bump to the latest stable version for non-x86 BSPs

2016-10-08 Thread Kevin Hao
Boot test for all these boards. Signed-off-by: Kevin Hao --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend b/meta-yocto-bsp/recipes-kernel

[yocto] [PATCH 1/3] meta-yocto-bsp: linux 4.8: bump to the final v4.8 release for non-x86 BSPs

2016-10-08 Thread Kevin Hao
Boot test for all these boards. Signed-off-by: Kevin Hao --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.8.bbappend | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.8.bbappend b/meta-yocto-bsp/recipes-kernel

Re: [yocto] Y-AB PublishArtifacts toolchain wrong dir

2016-10-08 Thread gmane
Hi, On 2016-10-07 22:05, Bill Randle wrote: Hi Robert, I see a couple of problems with this proposed patch. First, it's not clear the existing code is broken. Try this [1] to see the problem. [1] https://github.com/RobertBerger/meta-mainline/blob/jethro-training-v4.4.x/multi-v7-ml/yocto-aut