[yocto] 1.4.3_rc4 now avaialbe for testing.

2014-03-19 Thread Flanagan, Elizabeth
The fourth release candidate for 1.4.3 is now available at: http://autobuilder.yoctoproject.org/pub/nightly/20140318-5 Please begin QA on it as soon as possible. bitbake 66d01338ab1095775b854ad7509f4d2631c6e6ed eclipse-poky-juno dc9a609c68fe4a6bbbf34d418fd6611489c1d6f7 meta-fsl-arm

[yocto] oe-selftest documentation

2014-03-19 Thread Stoicescu, CorneliuX
Hello, We have oe-selftest already integrated in poky but we lack in documentation: https://bugzilla.yoctoproject.org/show_bug.cgi?id=4740 Here is what I am thinking about what could be done and I would like opinions on what should be done: 1) We can do a wiki entry to describe in detail how

Re: [yocto] oe-selftest documentation

2014-03-19 Thread Stoicescu, CorneliuX
-Original Message- From: Stoicescu, CorneliuX Sent: Wednesday, March 19, 2014 2:50 PM To: yocto@yoctoproject.org Cc: Eggleton, Paul; Georgescu, Alexandru C; Voiculescu, BogdanX A; Purdie, Richard Subject: oe-selftest documentation Hello, We have oe-selftest already

[yocto] [PATCH 1/2] yocto-start-autobuilder: Make sure janitor logging goes to a log file

2014-03-19 Thread Richard Purdie
Currently logging from the janitor gets lost. Ensure it gets to a log file instead including anything to stderr. --- yocto-start-autobuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yocto-start-autobuilder b/yocto-start-autobuilder index b34a60d..74e3a13 100755 ---

[yocto] [PATCH 2/2] buildslave-janitor: Add in try/except handling to make calls robust against failure

2014-03-19 Thread Richard Purdie
There is a suspicion that the command can fail causing the janitor trash removal process to exit. This adds in some exception handling to deal with this. It include a timeout to stop it entering nasty loops. This combined with the previous patch should let us figure out what error conditions its

Re: [yocto] [PATCH 2/2] buildslave-janitor: Add in try/except handling to make calls robust against failure

2014-03-19 Thread Burton, Ross
Both patches look good, Reviewed-by: Ross Burton ross.bur...@intel.com Ross On 19 March 2014 14:03, Richard Purdie richard.pur...@linuxfoundation.org wrote: There is a suspicion that the command can fail causing the janitor trash removal process to exit. This adds in some exception handling to

[yocto] Missing Python modules on target

2014-03-19 Thread Jonatan Magnusson
Hi I am trying to use Python on my target. I added ”python” to IMAGE_INSTALL. But then the base64 module was not installed. Very well, I added ”python-modules” to IMAGE_INSTALL, and now base64 was installed. But now wsgiref was missing. As far as I can see the only modules and packages that

Re: [yocto] Missing Python modules on target

2014-03-19 Thread Chris Larson
On Wed, Mar 19, 2014 at 8:40 AM, Jonatan Magnusson jonatan.magnus...@gmail.com wrote: I am trying to use Python on my target. I added ”python” to IMAGE_INSTALL. But then the base64 module was not installed. Very well, I added ”python-modules” to IMAGE_INSTALL, and now base64 was installed.

Re: [yocto] [AUTOBUILDER 1/4] nightly.conf: added package image triggers

2014-03-19 Thread Flanagan, Elizabeth
Although one thing before I pull these, could you resubmit these with a bit better title/description? The general standard is: filename: Title Brief meaningful description. Signed-off-by line. On Wed, Mar 19, 2014 at 8:37 AM, Flanagan, Elizabeth elizabeth.flana...@intel.com wrote: This looks

Re: [yocto] [PATCH 2/2] buildslave-janitor: Add in try/except handling to make calls robust against failure

2014-03-19 Thread Flanagan, Elizabeth
Agreed. Pulling them. Thanks. -b On Wed, Mar 19, 2014 at 7:28 AM, Burton, Ross ross.bur...@intel.com wrote: Both patches look good, Reviewed-by: Ross Burton ross.bur...@intel.com Ross On 19 March 2014 14:03, Richard Purdie richard.pur...@linuxfoundation.org wrote: There is a suspicion

[yocto] PyQt without x11

2014-03-19 Thread Fabio Berton
I need to run PyQt on Qt Embedded system, without X11. I found a way using xvfb, but I can't install xvfb on Yocto. I removed the --disable-xvfb from EXTRA_OECONF on poky/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc but didn't work. How do I install xvfb on my system? There other options to

