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

2012-10-17 Thread Mihai Lindner
On 10/17/2012 09:25 AM, Venkata ramana gollamudi wrote: 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] How to avoid re-creating a recipe (+my meta-bucket approach)

2012-10-17 Thread Tim O'Callaghan
Hi, After seeing the lmsensors thread float by I thought it about time I started the discussion on how people manage to avoid re-inventing recipes, and to get the ball rolling, I thought I would describe mine. As I do not have the any idea what recipes may be kicking about, I devised what I

[yocto] [meta-fsl-ppc] hypervisor: add missing space character for PACKAGES_prepend

2012-10-17 Thread Zhenhua Luo
Signed-off-by: Zhenhua Luo b19...@freescale.com --- recipes-tools/embedded-hv/hypervisor_git.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-tools/embedded-hv/hypervisor_git.bb b/recipes-tools/embedded-hv/hypervisor_git.bb index 50697fc..3a3f605 100644 ---

Re: [yocto] How to avoid re-creating a recipe (+my meta-bucket approach)

2012-10-17 Thread Tom Zanussi
On Wed, 2012-10-17 at 08:39 +, Tim O'Callaghan wrote: Hi, After seeing the lmsensors thread float by I thought it about time I started the discussion on how people manage to avoid re-inventing recipes, and to get the ball rolling, I thought I would describe mine. As I do not have

[yocto] Cedar Trail and gst-vaapi fixes

2012-10-17 Thread Ross Burton
Hi, Make gst-vaapi work on Cedar Trail, upgrade the gst-vaapi to the latest version which doesn't need ffmpeg anymore, and remove the commercial restriction on gst-vaapi. The new gst-vaapi was tested on Cedar Trail, and played the Sintel 720p trailer smoothly. ffmpeg was required for the audio

[yocto] [PATCH 2/3] gstreamer-vaapi: upgrade to 0.3.8, and remove ffmpeg dependencies

2012-10-17 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- .../gstreamer/gstreamer-vaapi_git.bb | 21 ++-- 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb

[yocto] [PATCH 1/3] cedartrail: add missing gst-va-intel-vaapi machine feature

2012-10-17 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 ross.bur...@intel.com --- meta-cedartrail/conf/machine/cedartrail.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[yocto] [PATCH 3/3] meta-intel: don't require commercial licenses for gstreamer-vaapi

2012-10-17 Thread Ross Burton
Now that gstreamer-vaapi doesn't depend on ffmpeg, it can always be recommended by the machine configuration. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-cedartrail/conf/machine/cedartrail.conf |5 + meta-chiefriver/conf/machine/chiefriver.conf |5 +

Re: [yocto] [meta-fsl-ppc] hypervisor: add missing space character for PACKAGES_prepend

2012-10-17 Thread McClintock Matthew-B29882
Applied to meta-fsl-ppc denzil, danny, and master. -M On Wed, Oct 17, 2012 at 5:15 AM, Zhenhua Luo b19...@freescale.com wrote: Signed-off-by: Zhenhua Luo b19...@freescale.com --- recipes-tools/embedded-hv/hypervisor_git.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

[yocto] Requesting information on some variables

