Re: [yocto] [meta-realtime][PATCH] meta-realtime: Add LAYERVERSION and LAYERDEPENDS

2014-12-02 Thread Huang, Jie (Jackie)
> -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] > Sent: Wednesday, December 03, 2014 12:17 PM > To: Huang, Jie (Jackie); yocto@yoctoproject.org > Subject: Re: [yocto] [meta-realtime][PATCH] meta-realtime: Add LAYERVERSION > and LAYERDEPENDS > > On 2014-

Re: [yocto] [meta-realtime][PATCH] meta-realtime: Add LAYERVERSION and LAYERDEPENDS

2014-12-02 Thread Bruce Ashfield
On 2014-12-02, 9:18 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang I happened to notice this and have grabbed the change. But make sure your workflow adds maintainers to the cc on patches, otherwise you can't blame anyone if they are missed/dropped. Bruce According to README, it

[yocto] [meta-realtime][PATCH] meta-realtime: Add LAYERVERSION and LAYERDEPENDS

2014-12-02 Thread jackie.huang
From: Jackie Huang According to README, it depends on oe-core layer Signed-off-by: Jackie Huang --- conf/layer.conf |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 5a5c460..473158e 100644 --- a/conf/layer.conf +++ b/conf/lay

Re: [yocto] [PATCH 0/2] Add some recipes

2014-12-02 Thread Joe MacDonald
[Re: [yocto] [PATCH 0/2] Add some recipes] On 14.12.02 (Tue 20:48) Alexandru Vaduva wrote: > Guys, lets keep Bian in the loop. though, so he does not loos the thread > information. > So to conclude: > 1.) one of us(or anyone in the community) should find the time to investigate > if only one mult

Re: [yocto] [PATCH 0/2] Add some recipes

2014-12-02 Thread Alexandru Vaduva
Guys, lets keep Bian in the loop. though, so he does not loos the thread information.So to conclude: 1.) one of us(or anyone in the community) should find the time to investigate if only one multipath tools recipe is applicable and if that is the case keep one in the meta-oe, eventually update

Re: [yocto] [PATCH 0/2] Add some recipes

2014-12-02 Thread Bruce Ashfield
On 14-12-02 03:17 PM, Joe MacDonald wrote: [Re: [yocto] [PATCH 0/2] Add some recipes] On 14.12.02 (Tue 14:49) Bruce Ashfield wrote: On 14-12-02 02:37 PM, Joe MacDonald wrote: [Re: [yocto] [PATCH 0/2] Add some recipes] On 14.12.02 (Tue 14:03) Alexandru Vaduva wrote: Hello Bian, Did you kno

Re: [yocto] [PATCH 0/2] Add some recipes

2014-12-02 Thread Joe MacDonald
[Re: [yocto] [PATCH 0/2] Add some recipes] On 14.12.02 (Tue 14:49) Bruce Ashfield wrote: > On 14-12-02 02:37 PM, Joe MacDonald wrote: > >[Re: [yocto] [PATCH 0/2] Add some recipes] On 14.12.02 (Tue 14:03) Alexandru > >Vaduva wrote: > > > >>Hello Bian, > >> > >>Did you know that the multipath tool

Re: [yocto] [PATCH 0/2] Add some recipes

2014-12-02 Thread Bruce Ashfield
On 14-12-02 02:37 PM, Joe MacDonald wrote: [Re: [yocto] [PATCH 0/2] Add some recipes] On 14.12.02 (Tue 14:03) Alexandru Vaduva wrote: Hello Bian, Did you know that the multipath tools recipe was also available inside the meta-oe and meta-virtualization? I do not have any problems with it bein

Re: [yocto] gstreamers xvimagesink not working

2014-12-02 Thread Fabian Schwartau
I found this error message in the xorg log file: [203203.410] (II) omapfb(0): XV: OMAPFBXVSetPortAttribute [203203.523] (EE) omapfb(0): Failed to allocate video plane memory [203203.523] (II) omapfb(0): XV: OMAPFBXVStopVideoGeneric (0) [203203.548] (II) omapfb(0): XV: OMAPFBXVStopVideoGeneric (1)

Re: [yocto] Headers missing in generated SDK

2014-12-02 Thread Syed Moosvi
Hi Matt, I added the following but still not getting headers in the generated SDK. *RDEPENDS_${PN}-dev = ""*# added to openssl bb file TOOLCHAIN_TARGET_TASK_append = " openssl-dev" # added to local.conf file Also, I don't get any errors when I don't add RDEPENDS_ but I