[yocto] [AB PATCH 17/22] yoctogit.py: change _srccopy fromdir to it's own construction

2014-03-19 Thread Elizabeth Flanagan
From: Beth Flanagan elizabeth.flana...@intel.com fromdir was using self.srcdir, but lets be a bit safe and use a variable we construct in the method. Signed-off-by: Beth Flanagan elizabeth.flana...@intel.com --- .../buildbot-0.8.8-py2.7.egg/buildbot/steps/source/yoctogit.py | 3 ++- 1

[yocto] [AB PATCH 07/22] yoctogit.py: pathExists returns a defered value.

2014-03-19 Thread Elizabeth Flanagan
We can't use pathExists this way to figure out if the path actually exists as it will always evalutate to true as it returns a generator object and not T/F. In order to actually figure out if the mirrordir + repourl exists, we need to call a function that returns the deferred generator object

[yocto] [AB PATCH 18/22] PublishArtifacts.py: Exclude genericx86-64 pre-1.5

2014-03-19 Thread Elizabeth Flanagan
From: Beth Flanagan elizabeth.flana...@intel.com We don't build it so we shouldn't publish it. Signed-off-by: Beth Flanagan elizabeth.flana...@intel.com --- .../autobuilder/buildsteps/PublishArtifacts.py| 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff

[yocto] [AB PATCH 01/22] buildsets: add a new buildset to run builds on target

2014-03-19 Thread Elizabeth Flanagan
From: Stefan Stanacar stefanx.stana...@intel.com Builds core-image-sato-sdk for each qemu arch and runs tests building sudoku/cvs/iptables. These do take a while, so they shouldn't be added to nightly! Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com ---

[yocto] [AB PATCH 02/22] yoctogit.py: Fix cp construction from source to build

2014-03-19 Thread Elizabeth Flanagan
This commit removes the mkdir from movecopy as it is not needed. It also changes the workdir in barecopy and movecopy to the source dir, as we can't alwas be sure that the destination dir even exists. This also ensures that we are in fact constructing our cp string correctly, by striping any

[yocto] [AB PATCH 13/22] yoctogit.py: DRYing up some code

2014-03-19 Thread Elizabeth Flanagan
From: Beth Flanagan elizabeth.flana...@intel.com Remove duplicate code from movecopy and barecopy and add it to a new callback _srccopy. Signed-off-by: Beth Flanagan elizabeth.flana...@intel.com --- .../buildbot/steps/source/yoctogit.py | 73 +- 1 file changed,

[yocto] [AB PATCH 05/22] yoctogit.py: movecopy needs an incremental callback

2014-03-19 Thread Elizabeth Flanagan
We need to do an incremental before we copy or else, we're essentially copying nothing. Signed-off-by: Elizabeth Flanagan elizabeth.flana...@intel.com --- .../buildbot-0.8.8-py2.7.egg/buildbot/steps/source/yoctogit.py | 1 + 1 file changed, 1 insertion(+) diff --git

[yocto] [AB PATCH 03/22] BuildImages.py: core-image-basic name change support

2014-03-19 Thread Elizabeth Flanagan
Supports http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=b7f1cca517bbd4191828c6bae32e0c5041f1ff19 Signed-off-by: Elizabeth Flanagan elizabeth.flana...@intel.com --- .../site-packages/autobuilder/buildsteps/BuildImages.py | 9 + 1 file changed, 9 insertions(+) diff

[yocto] [AB PATCH 04/22] yoctogit.py: movecopy doesn't care if it's updateable

