Re: [yocto] Graphics Acceleration on crownbay - 1.2M3 + meta-intel tip

2012-03-22 Thread Tom Zanussi
On Wed, 2012-03-21 at 19:07 -0400, Autif Khan wrote: > >> >> >> Minor correction to the subject - I am using 1.2M3, not 1.2M2 > >> >> >> > >> >> >> On Wed, Mar 21, 2012 at 4:14 PM, Autif Khan > >> >> >> wrote: > >> >> >> > I am trying to get hardware accelerated graphics (video in > >> >> >> > p

[yocto] yocto docs: confusion between shell env vars and bitbake env vars

2012-03-22 Thread Robert P. J. Day
since i'm reading this out of the yocto/poky reference manual, i might as well point it out here. there is occasional confusion when the docs refer to "environment variables", since it's not clear when that means *shell* env vars or *bitbake* env vars. for instance, in the ref manual, sectio

[yocto] poky ref manual still confuses BB_ENV_WHITELIST and BB_ENV_EXTRAWHITE

2012-03-22 Thread Robert P. J. Day
in ref manual, B.5, "Running a Task", "Tell BitBake to load what you want from the environment into the data store. You can do so through the BB_ENV_WHITELIST variable. For example, assume you want to prevent the build system from accessing your $HOME/.ccache directory. The following command te

Re: [yocto] [PATCH 1/1] ddimage: Add script for writing images to boot media

2012-03-22 Thread Darren Hart
On 03/21/2012 05:26 PM, Paul Eggleton wrote: > On Wednesday 21 March 2012 16:06:14 Darren Hart wrote: >> Any objections to this going in? > > No objections, looks like a really useful tool; a couple of suggestions > though > (sorry for not looking at it earlier): > > * Is it worth checking if

Re: [yocto] pseudo interaction issue

2012-03-22 Thread Peter Seebach
On Thu, 22 Mar 2012 09:49:41 +0800 "Xu, Dongxiao" wrote: > Hi Mark, > > Any update on this one? I think we may need to track it in bugzilla. I have been looking into this. I've convinced myself that popen() is broken under pseudo, but that's not enough to explain this: * I have a fixed pseudo

Re: [yocto] [PATCH 1/1] ddimage: Add script for writing images to boot media

2012-03-22 Thread Paul Eggleton
On Thursday 22 March 2012 08:56:08 Darren Hart wrote: > On 03/21/2012 05:26 PM, Paul Eggleton wrote: > > On Wednesday 21 March 2012 16:06:14 Darren Hart wrote: > >> Any objections to this going in? > > > > No objections, looks like a really useful tool; a couple of suggestions > > though (sorry fo

[yocto] [PATCH 00/13][meta-intel] Cover letter for updating meta-cedartrail BSP with PVR Graphics driver

2012-03-22 Thread rahul . saxena
From: Rahul Saxena Cover letter for updating the Cedar Trail BSP (meta-cedartrail) with PVR Graphics driver. This patch set updates meta-cedartrail (edison branch) to include Power VR driver for Graphics and Video hardware acceleration. The patches enable BSP build with PVR driver or VESA drive

[yocto] [PATCH 02/13] meta-cedartrail: update BBFILES to include meta-intel/common path

2012-03-22 Thread rahul . saxena
From: Rahul Saxena Update BBFILES to include the path to xserver-xf86-dri-lite_1.9.3.bb Cedar Trail PVR driver is dependent on Version 1.9.3 of xserver. Signed-off-by: Rahul Saxena --- meta-cedartrail/conf/layer.conf |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/m

[yocto] [PATCH 01/13] meta-cedartrail: Separate conf files for the Cedar Trail BSP boot cases of with and without pvr driver

2012-03-22 Thread rahul . saxena
From: Rahul Saxena Seperate Cedar Trail machine configuration files, one file each for build with pvr graphics driver and without pvr driver (with VESA driver) The Cedar Trail platform is based on the Cedarview processor (Intel® Atom™ N2600, N2800 and D2700 processor)and Tiger Point Chipset (Inte

[yocto] [PATCH 05/13] meta-cedartrail: seperate xorg.conf files for pvr and no-pvr cases

2012-03-22 Thread rahul . saxena
From: Rahul Saxena Seperate xserver configuration files, one file each for the case of with pvr graphics driver and for "no pvr" (i.e. with VESA driver) Signed-off-by: Rahul Saxena --- .../xserver-xf86-config/cedartrail-nopvr/xorg.conf | 26 .../xserver-xf86-config/ced

[yocto] [PATCH 03/13] meta-cedartrail: update README with instructions for PVR Graphics driver build

2012-03-22 Thread rahul . saxena
From: Rahul Saxena Update README file with information on building image with PVR graphics driver. Also provide info on enabling build of recipes for glxgears demo apps, video and music samples. Signed-off-by: Rahul Saxena --- meta-cedartrail/README | 50

[yocto] [PATCH 06/13] meta-cedartrail: add Cedar Trail PVR driver

2012-03-22 Thread rahul . saxena
From: Rahul Saxena The Cedar Trail PVR driver consists of user-space binaries that enable the Video and Graphics acceleration capabilites of the Power VR SGX545 Integrated Graphics Controller in the Cedarview processor. The driver binaries are provided under "Intel Free Distribution Binary Licen

[yocto] [PATCH 07/13] meta-cedartrail: update Kernel recipes to add support for pvr driver

2012-03-22 Thread rahul . saxena
From: Rahul Saxena Modify kernel recipes to enable pvr kernel patches and to include additional Kernel config files for pvr driver Signed-off-by: Rahul Saxena --- .../linux/linux-yocto-rt_3.0.bbappend | 13 - .../recipes-kernel/linux/linux-yocto_3.0.bbappend | 15

[yocto] [PATCH 08/13] meta-cedartrail: add Cedar Trail specific libva

2012-03-22 Thread rahul . saxena
From: Rahul Saxena Add recipe for Cedartrail specific libva Signed-off-by: Rahul Saxena --- meta-cedartrail/recipes-multimedia/libva/libva.inc | 59 .../recipes-multimedia/libva/libva_1.0.15.bb | 31 ++ 2 files changed, 90 insertions(+), 0 deletions(-) c

[yocto] [PATCH 10/13] meta-cedartrail: update formfactor recipe for pvr and no-pvr case

2012-03-22 Thread rahul . saxena
From: Rahul Saxena Seperate machconfig files for pvr and no-pvr case Signed-off-by: Rahul Saxena --- .../formfactor/cedartrail-nopvr/machconfig |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 meta-cedartrail/recipes-bsp/formfactor/formfactor/cedartrail

[yocto] [PATCH 11/13] meta-cedartrail: Add web-webkit, audio and video samples to sato image

2012-03-22 Thread rahul . saxena
From: Rahul Saxena Update sato images to include web-webkit and audio & video samples Signed-off-by: Rahul Saxena --- .../images/core-image-sato-dev.bbappend|3 +++ .../images/core-image-sato-sdk.bbappend|3 +++ .../recipes-sato/images/core-image-sato.bbappend

[yocto] [PATCH 12/13] meta-cedartrail: Update SRC_URI in kernel recipe append files to point to linux-yocto_3.0

2012-03-22 Thread rahul . saxena
From: Rahul Saxena Current poky/edison points to linux-yocto-3.0-1.1.x.git repo. However this repo does not have cedartrail branch. Hence point to linux-yocto_3.0 via kernel recipe append files Signed-off-by: Rahul Saxena --- .../linux/linux-yocto-rt_3.0.bbappend |3 +++ ..

[yocto] [PATCH 04/13] meta-cedatrail: add recipe for setting audio mixer settings during boot

2012-03-22 Thread rahul . saxena
From: Rahul Saxena Recipe is copied from n450-audio.bb with a few parameters changed to adjust volume settings for Front mixer during boot. Signed-off-by: Rahul Saxena --- .../cedartrail-audio/cedartrail-audio.bb | 30 ++ .../cedartrail-audio/cedartrail-audio

[yocto] [PATCH 09/13] meta-cedartrail: add recipes to instal audio and video samples

2012-03-22 Thread rahul . saxena
From: Rahul Saxena Install Ogg format audio and video sample files Signed-off-by: Rahul Saxena --- .../ogg-CC-BY-3.0-music-samples_0.1.bb | 20 .../video-samples/bigbuckbunny-ogg.bb | 20 2 files changed, 40 insertions(+),

[yocto] [PATCH 13/13] meta-cedartrail: update SRC_REV_meta for no-pvr case

2012-03-22 Thread rahul . saxena
From: Rahul Saxena SRC_REV_meta for no-pvr case updated to be same as that used for pvr build Signed-off-by: Rahul Saxena --- .../recipes-kernel/linux/linux-yocto_3.0.bbappend |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-cedartrail/recipes-kernel/linux/linux-

Re: [yocto] [PATCH 00/13][meta-intel] Cover letter for updating meta-cedartrail BSP with PVR Graphics driver -- Testing information

2012-03-22 Thread Saxena, Rahul
I did not include the BSP testing information in the cover-letter. The tests on the BSP built with these patches included the following: -- Ports tested: SATA, USB, VGA, HDMI, LVDS -- Basic networking via Ethernet port -- Shutdown, Reboot -- Switch between multiple applications -- Sato Audi

Re: [yocto] pseudo interaction issue

2012-03-22 Thread Xu, Dongxiao
On Thu, 2012-03-22 at 11:18 -0500, Peter Seebach wrote: > On Thu, 22 Mar 2012 09:49:41 +0800 > "Xu, Dongxiao" wrote: > > > Hi Mark, > > > > Any update on this one? I think we may need to track it in bugzilla. > > I have been looking into this. I've convinced myself that popen() is > broken und

Re: [yocto] pseudo interaction issue

2012-03-22 Thread Peter Seebach
On Fri, 23 Mar 2012 09:01:16 +0800 "Xu, Dongxiao" wrote: > I think the difference between Hob and other UI (e.x., knotty) is > that, when building image is finished in knotty, the UI, bitbake > server, and pseudo all quit. But in Hob, everything still alive after > a build. I noticed that the pse

Re: [yocto] pseudo interaction issue

2012-03-22 Thread Xu, Dongxiao
On Thu, 2012-03-22 at 21:29 -0500, Peter Seebach wrote: > On Fri, 23 Mar 2012 09:01:16 +0800 > "Xu, Dongxiao" wrote: > > > I think the difference between Hob and other UI (e.x., knotty) is > > that, when building image is finished in knotty, the UI, bitbake > > server, and pseudo all quit. But in