Re: [yocto] do_clean failure on NFS drive

2013-04-24 Thread Paul Eggleton
On Tuesday 23 April 2013 06:10:05 Michael Fainstein wrote: Recently I moved my working environment from local drive to NFS and since then do_clean task is failing all the time with error: ERROR: Error executing a python function in ..: OSError: [Errno 39] Directory not empty: '../temp'

Re: [yocto] udev breakage

2013-04-24 Thread Gary Thomas
On 2013-04-23 11:31, Gary Thomas wrote: On 2013-04-23 04:34, Gary Thomas wrote: On 2013-04-22 17:09, Gary Thomas wrote: I've found that Poky/Yocto images built after this commit have a broken udev: commit c71d1f446c734954dceba0666c4f074047864b87 Author: Richard Purdie

[yocto] i still think FILESEXTRAPATHS needs to be explained more completely

2013-04-24 Thread Robert P. J. Day
i've whined about this before, but i think the proper use of FILESEXTRAPATHS needs to be explained more completely than what's currently in the variable glossary here: http://www.yoctoproject.org/docs/1.4/ref-manual/ref-manual.html#var-FILESEXTRAPATHS i mentioned that, when i first figured

[yocto] how the ^$%^%@%^#$ does file://defconfig work?

2013-04-24 Thread Robert P. J. Day
been fighting with this for a couple of hours, so i'll start with the short version -- here's the current explanation for Changing the Configuration of your kernel: http://www.yoctoproject.org/docs/latest/kernel-dev/kernel-dev.html#changing-the-configuration the salient bit: If you have a

[yocto] Bitbake -c clean core-image-minimal

2013-04-24 Thread Navani Srivastava
Hi, I am using poky-danny for development. I am facing problem at the time of cleaning rootfs image. If I am issuing – “bitbake –c clean core-image-minimal” command , it is not cleaning deploy directory. I can still see images existing in “tmp/deploy/images/”. But the same is working fine for

Re: [yocto] do_clean failure on NFS drive

2013-04-24 Thread Michael Fainstein
-Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: יום ד 24 אפריל 2013 13:13 To: Michael Fainstein Cc: yocto@yoctoproject.org Subject: Re: [yocto] do_clean failure on NFS drive On Tuesday 23 April 2013 06:10:05 Michael Fainstein wrote: Recently I

[yocto] [PATCH] [eclipse-poky][master]Display progress bar while running systemtap script

2013-04-24 Thread Ioana Grigoropol
[Yocto #4270] Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../sdk/remotetools/actions/SystemtapHandler.java | 35 ++-- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git

Re: [yocto] how the ^$%^%@%^#$ does file://defconfig work?

2013-04-24 Thread Robert P. J. Day
On Wed, 24 Apr 2013, Bruce Ashfield wrote: On 13-04-24 07:50 AM, Robert P. J. Day wrote: been fighting with this for a couple of hours, so i'll start with the short version -- here's the current explanation for Changing the Configuration of your kernel:

Re: [yocto] how the ^$%^%@%^#$ does file://defconfig work?

2013-04-24 Thread Bruce Ashfield
On 13-04-24 08:38 AM, Robert P. J. Day wrote: On Wed, 24 Apr 2013, Bruce Ashfield wrote: On 13-04-24 07:50 AM, Robert P. J. Day wrote: been fighting with this for a couple of hours, so i'll start with the short version -- here's the current explanation for Changing the Configuration of

Re: [yocto] how the ^$%^%@%^#$ does file://defconfig work?

2013-04-24 Thread Rifenbark, Scott M
-Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Robert P. J. Day Sent: Wednesday, April 24, 2013 4:51 AM To: Yocto discussion list Subject: [yocto] how the ^$%^%@%^#$ does file://defconfig work? been fighting with this for

Re: [yocto] [eclipse-poky][RFC 0/6] Introducing a YoctoSDKCMakeProjectNature

2013-04-24 Thread Atanas Gegov
Hi Jessica, thank you for the comments! 1. Yes, the idea is that at the end there are the current category (Yocto Project ADT Autotools Project with some Autotools-based project templates) and a new category Yocto Project ADT CMake Project with e.g. its own Hello World C++ CMake Project. The

Re: [yocto] [yocto-autobuilder][RFC 2/6] CreateAutoConf.py: add initmgr option

2013-04-24 Thread Flanagan, Elizabeth
On Tue, Apr 23, 2013 at 11:52 AM, Stefan Stanacar stefanx.stana...@intel.com wrote: Add an option to set the init manager used. This is used for building images with systemd. The order is important as it decides the primary one. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com ---

Re: [yocto] [yocto-autobuilder][RFC 0/6] New buildsets and options for 1.5

2013-04-24 Thread Flanagan, Elizabeth
Yes to these with the one fixed I suggest and a rebase. Nice work. -b On Tue, Apr 23, 2013 at 11:52 AM, Stefan Stanacar stefanx.stana...@intel.com wrote: Hello Beth, Would you mind taking a look on these changes? Obviously they are meant post-dylan release, but I sent them earlier so you

[yocto] [yocto-autobuilder][PATCH 0/6] New buildsets and options for 1.5

2013-04-24 Thread Stefan Stanacar
Hello Beth, Here are the new changes, I've fixed that small issue, hope it looks good now. After some more tests, I'll follow up with some builds for ipk only images :), but I'm getting ahead of myelf now. Regards, Stefan The following changes since commit