Re: [yocto] [PATCH 0/2] Add some recipes

2014-12-02 Thread Joe MacDonald
Oop, forgot one thing. [Re: [yocto] [PATCH 0/2] Add some recipes] On 14.12.02 (Tue 14:37) Joe MacDonald wrote: > [Re: [yocto] [PATCH 0/2] Add some recipes] On 14.12.02 (Tue 14:03) Alexandru > Vaduva wrote: > > > Hello Bian, > > > > Did you know that the multipath tools recipe was also availab

Re: [yocto] [PATCH 0/2] Add some recipes

2014-12-02 Thread Joe MacDonald
[Re: [yocto] [PATCH 0/2] Add some recipes] On 14.12.02 (Tue 14:03) Alexandru Vaduva wrote: > Hello Bian, > > Did you know that the multipath tools recipe was also available inside the > meta-oe and meta-virtualization? > I do not have any problems with it being available in meta-cgl. I just wan

Re: [yocto] [PATCH 0/2] Add some recipes

2014-12-02 Thread Alexandru Vaduva
They were at some point but now I see that the recipe from meta-oe was updated to latest release.So maybe the patch should be kept there. On Tuesday, December 2, 2014 5:55 PM, akuster808 wrote: Bian, Is device-mapper-multipath the same as meta-openembeded/meta-oe/recipes-support

Re: [yocto] [Rfi] "bitbake altera-gsrd-image -c populate_sdk" fails with "Multiple .bb files ... nativesdk-libiconv ... external-linaro-toolchain.bb ... eglibc_2.16.bb"

2014-12-02 Thread Spriggs, Jim
Re-Hi, Some more investigations... To shorten the build run times, I used the altera-image-minimal and core-image-minimal recipes instead of the (much larger) altera-gsrd-image. As they stand, both recipes can be built without problems. WIth "bitbake -c populate_sdk" both fail as above with "

[yocto] [PATCH 5/7] README-GOOGLE-CLOUD: initial commit

2014-12-02 Thread californialsullivan
From: California Sullivan Goes over some limitations and gives an example of how to use it. Signed-off-by: California Sullivan --- README-GOOGLE-CLOUD | 68 + 1 file changed, 68 insertions(+) create mode 100644 README-GOOGLE-CLOUD diff --gi

[yocto] [PATCH 6/7] ProvisionGoogleVMs.py: startup script now looks in bin directory of autobuilder.

2014-12-02 Thread californialsullivan
From: California Sullivan Signed-off-by: California Sullivan --- .../autobuilder/buildsteps/ProvisionGoogleVM.py| 85 - .../autobuilder/buildsteps/ProvisionGoogleVMs.py | 86 ++ 2 files changed, 86 insertions(+), 85 deletions(-) delete mode 100644

[yocto] [PATCH 7/7] ProvisionGoogleVMs.py: Delete VM before trying to provision it.

2014-12-02 Thread californialsullivan
From: California Sullivan In the case that somebody turned off a build before it completed, the buildstep would attempt and fail to procure a new VM, failing the build. Signed-off-by: California Sullivan --- .../autobuilder/buildsteps/ProvisionGoogleVMs.py | 16 ++-- 1 file

[yocto] [PATCH 4/7] yocto-autobuilder-setup: Add worker init script setup

2014-12-02 Thread californialsullivan
From: California Sullivan The password and address fields in the worker init script need to be set up. Signed-off-by: California Sullivan --- yocto-autobuilder-setup | 5 + 1 file changed, 5 insertions(+) diff --git a/yocto-autobuilder-setup b/yocto-autobuilder-setup index aee71ce..615deb

[yocto] [PATCH 2/7] DeleteGoogleVMs.py: Initial commit

2014-12-02 Thread californialsullivan
From: California Sullivan This build step deletes the Google VMs created in the previous ProvisionGoogleVM build step using Google's gcloud command line tool. Signed-off-by: California Sullivan --- .../autobuilder/buildsteps/DeleteGoogleVMs.py | 52 ++ 1 file changed,

[yocto] [PATCH 3/7] bin/worker-init: Initial commit

2014-12-02 Thread californialsullivan
From: California Sullivan This script takes a fresh debian VM, completely sets up software and disks, starts an autobuilder worker, and then connects it to the controller. It is to be used by the ProvisionGoogleVMs build step. Signed-off-by: California Sullivan --- bin/worker-init | 39 +++

[yocto] [PATCH 1/7] ProvisionGoogleVM.py: Initial commit