2014-03-19 Thread Elizabeth Flanagan
movecopy really shouldn't care if it's updatable or not. It should have an incremental callback in it to take care of that (it doesn't though, which is part of the problem!) Signed-off-by: Elizabeth Flanagan elizabeth.flana...@intel.com ---

[yocto] [AB PATCH 12/22] yoctogit.py: movecopy should only move 'build'

2014-03-19 Thread Elizabeth Flanagan
From: Beth Flanagan elizabeth.flana...@intel.com Pin what movecopy moves to be 'build' and not workdir. This keeps people from doing stupid stuff like passing in a weird workdir. Signed-off-by: Beth Flanagan elizabeth.flana...@intel.com ---

[yocto] [AB PATCH 11/22] yoctogit.py: Use self.srcdir, not local srcdir construct.

2014-03-19 Thread Elizabeth Flanagan
From: Beth Flanagan elizabeth.flana...@intel.com Since we're now constructing the objects srcdir property, there is no need to use a local srcdir prop. Signed-off-by: Beth Flanagan elizabeth.flana...@intel.com --- .../buildbot/steps/source/yoctogit.py| 12 ++-- 1

[yocto] [AB PATCH 15/22] yoctogit.py: Set workdir for the class

2014-03-19 Thread Elizabeth Flanagan
From: Beth Flanagan elizabeth.flana...@intel.com Stop utilizing resetWorkdir, it just confuses things and is really not needed. Just set self.workdir for the class. This ignores the self.workdir passed in (which I intend on removing soon.) Signed-off-by: Beth Flanagan

[yocto] [AB PATCH 06/22] CheckOutLayers.py: Remove unset Props

2014-03-19 Thread Elizabeth Flanagan
We no longer set these trigger* props, so let's remove them. Signed-off-by: Elizabeth Flanagan elizabeth.flana...@intel.com --- lib/python2.7/site-packages/autobuilder/buildsteps/CheckOutLayers.py | 4 1 file changed, 4 deletions(-) diff --git

[yocto] [AB PATCH 20/22] yocto-start-autobuilder: Make sure janitor logging goes to a log file

2014-03-19 Thread Elizabeth Flanagan
From: Richard Purdie richard.pur...@linuxfoundation.org Currently logging from the janitor gets lost. Ensure it gets to a log file instead including anything to stderr. --- yocto-start-autobuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yocto-start-autobuilder

[yocto] [AB PATCH 16/22] yoctogit.py: Set workdir within dovccmd

2014-03-19 Thread Elizabeth Flanagan
From: Beth Flanagan elizabeth.flana...@intel.com Ensure we're in the correct place by setting workdir in dovccmd. Signed-off-by: Beth Flanagan elizabeth.flana...@intel.com --- .../buildbot-0.8.8-py2.7.egg/buildbot/steps/source/yoctogit.py| 4 1 file changed, 4 insertions(+) diff

[yocto] [AB PATCH 22/22] yoctogit.py: sync on mv

2014-03-19 Thread Elizabeth Flanagan
From: Beth Flanagan elizabeth.flana...@intel.com On systems with very high load sometimes the system still thinks the build dir is there. I've only seen this once, but a sync here ensures that the system knows that build has been moved. Signed-off-by: Beth Flanagan elizabeth.flana...@intel.com

[yocto] [AB PATCH 09/22] yoctogit.py: Stop passing in srcdir.

2014-03-19 Thread Elizabeth Flanagan
Don't pass in srcdir. Set it depending on mirrordir/method as a class level property. Signed-off-by: Elizabeth Flanagan elizabeth.flana...@intel.com --- .../buildbot/steps/source/yoctogit.py| 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git

[linux-yocto] [PATCHv2 0/2] linux-yocto-3.10: meta: new config layer for Valley Island BSP add request

2014-03-19 Thread rebecca . swee . fun . chang
From: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com Hi all, This is a revised version of linux-yocto-3.10 pull request. This is a pull request for Valley Island BSP in linux-yocto-3.10. This pull request is to add configs and scc files for Valley Island BSP and also configs for Valley

[linux-yocto] [PATCHv2 2/2] meta: add new bsp config layer for valleyisland

2014-03-19 Thread rebecca . swee . fun . chang
From: Chang, Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com Add support for the various devices on the Baytrail SoC, including USB, SATA, GbE, HD Audio, EFI features, i915 graphics support, etc. Signed-off-by: Chang, Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com ---

[linux-yocto] Fwd: [PATCH] MIPS: octeon: Fix warning in of_device_alloc on cn3xxx

2014-03-19 Thread Yang,Wei
Starting with commit 3da5278727a895d49a601f67fd49dffa0b80f9a5 (of/irq: Rework of_irq_count()) the following warning is triggered on octeon cn3xxx: [0.887281] WARNING: CPU: 0 PID: 1 at drivers/of/platform.c:171 of_device_alloc+0x228/0x230() [0.895642] Modules linked in: [0.898689]

Re: [linux-yocto] [PATCHv2 0/2] linux-yocto-3.10: meta: new config layer for Valley Island BSP add request

2014-03-19 Thread Chang, Rebecca Swee Fun
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: 19 March, 2014 11:52 PM To: Chang, Rebecca Swee Fun; linux-yocto@yoctoproject.org Cc: ch...@yoctoproject.org Subject: Re: [linux-yocto] [PATCHv2 0/2] linux-yocto-3.10: meta: new config layer for