2012-10-17 Thread Rifenbark, Scott M
There is a bug (https://bugzilla.yoctoproject.org/show_bug.cgi?id=3292) stating that we need better documentation describing how DISTRO_FEATURES, COMMON_FEATURES, and MACHINE_FEATURES actually affect the build. I don't know anything about these variables beyond what is in the reference manual:

Re: [yocto] Requesting information on some variables

2012-10-17 Thread Paul Eggleton
On Wednesday 17 October 2012 15:32:40 Rifenbark, Scott M wrote: There is a bug (https://bugzilla.yoctoproject.org/show_bug.cgi?id=3292) stating that we need better documentation describing how DISTRO_FEATURES, COMMON_FEATURES, and MACHINE_FEATURES actually affect the build. I don't know

Re: [yocto] Requesting information on some variables

2012-10-17 Thread Rudolf Streif
Scott, Thanks for addressing this confusing part. The list of DISTRO_FEATURES (DF) and MACHINE_FEATURES (MF) in the documentation also does not seem to be complete. For instance, vfat is (at least the code in bitbake.conf that intersects DF and MF suggests so) is a MF as well as a DF. It also

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

2012-10-17 Thread Jonathan Haws
Marc, If you have a working recipe, I would love to see it. Maybe you have already solved some of the issues I have been seeing. I have a recipe that installs the software, however, I would like to have it run sensors-detect on first boot as well as install the lm_sensors.init script to

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

2012-10-17 Thread Marc Ferland
Jonathan Haws jonathan.h...@sdl.usu.edu writes: Marc, If you have a working recipe, I would love to see it. Maybe you have already solved some of the issues I have been seeing. I have a recipe that installs the software, however, I would like to have it run sensors-detect on first boot as

Re: [yocto] Requesting information on some variables

2012-10-17 Thread Rifenbark, Scott M
Rudi, Thanks for the added investigation here. The original bug report listed COMMON_FEATURES as an undocumented variable. I see, however, that the variable referred to by both you and Paul Eggleton is COMBINED_FEATURES. I just did a grep through my entire poky tree, which had built out the

Re: [yocto] [meta-intel][PATCH] ffmpeg: set LICENSE_FLAGS

2012-10-17 Thread Tom Zanussi
On Mon, 2012-10-15 at 11:30 +0100, Paul Eggleton wrote: Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- common/recipes-multimedia/ffmpeg/ffmpeg.inc |2 ++ 1 file changed, 2 insertions(+) diff --git a/common/recipes-multimedia/ffmpeg/ffmpeg.inc

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

2012-10-17 Thread Tom Zanussi
Does this supercede the one in the 'Cedar Trail and gst-vaapi fixes' patchset? Also, do you have a branch we can pull from? Tom On Tue, 2012-10-16 at 17:13 +0100, Ross Burton wrote: There needs to be a gst-va-* MACHINE_FEATURE to get the right VA elements in the images. Signed-off-by:

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

2012-10-17 Thread Ross Burton
On Wednesday, 17 October 2012 at 22:23, Tom Zanussi wrote: Does this supercede the one in the 'Cedar Trail and gst-vaapi fixes' patchset? This patch is incorrect, the one I sent today was the correct one. Also, do you have a branch we can pull from? I do now -

Re: [yocto] 1.3 RC4 full pass results

2012-10-17 Thread Flanagan, Elizabeth
On Wed, Oct 17, 2012 at 1:52 PM, Zhang, Jessica jessica.zh...@intel.com wrote: As to sato-sdk for qemuarm issue (3290), I think Beth has regenerated it. Can we have a quick check to ensure it’s working now? Yes, this was due to us needing to regenerate qemuarm. Only the main builder

Re: [yocto] Tune qemuarm settings and build everything except the kernel?

2012-10-17 Thread Evade Flow
Hi, again---I thought we were switching h/w platforms, but it turns out we'll be sticking with this system for a bit longer. I am guessing its some sort of Tegra CPU which had FPU but no neon unit... Right, it's a Tegra 2 T20, which lacks the NEON extension. we dont have default tunes

Re: [yocto] Cedar Trail and gst-vaapi fixes

2012-10-17 Thread Bodke, Kishore K
-Original Message- From: Ross Burton [mailto:ross.bur...@intel.com] Sent: Wednesday, October 17, 2012 8:21 AM To: Bodke, Kishore K; Kamble, Nitin A; dvh...@linux.intel.com Cc: yocto@yoctoproject.org Subject: Cedar Trail and gst-vaapi fixes Hi, Make gst-vaapi work on Cedar Trail,

[yocto] [PATCH 0/3][meta-intel]meta-cedartrail: Update README, Fix Package Rename issue Add dev headers

2012-10-17 Thread rahul . saxena
From: Rahul Saxena rahul.sax...@intel.com This patch series does the following: -- Update README with product name and state Gfx acceleration support -- Fix package naming issue: Yocto bugzilla bug #3286. -- Add development headers in pvr driver recipe Pl pull into master branch Thanks

[yocto] [PATCH 1/3] meta-cedartrail: Update README with product name and state Gfx acceleration support

2012-10-17 Thread rahul . saxena
From: Rahul Saxena rahul.sax...@intel.com Add CPU and Chipset product names. Explicitly state support for Gfx Media acceleration. Signed-off-by: Rahul Saxena rahul.sax...@intel.com --- meta-cedartrail/README |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git

[yocto] [PATCH 2/3] meta-cedartrail: Fix package naming issue

2012-10-17 Thread rahul . saxena
From: Rahul Saxena rahul.sax...@intel.com cdv-pvr-driver was generating rpm packages with name libwsbm This name can potentialy clash with other package names. Fix this problem by specifying package names in the recipe with the PKG_ vars This fixes bug: [YOCTO #3286] Signed-off-by: Rahul Saxena

[yocto] [PATCH 3/3] meta-cedartrail: Add development packages to pvr driver recipe

2012-10-17 Thread rahul . saxena
From: Rahul Saxena rahul.sax...@intel.com Add header files from development packages Signed-off-by: Rahul Saxena rahul.sax...@intel.com --- .../xorg-driver/cdv-pvr-driver_1.0.3.bb| 33 +++- 1 files changed, 32 insertions(+), 1 deletions(-) diff --git