Re: [yocto] .bashrc not being used by root account

2012-10-16 Thread Venkata ramana gollamudi
You can check the same with "strace -f bash" You can see the files being loaded, as there is a rc file loading sequence exists for bash. Regards, Ramana From: yocto-boun...@yoctoproject.org [yocto-boun...@yoctoproject.org] on behalf of Jonathan Haws [jo

Re: [yocto] My first recipe: qjson_0.7.1.bb

2012-10-16 Thread Fabrício Ceolin
Hi, I solve my problem following this tutorial: http://cor-net.org/hello-world-in-qt-using-cmake-and-openembedded/3/ Thanks! On Tue, Oct 16, 2012 at 6:31 PM, Fabrício Ceolin wrote: > Hi, > > I'm new at the yocto project and I'm building my first recipe. > > At now, I'm in trouble because the y

Re: [yocto] [PATCHv4 6/8] mesa-dri.bbappend: avoid conflict with emgd-driver-bin

2012-10-16 Thread Kamble, Nitin A
> >>> > >>> diff --git a/common/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend > >>> b/common/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend > >>> new file mode 100644 > >>> index 000..6bfa968 > >>> --- /dev/null > >>> +++ b/common/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend > >>> @@ -0,0 +1,24

Re: [yocto] [PATCHv4 6/8] mesa-dri.bbappend: avoid conflict with emgd-driver-bin

2012-10-16 Thread Darren Hart
On 10/16/2012 03:17 PM, Kamble, Nitin A wrote: > > >> -Original Message- >> From: Hart, Darren >> Sent: Monday, October 15, 2012 9:10 AM >> To: Kamble, Nitin A >> Cc: Zanussi, Tom; yocto@yoctoproject.org >> Subject: Re: [PATCHv4 6/8] mesa-dri.bbappend: avoid conflict with emgd- >> driver-

Re: [yocto] [PATCHv4 6/8] mesa-dri.bbappend: avoid conflict with emgd-driver-bin

2012-10-16 Thread Kamble, Nitin A
> -Original Message- > From: Hart, Darren > Sent: Monday, October 15, 2012 9:10 AM > To: Kamble, Nitin A > Cc: Zanussi, Tom; yocto@yoctoproject.org > Subject: Re: [PATCHv4 6/8] mesa-dri.bbappend: avoid conflict with emgd- > driver-bin > > On 10/11/2012 04:31 PM, nitin.a.kam...@intel.com

[yocto] My first recipe: qjson_0.7.1.bb

2012-10-16 Thread Fabrício Ceolin
Hi, I'm new at the yocto project and I'm building my first recipe. At now, I'm in trouble because the yocto is building my application for toolchain and I do not need that. I need build an application only for target image. My machine is x86_64 and my target is qemux86. When bitbake trying to c

[yocto] [PATCH 2/2] [meta-intel] meta-crystalforest: Add zlib-qat-module to the Image.

2012-10-16 Thread kishore . k . bodke
From: Kishore Bodke This adds the zlib-qat-module to build with the custom Image. Signed-off-by: Kishore Bodke --- .../recipes-qat-image/images/core-image-qat-sdk.bb |1 + .../recipes-qat-image/images/core-image-qat.bb |1 + 2 files changed, 2 insertions(+) diff --git a/meta-cryst

[yocto] [PATCH 1/2] [meta-intel] meta-intel/common: Add a new recipe for Zlib qat_mem Module.

2012-10-16 Thread kishore . k . bodke
From: Kishore Bodke This adds a new recipe to build the Intel Quick Assist Technology Memory Management Module for Zlib. Signed-off-by: Kishore Bodke --- .../zlib-qat-module/zlib-qat-module.bb | 65 .../zlib-qat-module/zlib_qat_module.patch | 43 ++

[yocto] [PATCH 0/2] [meta-intel] meta-crystalforest: Add zlib qat mem module.

2012-10-16 Thread kishore . k . bodke
From: Kishore Bodke Hi, This patch set adds a new recipe for Intel Quick Assist Technology Memory Management Module based on Zlib and include it to the custom build Image recipe to build them. Please pull into meta-intel/master. Thanks Kishore. The following changes since commit 5164713bfbef1

Re: [yocto] lm-sensors not available as a package?

2012-10-16 Thread Marc Ferland
Jonathan Haws writes: > I got the oe-classic recipe building with the latest version of > lm-sensors. However, I am now running into perl issues - when I try > to run sensors-detect, I get errors with the @INC paths - strict.pm is > not found anywhere on the filesystem. I went back to see if I

Re: [yocto] lm-sensors not available as a package?

2012-10-16 Thread Marc Ferland
Paul Eggleton writes: > On Tuesday 16 October 2012 16:00:01 Jonathan Haws wrote: >> I would be surprised if a recipe for lm-sensors has not already been >> created, however I cannot find one. Can someone point me in the right >> direction? >> >> All I can find is a sysstat package that I can in

Re: [yocto] lm-sensors not available as a package?

2012-10-16 Thread Jonathan Haws
I got the oe-classic recipe building with the latest version of lm-sensors. However, I am now running into perl issues - when I try to run sensors-detect, I get errors with the @INC paths - strict.pm is not found anywhere on the filesystem. I went back to see if I had left out perl support, bu

Re: [yocto] lm-sensors not available as a package?

2012-10-16 Thread Marc Ferland
Paul Eggleton writes: > On Tuesday 16 October 2012 16:00:01 Jonathan Haws wrote: >> I would be surprised if a recipe for lm-sensors has not already been >> created, however I cannot find one. Can someone point me in the right >> direction? >> >> All I can find is a sysstat package that I can in

Re: [yocto] Cloning yocto repos over https

2012-10-16 Thread Evade Flow
>> Is there a way to clone yocto repositories (say, poky) over https? As Paul mentioned, there is work in progress to make it possible to clone yocto repos over http. This should be finished in the very near future, but in the meantime, I've created some (very) unofficial mirrors here: http://g

[yocto] [PATCH] cedartrail: add missing gst-va-intel-vaapi machine feature"

2012-10-16 Thread Ross Burton
There needs to be a gst-va-* MACHINE_FEATURE to get the right VA elements in the images. Signed-off-by: Ross Burton --- meta-cedartrail/conf/machine/cedartrail.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cedartrail/conf/machine/cedartrail.conf b/meta-cedartr

Re: [yocto] lm-sensors not available as a package?

2012-10-16 Thread Paul Eggleton
On Tuesday 16 October 2012 16:00:01 Jonathan Haws wrote: > I would be surprised if a recipe for lm-sensors has not already been > created, however I cannot find one. Can someone point me in the right > direction? > > All I can find is a sysstat package that I can include via > IMAGE_INSTALL_appen

[yocto] .bashrc not being used by root account

2012-10-16 Thread Jonathan Haws
I have modified the .bashrc file for the system, however the root account does not seem to use it by default. What am I missing? I would rather not have to source the .bashrc file every time I login as root. Thanks, Jonathan ___ yocto mailing list y

[yocto] lm-sensors not available as a package?

2012-10-16 Thread Jonathan Haws
I would be surprised if a recipe for lm-sensors has not already been created, however I cannot find one. Can someone point me in the right direction? All I can find is a sysstat package that I can include via IMAGE_INSTALL_append, however I cannot see how I can get the same information out of

Re: [yocto] Cloning yocto repos over https

2012-10-16 Thread Paul Eggleton
On Friday 11 May 2012 09:35:30 Chin Huat Ang wrote: > Is there a way to clone yocto repositories (say, poky) over https? > > I'm behind a firewall where git port is blocked, getting it opened is a > bureaucracy nightmare. Sorry, it's taken us a while to look into this but we have opened a bug to

Re: [yocto] STAMP variable

2012-10-16 Thread Paul Eggleton
On Monday 15 October 2012 20:53:09 Rifenbark, Scott M wrote: > There is a bug against the glossary description of the STAMP variable in the > ref-manual (https://bugzilla.yoctoproject.org/show_bug.cgi?id=3262). I > would like to say that STAMP is the following: > >STAMP = > "${TMPDIR}/stamps/