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

2016-10-09 Thread gmane
Hi, On 2016-10-08 18:17, Bill Randle wrote: 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; This sounds like a brilliant idea. It looks like now I hav

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

2016-10-09 Thread Bill Randle
On Sun, Oct 9, 2016 at 6:28 AM, wrote: > Hi, > > On 2016-10-08 18:17, Bill Randle wrote: >> >> 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 >> c

Re: [yocto] openjdk build fails due to checksum mismatches from icedtea-native

2016-10-09 Thread Randy Mortensen
> On Oct 7, 2016, at 5:21 PM, Khem Raj wrote: > > On Fri, Oct 7, 2016 at 4:14 PM, Randy Mortensen wrote: >> >> On Oct 6, 2016, at 8:35 PM, Khem Raj wrote: >> >> >> On Oct 6, 2016, at 7:07 PM, Randy Mortensen wrote: >> >> >> On Oct 5, 2016, at 7:14 PM, Darcy Watkins >> wrote: >> >> >>

Re: [yocto] [layerindex-web][PATCH v2 00/12] Add Distro, dependency and recommends detection, and import_project

2016-10-09 Thread Paul Eggleton
On Fri, 07 Oct 2016 13:20:50 Mark Hatle wrote: > FYI, I have made sure these are re-based on top of paule/django18 and pushed > to: > > git://git.yoctoproject.org/layerindex-web mhatle/django18 > > BTW for me upgrading from paule/django18 to this version. I only had to run > 'manage.py syncdb'.

Re: [yocto] [layerindex-web][PATCH v2 05/12] layerindex: Add distro to web interface and model.

2016-10-09 Thread Paul Eggleton
This looks good, just a few notes about this bit: On Fri, 07 Oct 2016 11:57:14 Liam R. Howlett wrote: > +def update_distro_conf_file(path, distro): > +logger.debug('Updating distro %s' % path) > +desc = "" > +with open(path, 'r') as f: > +for line in f: > +if line.s

Re: [yocto] [layerindex-web][PATCH v2 09/12] layerindex: Add collection and version to layerbranch

2016-10-09 Thread Paul Eggleton
On Fri, 07 Oct 2016 11:57:18 Liam R. Howlett wrote: > Collection and version will be pulled from the layer.conf if it exists > and dependencies will be resolved by first checking for layers with the > dependency name and then checking for collections. It is necessary to > shutdown tinfoil to avoid

[yocto] [Recipe reporting system] Upgradable recipe name list

2016-10-09 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade at this time, they can fill RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder until newer upstream version w

Re: [yocto] [layerindex-web][PATCH v2 00/12] Add Distro, dependency and recommends detection, and import_project

2016-10-09 Thread Hatle, Mark
> On Oct 10, 2016, at 2:54 AM, Paul Eggleton > wrote: > >> On Fri, 07 Oct 2016 13:20:50 Mark Hatle wrote: >> FYI, I have made sure these are re-based on top of paule/django18 and pushed >> to: >> >> git://git.yoctoproject.org/layerindex-web mhatle/django18 >> >> BTW for me upgrading from pau

Re: [yocto] [meta-raspberrypi][PATCH 4/4] sdcard_image-rpi.bbclass: Remove redundant RPI_KERNEL_VERSION

2016-10-09 Thread Gary Thomas
On 2016-10-07 04:09, Khem Raj wrote: From: Jonathan Liu The value of the RPI_KERNEL_VERSION can change between None and the kernel version which can result in taskhash mismatch errors while building images. The taskhash mismatch errors can be reproduced using: bitbake -c cleansstate virtual/ke

[yocto] [yocto-autobuilder][PATCH] PublishArtifacts.py: deal only with built toolchains, cp also md5 and manifests

2016-10-09 Thread gmane
From 8f28afbfc21dc84f076b0cc620e578f9607d1465 Mon Sep 17 00:00:00 2001 From: Robert Berger Date: Mon, 10 Oct 2016 06:26:06 + Subject: [yocto-autobuilder][PATCH] PublishArtifacts.py: deal only with built toolchains, cp also md5 and manifests Signed-off-by: Robert Berger --- .../autobuilder