Re: [yocto] [PATCH 3/3] PublishArtifacts: add md5sums artifact

2014-06-09 Thread Lynn Cyrin
It would. I'll incorporate it when I resend the patch. Lynn Cyrin (http://lynncyrin.me) -Sent from Mobile On Jun 6, 2014 2:06 PM, Jate S jate...@gmail.com wrote: I just grabbed the current master. I changed my local conf definition so it would do the MakeImageMD5s. It creates them inside of

[yocto] [PATCH 3/3] PublishArtifacts: add md5sums artifact

2014-06-09 Thread Lynn 'Cyrin' Conway
REF: Bug ID 6354 Added a md5sums artifact into PublishArtifacts Also changed md5sums to generate in the temp/deploy/images directory Signed-off-by: Lynn 'Cyrin' Conway lynncy...@gmail.com --- .../autobuilder/buildsteps/PublishArtifacts.py |4 1 file changed, 4 insertions(+) diff

[yocto] [PATCH 3/3] PublishArtifacts: add md5sums artifact

2014-06-09 Thread Lynn 'Cyrin' Conway
REF: Bug ID 6354 Added a md5sums artifact into PublishArtifacts Also changed md5sums to generate in the temp/deploy/images directory - (for real this time!!!) Signed-off-by: Lynn 'Cyrin' Conway lynncy...@gmail.com --- .../autobuilder/buildsteps/PublishArtifacts.py |4 1 file

Re: [yocto] [PATCH 3/3] PublishArtifacts: add md5sums artifact

2014-06-09 Thread Flanagan, Elizabeth
On Mon, Jun 9, 2014 at 11:51 AM, Lynn 'Cyrin' Conway lynncy...@gmail.com wrote: REF: Bug ID 6354 Added a md5sums artifact into PublishArtifacts Also changed md5sums to generate in the temp/deploy/images directory - (for real this time!!!) Signed-off-by: Lynn 'Cyrin' Conway

Re: [yocto] [PATCH 3/3] PublishArtifacts: add md5sums artifact

2014-06-06 Thread Jate S
I just grabbed the current master. I changed my local conf definition so it would do the MakeImageMD5s. It creates them inside of the build directory by default. After doing this, the PublishArtifacts was still failing because the cp command could not find the md5sum files. It looks in the

Re: [yocto] [PATCH 3/3] PublishArtifacts: add md5sums artifact

2014-06-04 Thread Burton, Ross
On 4 June 2014 02:03, Lynn 'Cyrin' Conway lynncy...@gmail.com wrote: -else: +else:1 Pretty sure you didn't mean that :) Ross -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [PATCH 3/3] PublishArtifacts: add md5sums artifact

2014-06-03 Thread Lynn 'Cyrin' Conway
REF: Bug ID 6354 Added a md5sums artifact into PublishArtifacts Signed-off-by: Lynn 'Cyrin' Conway lynncy...@gmail.com --- .../autobuilder/buildsteps/PublishArtifacts.py |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git