Re: [yocto] Makefile:100: OPTION_EGLIBC_NSSWITCH is disabled, but fixed config file

2013-09-12 Thread Khem Raj
On Sep 12, 2013, at 10:39 PM, Ashish Dalela wrote: > > I'm seeing a EGLIBC failure. > > | Makefile:100: OPTION_EGLIBC_NSSWITCH is disabled, but fixed config file > | Makefile:101: *** does not exist: "". Stop. > do you have libc-nsswitch in DISTRO_FEATURES_LIBC > Searched and saw that few

Re: [yocto] Server specs for a continuous integration system

2013-09-12 Thread Khem Raj
On Sep 3, 2013, at 8:47 PM, Elvis Dowson wrote: > > >> On Sep 4, 2013, at 6:45 AM, Christian Gagneraud wrote: >> >>> On 04/09/13 07:22, Chris Tapp wrote: >>> On 3 Sep 2013, at 00:29, Christian Gagneraud wrote: > On 03/09/13 10:16, Chris Tapp wrote: >> On 2 Sep 2013, at 22

[yocto] Makefile:100: OPTION_EGLIBC_NSSWITCH is disabled, but fixed config file

2013-09-12 Thread Ashish Dalela
I'm seeing a EGLIBC failure. | Makefile:100: OPTION_EGLIBC_NSSWITCH is disabled, but fixed config file | Makefile:101: *** does not exist: "". Stop. Searched and saw that few people have reported this problem, but no solutions. Has anyone been able to fix this? If so, can you please tell me wha

Re: [yocto] Error while building a custom image

2013-09-12 Thread Ashish Dalela
Thanks! I was able to solve this. The problem was that I was missing the ${D} in the do_install. On Thu, Sep 12, 2013 at 8:42 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Thursday 12 September 2013 19:31:59 Ashish Dalela wrote: > > On Thu, Sep 12, 2013 at 7:27 PM, Nicolas Deche

[yocto] "tree" link is broken for some layers in http://layers.openembedded.org/layerindex/branch/master/layers/

2013-09-12 Thread Luo Zhenhua-B19537
Hi, When I click the "tree" links of some layers in http://layers.openembedded.org/layerindex/branch/master/layers/, "400 Bad Request" error appears, can somebody take a look? Meta-intel Meta-fsl-arm Meta-fsl-ppc Meta-lsi Meta-ti ... Best Regards, Zhenhua ___

Re: [yocto] Bitbake on live (uncommitted) code

2013-09-12 Thread Chris Larson
On Thu, Sep 12, 2013 at 4:53 PM, Brad Litterell wrote: > I've grown to really appreciate bitbake for compiling code from a myriad > of sources, however, what is the recommended course for source I am > currently doing live development on? My code base lives in a couple of git > repos that do NOT

[yocto] Bitbake on live (uncommitted) code

2013-09-12 Thread Brad Litterell
Hi, I've grown to really appreciate bitbake for compiling code from a myriad of sources, however, what is the recommended course for source I am currently doing live development on? My code base lives in a couple of git repos that do NOT map one-to-one with recipes and I don't really want to s

[yocto] Yocto Project 1.5 M4 release readiness meeting

2013-09-12 Thread Liu, Song
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02000

Re: [yocto] Error while building a custom image

2013-09-12 Thread Paul Eggleton
On Thursday 12 September 2013 19:31:59 Ashish Dalela wrote: > On Thu, Sep 12, 2013 at 7:27 PM, Nicolas Dechesne < > nicolas.deche...@linaro.org> wrote: > > On Thu, Sep 12, 2013 at 3:52 PM, Ashish Dalela > > wrote: > >> I tried a small change. I removed the packagegroup entry and added the > >> foll

Re: [yocto] Hob Question

2013-09-12 Thread Barros Pena, Belen
On 12/09/2013 12:03, "Diego Gonzalez" wrote: >Hello, Hola Diego > >I just read this blog >https://www.yoctoproject.org/blogs/belenbarrospena/2013/saving-your-hob-cu >stomised-builds-image-recipes , which explains how to save your hob >customized images . However when it finished to build my ima

Re: [yocto] Error while building a custom image

2013-09-12 Thread Ashish Dalela
Yes, bitbake tpmc is successful. Also, I added my layer to the BBLAYERS in the build/conf/bblayers.conf file. Thanks for responding -Ashish On Thu, Sep 12, 2013 at 7:27 PM, Nicolas Dechesne < nicolas.deche...@linaro.org> wrote: > > On Thu, Sep 12, 2013 at 3:52 PM, Ashish Dalela wrote: > >> I

Re: [yocto] Error while building a custom image

