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

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] [eclipse-poky][master]D

[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 --- classes/sdcard_image-rpi.bbclass |6 +- 1 files changed, 1 i

[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 --- classes/sdcard_image-rpi.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/classes

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] [eclipse-poky][master]D

[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 --- .../autobuilder/buildsteps/CreateAutoConf.py | 15 ++- 1 file changed, 14 inse

[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 --- buildset-config/nightly-qa-systemd.conf | 20 1 file changed, 20 insertions(+) creat

[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 --- .../site-pa

[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 app

[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 --- buildset-config/nightly.conf | 3 ++- buildset-config/yoctoAB.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/buildset-config/nightly.conf b/build

[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 --- buildset-config/nightly-qa-extras.conf | 16 +++

[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 0178163efc6670c9acb982dd579671396cb242

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 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 can have time to review

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 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 > --- > .../site-packages/autobuilder/buildsteps/Crea

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". Th

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 wi

Re: [yocto] About running old kernels with Yoctoo 1.2 or 1.3

2013-04-24 Thread Paul Eggleton
On Wednesday 24 April 2013 08:53:31 Bruce Ashfield wrote: > On 13-04-24 06:46 AM, Diego Santa Cruz wrote: > > We are starting the development of a product based on TI DM814x SoC and > > considering using Yocto to base our development on. > > > > Unfortunately, TI does has only included support for

Re: [yocto] About running old kernels with Yoctoo 1.2 or 1.3

2013-04-24 Thread Bruce Ashfield
On 13-04-24 06:46 AM, Diego Santa Cruz wrote: Hi there, We are starting the development of a product based on TI DM814x SoC and considering using Yocto to base our development on. Unfortunately, TI does has only included support for this SoC on a derivative of the 2.6.37 kernel and has not push

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 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: > > > > http://www.yo

[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 --- .../sdk/remotetools/actions/SystemtapHandler.java | 35 ++-- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/actions/SystemtapHandler.java b/plug

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

2013-04-24 Thread Bruce Ashfield
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: http://www.yoctoproject.org/docs/latest/kernel-dev/kernel-dev.html#changing-the

[yocto] is it expected that new users might want to run the pre-built QEMU images?

2013-04-24 Thread Robert P. J. Day
once upon a time, i did a writeup on how to run the downloadable QEMU images from, say, here: http://downloads.yoctoproject.org/releases/yocto/yocto-1.3.1/machines/qemu/qemuarm/ my writeup is here: http://www.crashcourse.ca/wiki/index.php/Running_pre-built_QEMU_images and a bunch of that got

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: > > R

[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 k

[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

[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 o

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 Date: Wed Apr 17 14:53

[yocto] About running old kernels with Yoctoo 1.2 or 1.3

2013-04-24 Thread Diego Santa Cruz
Hi there, We are starting the development of a product based on TI DM814x SoC and considering using Yocto to base our development on. Unfortunately, TI does has only included support for this SoC on a derivative of the 2.6.37 kernel and has not pushed the SoC specifics upstream to mainline, so we

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: '../te