[yocto] [PATCH] PublishArtifacts.py: check files before copy

2014-05-19 Thread Yin Kangkai
Check files existence before copy, otherwise might fail. For example, if I do not enable "MakeImageMD5s" step, "PublishArtifacts" will fail. Signed-off-by: Yin Kangkai --- .../autobuilder/buildsteps/PublishArtifacts.py | 16 +++- 1 file changed, 11 insertions(+), 5 deletio

Re: [yocto] [OE-core] OEDAM: OpenEmbedded Developers (Americas) Meeting

2014-05-19 Thread Stephen Arnold
And a special thanks to everyone for letting the Gentoo dev crash the meeting. The meeting *was* fun and educational (especially for me). So far both the community and technology have been a lot of fun getting custom builds for various machines, as well as educational (is there an echo in here? ;

Re: [yocto] [Yocto] Welcome Lynn Cyrin, OPW intern.

2014-05-19 Thread Hohndel, Dirk
Welcome Lynn. Great to have you join the team. /D -- Dirk Hohndel Chief Linux and Open Source Technologist Intel Corporation Sent from my phone On May 20, 2014 1:07 PM, "Flanagan, Elizabeth" wrote: All, I am pleased to introduce our new Gnome Foundation Outreach Program for Women Intern, Lyn

Re: [yocto] Can't boot poky-tiny in qemu

2014-05-19 Thread Matt Schuckmann
Some additional information, I've been testing with Yocto 1.6 (daisy), I just tried it with 1.5 (dora) and it does better I actually see some output, but it gets stuck in the init script with the repeating messages: [3.379021] Freeing unused kernel memory: 284k freed /init: line 26: setsid:

Re: [yocto] [PATCH 1/3] SingleBranchScheduler: check each repo but not only the first one

2014-05-19 Thread Yin Kangkai
[up post intentionally] I was trying to setup yocto-autobuilder in my local env, and customize it to my needs (i.e. watch git/gerrit event and only build my images). It is a little bit of struggle for me to make it finally work (due to the fact I am little knowledge to both buildbot and python.)

[yocto] [PATCH 3/3] GetDistroVersion: also support clanton distro

2014-05-19 Thread Yin Kangkai
Otherwise, step GetDistroVersion will just fail. Signed-off-by: Yin Kangkai --- lib/python2.7/site-packages/autobuilder/buildsteps/GetDistroVersion.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/python2.7/site-packages/autobuilder/buildsteps/GetDistroVersion.py b/lib/python2.7/si

[yocto] [PATCH 1/3] SingleBranchScheduler: check each repo but not only the first one

2014-05-19 Thread Yin Kangkai
Without this patch, when you set a SingleBranchScheduler scheduler, code will only check against the first repo in repos list. e.g.: In buildset-config/xxx.conf, I have this: repos: [{'poky': {'repourl':'ssh://ky...@ubi.bj.intel.com:29418/poky', 'bbpriority':'1',

[yocto] [PATCH 2/3] SingleBranchScheduler: pass in the properties

2014-05-19 Thread Yin Kangkai
Pass in the properties parsed from config file, otherwise the build triggered will fail because wrong properties. Signed-off-by: Yin Kangkai --- lib/python2.7/site-packages/autobuilder/Autobuilder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/python2.7/site-packages/autobuilder/Auto

[yocto] Can't boot poky-tiny in qemu

2014-05-19 Thread Matt Schuckmann
I'm trying to come to grips with Yocto and poky and a minimal image so I'm trying to build boot and modify poky-tiny and having no luck booting it in qemu. I'm following instructions here https://wiki.yoctoproject.org/wiki/Poky-Tiny#Some_information_about_the_running_system but when I run the q

[yocto] Welcome Lynn Cyrin, OPW intern.

2014-05-19 Thread Flanagan, Elizabeth
All, I am pleased to introduce our new Gnome Foundation Outreach Program for Women Intern, Lynn Cyrin. Lynn is a computer science student and Dean's Scholar at Mills College. Her academic history includes studying Materials Science and Engineering at Drexel University and Astronautical Engineerin

Re: [yocto] my recent change to the dylan branch of meta-darwin

2014-05-19 Thread Woodyatt, James
Richard, et al— Ping? I’m working on this, but it would help to know whether I should prepare a patch against the current (bad) head of branch or if I should prepare a patch against the previous revision? — james woodyatt Software Architect, New Devices Group On May 14, 2014, at 17:18, Woody

Re: [yocto] Question / issue

2014-05-19 Thread Stefano Babic
Hi Paul, sorry for late answer - I read only now you are talking about FIT. On 09/05/2014 16:44, Bruce Ashfield wrote: >> >> >> >> My first question is, is there a better place to be making the FIT image? >> > > It depends on if everything you need to construct the FIT image is > in the kernel

Re: [yocto] Strange certificate problem with wget

2014-05-19 Thread Neuer User
Am 19.05.2014 12:56, schrieb Paul Barker: > On 19 May 2014 10:35, Neuer User wrote: >> Am 19.05.2014 11:32, schrieb Burton, Ross: >>> On 19 May 2014 10:25, Neuer User wrote: I need to use wget with https support in my image. So I added "wget" to my packages. The problem is tha

Re: [yocto] Strange certificate problem with wget

2014-05-19 Thread Paul Barker
On 19 May 2014 10:35, Neuer User wrote: > Am 19.05.2014 11:32, schrieb Burton, Ross: >> On 19 May 2014 10:25, Neuer User wrote: >>> I need to use wget with https support in my image. So I added "wget" to >>> my packages. >>> >>> The problem is that it doesn't seem to find the installed certificat

Re: [yocto] git.py support for submodules

2014-05-19 Thread Richard Purdie
On Sat, 2014-05-17 at 13:19 -0700, Christopher Larson wrote: > > > On Saturday, May 17, 2014, Chris Morgan wrote: > > On May 17, 2014 3:58 PM, "Christopher Larson" > wrote: > > > > > > > > On Saturday, May 17, 2014, Chris Morgan >

Re: [yocto] [PATCH] Documentation improvements for gitsm:// fetcher

2014-05-19 Thread Richard Purdie
On Mon, 2014-05-19 at 06:42 -0400, Chris Morgan wrote: > On Mon, May 19, 2014 at 1:34 AM, Rifenbark, Scott M > wrote: > > Hi, > > > > This patch is not coming across to me intact. The process I use for > > patches is to take the attachment from my Thunderbird account and save it > > as an .EML

Re: [yocto] [PATCH] Documentation improvements for gitsm:// fetcher

2014-05-19 Thread Chris Morgan
On Mon, May 19, 2014 at 1:34 AM, Rifenbark, Scott M wrote: > Hi, > > This patch is not coming across to me intact. The process I use for patches > is to take the attachment from my Thunderbird account and save it as an .EML > file. Then, I mail that .EML file to my Linux box gmail account. Fr

Re: [yocto] Strange certificate problem with wget

2014-05-19 Thread Neuer User
Am 19.05.2014 11:32, schrieb Burton, Ross: > On 19 May 2014 10:25, Neuer User wrote: >> I need to use wget with https support in my image. So I added "wget" to >> my packages. >> >> The problem is that it doesn't seem to find the installed certificates: > > By "installed certificates" you mean th

Re: [yocto] Strange certificate problem with wget

2014-05-19 Thread Burton, Ross
On 19 May 2014 10:25, Neuer User wrote: > I need to use wget with https support in my image. So I added "wget" to > my packages. > > The problem is that it doesn't seem to find the installed certificates: By "installed certificates" you mean that you installed ca-certificates into the image, righ

[yocto] Strange certificate problem with wget

2014-05-19 Thread Neuer User
Hello I need to use wget with https support in my image. So I added "wget" to my packages. The problem is that it doesn't seem to find the installed certificates: # wget https://www.google.com --2014-05-19 11:20:42-- https://www.google.com/ Resolving www.google.com... 173.194.113.242, 173.194.1

[yocto] Help with qt-gstreamer recipe?

2014-05-19 Thread Neuer User
Hi I need qt-gstreamer in my Qt5 app (because I am having problems with the camera element). I found a yocto recipe from Andrey Telepin and tried to modify it for Qt5. It looks like this: --- LICENSE = "GPLv2" LIC_FILES_CHKSUM =

Re: [yocto] [meta-mono] Git push fails. No space left

2014-05-19 Thread Alex J Lennon
On 19/05/2014 02:37, Michael Halstead wrote: > Thanks for the heads up Alex! > > I've added 1.8TB of extra space so we should be set for awhile. Sorry > that you weren't able to push. No problem here. Just guessed you would want to know :) > I've also fixed the obvious style problems with the he