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
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
> 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:
>>
>>
>>
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'.
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
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
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
> 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
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
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
10 matches
Mail list logo