2014-12-02 Thread californialsullivan
From: California Sullivan This build step provisions a Google VM using the gcloud command line tool. Signed-off-by: California Sullivan --- .../autobuilder/buildsteps/ProvisionGoogleVM.py| 85 ++ 1 file changed, 85 insertions(+) create mode 100644 lib/python2.7/site-p

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, Dec. 2, 2014 8:00 AM US Pacific Time

2014-12-02 Thread Jolley, Stephen K
Attendees: Armin, Cristian, Sona, Joe, Matthew, Michael, Sean, Belen, Jesep, Saul, Stephen, Tom, Richard, Denys, Ross, Alex, * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.8_Status https://wiki.yoctopro

[yocto] CI day off Dec 03 2014

2014-12-02 Thread Iorga, Cristian
CI day off Dec 03 2014 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [PATCH 0/2] Add some recipes

2014-12-02 Thread akuster808
Bian, Is device-mapper-multipath the same as meta-openembeded/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb ? - Armin On 12/02/2014 12:03 AM, Bian Naimeng wrote: Bian Naimeng (2): [meta-cgl] device-mapper-multipath: add recipe [meta-cgl]drbd: add recipe .../devic

Re: [yocto] Export bitbake variables between recipes

2014-12-02 Thread Paul Eggleton
Hi Fabrice, On Tuesday 02 December 2014 14:07:40 Fabrice Coulon wrote: > Is it possible to export one bitbake variable from one recipe and make it > available from inside another recipe? For example: we want to export > from our systemd_%.bbappend where the systemctl command has been installed, >

Re: [yocto] [PATCH 0/2] Add some recipes

2014-12-02 Thread Alexandru Vaduva
Hello Bian, Did you know that the multipath tools recipe was also available inside the meta-oe and meta-virtualization?I do not have any problems with it being available in meta-cgl.  I just wanted to hear other opinions because I would like to make sure we do not get to that point where we keep

[yocto] Export bitbake variables between recipes

2014-12-02 Thread Fabrice Coulon
Hi, Is it possible to export one bitbake variable from one recipe and make it available from inside another recipe? For example: we want to export from our systemd_%.bbappend where the systemctl command has been installed, in order to, from another recipe depending on systemd, refer to the abs

[yocto] "bitbake altera-gsrd-image -c populate_sdk" fails with "Multiple .bb files ... nativesdk-libiconv ... external-linaro-toolchain.bb ... eglibc_2.16.bb"

2014-12-02 Thread Spriggs, Jim
Hi Guys, Having followed the instructions at http://www.rocketboards.org/foswiki/Documentation/GSRD140CompilingLinuxCopyArrowSoCKitEdition to set up for building the GSRD image, I tried "bitbake altera-gsrd-image" and it worked just fine, producing the image as expected. Then I tried "bitbake

Re: [yocto] Creating a recipe to create /usr/local

2014-12-02 Thread Chan Kit Yu
For 2. , I also have the same issue with gstreamer1.0-plugins good. Although the image does include some plugins, I noticed that the image doesn't have complete plugins under gstreamer1.0-plugins-good unless I manually installed all the packages gstreamer1.0-plugins-good* under tmp/deploy/rpm/corei

[yocto] [PATCH 2/2] [meta-cgl]drbd: add recipe

2014-12-02 Thread Bian Naimeng
Signed-off-by: Bian Naimeng --- meta-cgl-common/recipes-cgl/drbd/drbd/drbd.service | 12 + meta-cgl-common/recipes-cgl/drbd/drbd_8.4.4.bb | 57 ++ 2 files changed, 69 insertions(+) create mode 100644 meta-cgl-common/recipes-cgl/drbd/drbd/drbd.service create mode 1006

[yocto] [PATCH 1/2] [meta-cgl] device-mapper-multipath: add recipe

2014-12-02 Thread Bian Naimeng
Signed-off-by: Bian Naimeng --- .../device-mapper-multipath/multipathd.init.patch | 12 + .../device-mapper-multipath_0.5.0.bb | 53 ++ 2 files changed, 65 insertions(+) create mode 100644 meta-cgl-common/recipes-cgl/device-mapper-multipath/device-mapper-m

[yocto] [PATCH 0/2] Add some recipes

2014-12-02 Thread Bian Naimeng
Bian Naimeng (2): [meta-cgl] device-mapper-multipath: add recipe [meta-cgl]drbd: add recipe .../device-mapper-multipath/multipathd.init.patch | 12 + .../device-mapper-multipath_0.5.0.bb | 53 meta-cgl-common/recipes-cgl/drbd/drbd/drbd.service | 12