[yocto] [yocto-autobuilder][PATCH 1/6] nightly-qa-extras.conf: add new buildset config

2013-04-24 Thread Stefan Stanacar
This buildset is for extra images which don't really fit in other buildsets. For now it includes builds for two images: one with btrfs and diffrent root home dir and a sato image with read-only rootfs. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com ---

[yocto] [yocto-autobuilder][PATCH 4/6] nightly.conf, yoctoAB.conf: enable the new buildsets

2013-04-24 Thread Stefan Stanacar
Add the new nightly-qa-extras and nightly-qa-systemd buildsets to the nightly target. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly.conf | 3 ++- buildset-config/yoctoAB.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git

[yocto] [yocto-autobuilder][PATCH 5/6] buildsteps/RunSanityTests.py: add suport for custom steps

2013-04-24 Thread Stefan Stanacar
Add an option so we can pass custom qemuimage tests, by appending TEST_SCEN to local.conf. This isn't used by any buildsets right now. It could be used when we want to run only certain sanity tests (i.e don't run all the tests in the image scenario but run only sanity:boot and sanity:dmesg by

[yocto] [yocto-autobuilder][PATCH 6/6] CreateAutoConf.py: add option for package types

2013-04-24 Thread Stefan Stanacar
Using this option we'll be able to select only certain packages to be built and because the order is important we determine the image type too. E.g 'packages' : 'deb rpm' will build deb and rpm packages but the image will use deb as package manager. Signed-off-by: Stefan Stanacar

[yocto] [yocto-autobuilder][PATCH 3/6] buildset-config/nightly-qa-systemd.conf: add a new target for systemd images

2013-04-24 Thread Stefan Stanacar
Build systemd images in different configurations: systemd only, systemd+sysvinit and sysvinit+systemd (the order means which is the primary init system). Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly-qa-systemd.conf | 20 1 file

[yocto] [yocto-autobuilder][PATCH 2/6] CreateAutoConf.py: add initmgr option

2013-04-24 Thread Stefan Stanacar
Add an option to set the init manager used. This is used for building images with systemd. The order used is important as it decides the primary init system. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- .../autobuilder/buildsteps/CreateAutoConf.py | 15

Re: [yocto] [PATCH] [eclipse-poky][master]Display progress bar while running systemtap script

2013-04-24 Thread Zhang, Jessica
Merged to eclipse-poky master. Thanks, Jessica -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Ioana Grigoropol Sent: Wednesday, April 24, 2013 5:16 AM To: yocto@yoctoproject.org Subject: [yocto] [PATCH]

[yocto] [meta-raspberrypi][PATCH 1/2] sdcard_image-rpi.bbclass: Fix error in conditional test

2013-04-24 Thread seth bollinger
When the shell tests for rootfs type I was seeing [[: not found. I use echo and egrep to test for the xz rootfs type to work around this error. Signed-off-by: Seth Bollinger seth.b...@gmail.com --- classes/sdcard_image-rpi.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[yocto] [meta-raspberrypi][PATCH 2/2] sdcard_image-rpi.bbclass: Copy startup files required for 16MB GPU operation.

2013-04-24 Thread seth bollinger
start_cd.elf and fixup_cd.dat are required when running the system with a 16MB GPU memory configuration. This change copies all files contained in bcm2835-bootfiles instead of cherry picking. Signed-off-by: Seth Bollinger seth.b...@gmail.com --- classes/sdcard_image-rpi.bbclass |6 +-

Re: [yocto] [PATCH] [eclipse-poky][master]Display progress bar while running systemtap script

2013-04-24 Thread Zhang, Jessica
Merged to eclipse-poky master. Thanks, Jessica -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Ioana Grigoropol Sent: Wednesday, April 24, 2013 5:16 AM To: yocto@yoctoproject.org Subject: [yocto] [PATCH]

Re: [yocto] [eclipse-poky][RFC 0/6] Introducing a YoctoSDKCMakeProjectNature

2013-04-24 Thread Zhang, Jessica
Hi Atanas, Please see my comments below... Thanks, Jessica From: Atanas Gegov [mailto:atanas.gegov@gmail.com] Sent: Wednesday, April 24, 2013 8:48 AM To: Zhang, Jessica Cc: yocto@yoctoproject.org Subject: Re: [yocto] [eclipse-poky][RFC 0/6] Introducing a YoctoSDKCMakeProjectNature

[linux-yocto] [PATCH 0/2]Yocto-linux-rt: Run irq-work under softirq context in rt on ARM/PowerPC

2013-04-24 Thread Xufeng Zhang
These two patches were created to fix one kernel warning in rt kernel. This sleeping function called from invalid context warning could be reproduced easily by running perf top command on ARM or PowerPC platforms after CONFIG_DEBUG_ATOMIC_SLEEP is enabled. Since x86 has already fixed this

[linux-yocto] [PATCH 2/2] powerpc/perf: run irq-work under softirq context in rt

2013-04-24 Thread Xufeng Zhang
irq_work_run() is called to handle the pending perf events under interrupt context(decrementer overflows exception handler) on powerpc platform, however, this would trigger the below warning when run 'perf top' command which is caused by the sleeppable spin_lock in __wake_up() functionin in