2013-09-12 Thread Nicolas Dechesne
On Thu, Sep 12, 2013 at 3:52 PM, Ashish Dalela wrote: > I tried a small change. I removed the packagegroup entry and added the > following to meta/recipes-extended/images/core-image-basic.bb > > IMAGE_INSTALL += "tpmc" > > Now, when I do a bitbake core-image-basic, I get this error: > > *Error: tp

Re: [yocto] Error while building a custom image

2013-09-12 Thread Ashish Dalela
I tried a small change. I removed the packagegroup entry and added the following to meta/recipes-extended/images/core-image-basic.bb IMAGE_INSTALL += "tpmc" Now, when I do a bitbake core-image-basic, I get this error: *Error: tpmc not found in the base feeds (qemux86 i586 i486 i386 x86 noarch an

Re: [yocto] How to customize a file coming from another recipe?

2013-09-12 Thread Nicolas Dechesne
On Thu, Sep 12, 2013 at 12:16 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > > Is the best course to create a recipe bbappend for the > lighttpd_1.4.31.bb > > file that is being used? And can I just include a new file with the same > > name in my append and will it overwrite the old

Re: [yocto] How to customize a file coming from another recipe?

2013-09-12 Thread Tomas Frydrych
Hi, On 11/09/13 20:24, Brad Litterell wrote: > This installs a default configuration file for the service which I now > want to customize. What is the recommended way to overwrite or > customize files in another package? > > Is the best course to create a recipe bbappend for the > lighttpd_1.4.3

Re: [yocto] [meta-freescale] 回复: how to install pulseaudio completely

2013-09-12 Thread Daiane Angolini
On 09/12/2013 07:07 AM, jojo wrote: Hi, Hi Jojo, I installed pulse audio server in IMX6QSD of FSL, but there is no output of audio with HDMI :( Please, double check if pulseaudio is in your DISTRO_FEATURES (i think it's default, but I cannot remember exactly) bitbake -e | grep ^DISTRO_FE

[yocto] Error while building a custom image

2013-09-12 Thread Ashish Dalela
Hi, I am new to the Yocto project and trying to build a custom image (I have built the standard images - e.g. core-image-basic and run them). I added a meta-mylayer directory in the poky directory and added a recipe for a component "tpmc". Then I modified the core-image-basic recipe and added a p

[yocto] Hob Question

2013-09-12 Thread Diego Gonzalez
Hello, I just read this blog https://www.yoctoproject.org/blogs/belenbarrospena/2013/saving-your-hob-customised-builds-image-recipes , which explains how to save your hob customized images . However when it finished to build my image I can't save it because there's not Save Image recipe button

Re: [yocto] package development recompile and install to rootfs

2013-09-12 Thread Paul Eggleton
Hi Karl / Hans, On Thursday 12 September 2013 12:28:16 Hans Beckérus wrote: > On Thu, Sep 12, 2013 at 11:57 AM, Karl Hiramoto wrote: > > So to compile and reinstall mypackage i do: > > bitbake -v mypackage -c clean -f && bitbake -v mypackage -c install -f && > > bitbake -v mymachine-image > > >

Re: [yocto] package development recompile and install to rootfs

2013-09-12 Thread Hans Beckérus
On Thu, Sep 12, 2013 at 11:57 AM, Karl Hiramoto wrote: > Hi, > > I'm looking for a faster way to recompile and install my package to my > rootfs. I am currently developing on a ARM board, and I'm booting the > kernel and loading the rootfs over NFS. I point the nfs root to > /home/karl/Work/yo

Re: [yocto] How to customize a file coming from another recipe?

2013-09-12 Thread Andrea Galbusera
Hi Brad, On Wed, Sep 11, 2013 at 10:30 PM, Brad Litterell wrote: > I'm building w/the Arago distribution which contains lighttpd for a web > server. I include this in my image as follows: > > IMAGE_INSTALL = "packagegroup-core-boot \ > ... > lighttpd lighttpd-module-cgi lighttpd-module-compress

Re: [yocto] How to customize a file coming from another recipe?

2013-09-12 Thread Paul Eggleton
Hi Brad, On Wednesday 11 September 2013 20:30:47 Brad Litterell wrote: > I'm building w/the Arago distribution which contains lighttpd for a web > server. I include this in my image as follows: > > IMAGE_INSTALL = "packagegroup-core-boot \ > ... > lighttpd lighttpd-module-cgi lighttpd-module-com

[yocto] 回复: [meta-freescale] how to install pulseaudio completely

2013-09-12 Thread jojo
Hi, I installed pulse audio server in IMX6QSD of FSL, but there is no output of audio with HDMI :( how to track the log of the pulse audio ? Thanks, - Jojo 在 2013年7月16日星期二,下午11:32,jojo 写道: > Hi, > Ok & i will have a try, thanks for your reply :) > > Thanks, > > - Jojo > > > 在 201

[yocto] package development recompile and install to rootfs

2013-09-12 Thread Karl Hiramoto
Hi, I'm looking for a faster way to recompile and install my package to my rootfs. I am currently developing on a ARM board, and I'm booting the kernel and loading the rootfs over NFS. I point the nfs root to /home/karl/Work/yocto/poky-dylan-9.0.1/build/tmp/work/mymachine-poky-linux-gnueab

Re: [yocto] yocto query on SR_URI creation

2013-09-12 Thread Nicolas Dechesne
On Thu, Sep 12, 2013 at 10:39 AM, Rohit2 Jindal wrote: > host xyz > user epuser > hostname ep-code.xyz.com > port 22 > identityfile ~/.ssh/abc_r.j > > > > we can only access our servers using xyz:component way in > > git clone xyz:sysconfig > > but in bitbake this doesnot work.

Re: [yocto] yocto query on SR_URI creation

2013-09-12 Thread Rohit2 Jindal
Hi, Actually I am able to create SRC_URI as #SRC_URI = "git://xyz:sysconfig;branch=xxx-ep-20130823-3.0-alpha;protocol=ssh" But I am getting the errors when I tries to access it using Bitbake recipe-name Gives me errors

Re: [yocto] Yocto Short Cut Bar HIde

2013-09-12 Thread Burton, Ross
On 12 September 2013 09:11, Jawad Hassan wrote: > i want to give a brief idea before my question, so what i am doing is, that > i want to run my java jar file on yocto device in full screen. Right now, > what i am doing is i right a code for key press f11 to make it full screen > but that is not a

[yocto] Yocto Short Cut Bar HIde

2013-09-12 Thread Jawad Hassan
hi, i want to give a brief idea before my question, so what i am doing is, that i want to run my java jar file on yocto device in full screen. Right now, what i am doing is i right a code for key press f11 to make it full screen but that is not a good idea to make it. I am running my jar file on b

[yocto] [PATCH 2/4] buildsets-config: added new scenario in order to test skeletoninit qa runtime test

2013-09-12 Thread alexandrux . palalau
From: Alexandru Palalau Signed-off-by: Alexandru Palalau --- buildset-config/nightly-qa-skeleton.conf | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 buildset-config/nightly-qa-skeleton.conf diff --git a/buildset-config/nightly-qa-skeleton.conf b/buildset-config/nig

[yocto] [PATCH 4/4] buildset-config: added new scenario in order to test logrotate qa runtime test

2013-09-12 Thread alexandrux . palalau
From: Alexandru Palalau Signed-off-by: Alexandru Palalau --- buildset-config/nightly-qa-logrotate.conf | 16 1 file changed, 16 insertions(+) create mode 100644 buildset-config/nightly-qa-logrotate.conf diff --git a/buildset-config/nightly-qa-logrotate.conf b/buildset-config

[yocto] [PATCH 3/4] builset-config: added new scenario in order to test pam qa runtime test

2013-09-12 Thread alexandrux . palalau
From: Alexandru Palalau Signed-off-by: Alexandru Palalau --- buildset-config/nightly-qa-pam.conf | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 buildset-config/nightly-qa-pam.conf diff --git a/buildset-config/nightly-qa-pam.conf b/buildset-config/nightly-qa-pam.con

[yocto] [PATCH 0/4] New yocto-autobuilder scenarios

2013-09-12 Thread alexandrux . palalau
From: Alexandru Palalau This patchset adds three yocto-autobuilder scenarios in order to cover logrotate, skeletoninit and pam runtime tests. Also, a change to CreateBBLayersConf.py file was needed in order to be able to add non-default poky layers(eg. meta-skeleton). Alexandru Palalau (4):

[yocto] [PATCH 1/4] autobuilder/buildsets: added functionality to CreateBBLayersConf.py in order to add poky extra layers (non BSP-specific)

2013-09-12 Thread alexandrux . palalau
From: Alexandru Palalau This patch allows you to add poky layers to bblayers.conf (eg. meta-skeleton) Signed-off-by: Alexandru Palalau --- .../site-packages/autobuilder/buildsteps/CreateBBLayersConf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/python2.7/site-packages/

Re: [yocto] Support for monit utility

2013-09-12 Thread Nicolas Dechesne
On Thu, Sep 12, 2013 at 8:40 AM, Rohit Borse wrote: > Hi, > I am trying to find *monit* utility in Yocto BSP. I tried with *bitbake > monit *command but it failed. > Does yocto supports *monit* or similar utility to monitor threads and > processes on system? > you can check the online layer