Re: [yocto] [ANNOUNCEMENT] Cedar Trail with PowerVR for Edison 6.0.1

2012-05-23 Thread Stewart, David C
This should actually read as optional for compliance with the BSP Guide. I've already asked Scott to work on an explicit list of "required" vs "optional" items to conform with the guide to make this clearer. The Intel silicon guys do this for their BSPs for a variety of reasons. I wouldn't nece

[yocto] Planned Autobuilder Downtime

2012-05-23 Thread Flanagan, Elizabeth
All, I'll be upgrading the autobuilder servers on Friday afternoon, US west coast time and conducting a test build of master and edison over the weekend to verify that everything is working correctly. This will not effect downloads, however the autobuilders will not be available for builds for abo

[yocto] [Autobuilder] M1_w3 and 1.2.1 builds.

2012-05-23 Thread Flanagan, Elizabeth
As the autobuilder has been getting a bit of exercise this week I wanted to let people know of some recent buildouts of interest to QA The weekly build for the milestone 1, week 3 of 1.3 will be available very shortly at : http://autobuilder.yoctoproject.org/pub/nightly/20120523-2 An issue with

[yocto] RFC: Merging commits from into the main denzil branch

2012-05-23 Thread Scott Garman
Hello all, As most of you know, I've been pulling commits into a pair of sgarman/denzil-next branches which are intended to eventually become the next Denzil point-release, 1.2.1. oe-core based branch: http://git.openembedded.org/openembedded-core-contrib/log/?h=sgarman/denzil-next poky base

Re: [yocto] bitbake failure on meta-cedartrail using master branch

2012-05-23 Thread jfabernathy
On 05/23/2012 02:24 PM, Darren Hart wrote: On 05/23/2012 04:59 AM, jfabernathy wrote: FYI, I just pulled the lasted patches into my system and ran a bitbake of cedartrail with the PVR driver. I have a fix for this, was waiting for an Ack and got side tracked. Please pull meta-intel again and t

Re: [yocto] [PATCH 00/20] meta-intel: new chiefriver BSP and supporting recipes

2012-05-23 Thread Bruce Ashfield
On Wed, May 23, 2012 at 5:31 PM, Tom Zanussi wrote: > On Wed, 2012-05-23 at 17:26 -0300, Bruce Ashfield wrote: >> On Wed, May 23, 2012 at 4:52 PM,   wrote: >> > From: Tom Zanussi >> > >> > This patchset implements a new BSP for the 'Chief River' platform, which >> > consists of the Intel Ivy Brid

Re: [yocto] [ANNOUNCEMENT] Cedar Trail with PowerVR for Edison 6.0.1

2012-05-23 Thread Saxena, Rahul
Please see section 1.4 of the bsp-guide (http://www.yoctoproject.org/docs/latest/bsp-guide/bsp-guide.html) including the following text: " Note Pre-compiled images are bundled with a time-limited kernel that runs for a predetermined amount of time (10 days) before it forces the system to reboo

Re: [yocto] [PATCH 00/20] meta-intel: new chiefriver BSP and supporting recipes

2012-05-23 Thread Tom Zanussi
On Wed, 2012-05-23 at 17:26 -0300, Bruce Ashfield wrote: > On Wed, May 23, 2012 at 4:52 PM, wrote: > > From: Tom Zanussi > > > > This patchset implements a new BSP for the 'Chief River' platform, which > > consists of the Intel Ivy Bridge processor and Panther Point PCH. It > > assumes that the

Re: [yocto] [PATCH 00/20] meta-intel: new chiefriver BSP and supporting recipes

2012-05-23 Thread Bruce Ashfield
On Wed, May 23, 2012 at 4:52 PM, wrote: > From: Tom Zanussi > > This patchset implements a new BSP for the 'Chief River' platform, which > consists of the Intel Ivy Bridge processor and Panther Point PCH.  It > assumes that the Ivy Bridge integrated graphics are being used. > > It also adds a fe

[yocto] [PATCH 20/20] meta-chiefriver: use the mei kernel feature

2012-05-23 Thread tom . zanussi
From: Tom Zanussi Add AMT/mei support as a kernel feature here instead of in the linux-yocto metadata - mei support is currently a feature in staging, and not everyone might want a tainted kernel. Signed-off-by: Tom Zanussi --- .../recipes-kernel/linux/linux-yocto_3.2.bbappend |2 ++ 1 fi

[yocto] [PATCH 19/20] meta-chiefriver: use lms

2012-05-23 Thread tom . zanussi
From: Tom Zanussi Chiefriver needs lms support for AMT, add it. Signed-off-by: Tom Zanussi --- meta-chiefriver/conf/machine/chiefriver.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-chiefriver/conf/machine/chiefriver.conf b/meta-chiefriver/conf/machine/chi

[yocto] [PATCH 18/20] lms: new recipe

2012-05-23 Thread tom . zanussi
From: Tom Zanussi Add support for the Intel Active Management Technology (AMT) Local Manageability Service (LMS) daemon. The Intel LMS daemon allows applications to access the Intel AMT firmware via the Intel Management Engine Interface (MEI). Signed-off-by: Tom Zanussi --- .../amt/lms/atnetw

[yocto] [PATCH 17/20] meta-crownbay: use gst-va-intel and va-intel and gst-va-mixvideo

2012-05-23 Thread tom . zanussi
From: Tom Zanussi Have crownbay use gst-va-intel and va-intel so we can easily test and make use of the video acceleration capabilities of this machine. Also have it use the gst-va-mixvideo so the emgd mixvideo components get selected. Signed-off-by: Tom Zanussi --- meta-crownbay/conf/machine

[yocto] [PATCH 16/20] meta-sugarbay: use gst-va-intel and va-intel

2012-05-23 Thread tom . zanussi
From: Tom Zanussi Have sugarbay use gst-va-intel and va-intel so we can easily test and make use of the video acceleration capabilities of this machine. Signed-off-by: Tom Zanussi --- meta-sugarbay/conf/machine/sugarbay.conf |4 1 files changed, 4 insertions(+), 0 deletions(-) diff -

[yocto] [PATCH 15/20] meta-chiefriver: use gst-va-intel and va-intel

2012-05-23 Thread tom . zanussi
From: Tom Zanussi Have chiefriver use gst-va-intel and va-intel so we can easily test and make use of the video acceleration capabilities of this machine. Signed-off-by: Tom Zanussi --- meta-chiefriver/conf/machine/chiefriver.conf |4 1 files changed, 4 insertions(+), 0 deletions(-)

[yocto] [PATCH 14/20] meta-intel: remove video acceleration from emgd XSERVER

2012-05-23 Thread tom . zanussi
From: Tom Zanussi Video acceleration dependencies really don't belong in the XSERVER variable - remove them; we'll add them back later via va-intel. Signed-off-by: Tom Zanussi --- conf/machine/include/ia32-base.inc |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/con

[yocto] [PATCH 13/20] gst-va-intel: clarify DESCRIPTION

2012-05-23 Thread tom . zanussi
From: Tom Zanussi Modify the description to clarify that these are gstreamer addons. Signed-off-by: Tom Zanussi --- .../recipes-multimedia/gstreamer/gst-va-intel.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/recipes-multimedia/gstreamer/gst-va-intel.bb

[yocto] [PATCH 03/20] meta-intel: new libva-1.0.15 recipe

2012-05-23 Thread tom . zanussi
From: Tom Zanussi This upgrades libva to libva-1.0.15. Intel-specific changes have been split out into intel-driver-1.0.15, contained in a separate recipe. Signed-off-by: Tom Zanussi --- common/recipes-multimedia/libva/libva_1.0.15.bb |8 1 files changed, 8 insertions(+), 0 delet

[yocto] [PATCH 12/20] va-intel: new package

2012-05-23 Thread tom . zanussi
From: Tom Zanussi We need some libraries for video acceleration which depend on the video implementation being used e.g. vanilla intel vs emgd, so create a new 'va-intel' package group for them. Signed-off-by: Tom Zanussi --- common/recipes-multimedia/libva/va-intel.bb | 20 +

[yocto] [PATCH 01/20] meta-chiefriver: new layer for Chief River (Ivy Bridge/Panther Point) systems

2012-05-23 Thread tom . zanussi
From: Tom Zanussi This layer provides support for Ivy Bridge + Panther Point Intel systems. Signed-off-by: Tom Zanussi --- meta-chiefriver/COPYING.MIT| 17 +++ meta-chiefriver/README | 107 meta-chiefriver/README.sourc

[yocto] [PATCH 07/20] ffmpeg: add --enable-gpl

2012-05-23 Thread tom . zanussi
From: Tom Zanussi libpostproc needs --enable-gpl in order to be built. This essentially changes ffmpeg's license to GPL v2+ as per the ffmpeg LICENSE file. Signed-off-by: Tom Zanussi --- common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(

[yocto] [PATCH 06/20] ffmpeg: add --enable-vaapi

2012-05-23 Thread tom . zanussi
From: Tom Zanussi Turn on vaapi support in ffmpeg to allow video acceleration via vaapi. Signed-off-by: Tom Zanussi --- common/recipes-multimedia/ffmpeg/ffmpeg.inc |2 +- common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb |1 + 2 files changed, 2 insertions(+), 1 deletions(-) dif

[yocto] [PATCH 11/20] gst-va-intel: add conditional vaapi implementation

2012-05-23 Thread tom . zanussi
From: Tom Zanussi Use different versions of vaapi interface implementaion depending on what a machine specifies. The default if no MACHINE_FEATURE is specified is gstreamer-vaapi. Other machines may need a different implementation e.g. a machine using emgd would specify 'gst-va-mixvideo' in its

[yocto] [PATCH 04/20] meta-intel: new intel-driver-1.0.15 recipe

2012-05-23 Thread tom . zanussi
From: Tom Zanussi libva was split in 1.0.15 into general and Intel-specific parts. This recipe addresses the intel-specific part. The general part is addressed in the separate libva_1.0.15.bb recipe. Signed-off-by: Tom Zanussi --- .../libva/libva-intel-driver.inc | 24 +++

[yocto] [PATCH 10/20] gst-ffmpeg: add bbappend for external ffmpeg

2012-05-23 Thread tom . zanussi
From: Tom Zanussi We don't want gst-ffmpeg to use its own internal copy of ffmpeg, but rather an updated external version with security updates and bugfixes. So add a .bbappend that allows us to make use of --with-system-ffmpeg for that purpose. Signed-off-by: Tom Zanussi --- .../gstreamer/gs

[yocto] [PATCH 09/20] ffmpeg: add --enable-yasm

2012-05-23 Thread tom . zanussi
From: Tom Zanussi Enable yasm for the ffmpeg build - we don't want a 'crippled build' or lipsync problems. Signed-off-by: Tom Zanussi --- common/recipes-multimedia/ffmpeg/ffmpeg.inc |2 +- common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb |1 + 2 files changed, 2 insertions(+), 1

[yocto] [PATCH 08/20] yasm: new recipe

2012-05-23 Thread tom . zanussi
From: Tom Zanussi x86 (SSE) assembler supporting NASM and GAS-syntaxes, needed by ffmpeg. Taken from oe-classic (git://git.openembedded.org/openembedded): commit 22f72e1751108cf5092332a952fcbadec5cd1a0d Author: Khem Raj Date: Tue Mar 22 12:21:50 2011 -0700 yasm: Upgrade

[yocto] [PATCH 05/20] ffmpeg: new recipe

2012-05-23 Thread tom . zanussi
From: Tom Zanussi This is a modified version of the ffmpeg recipe from oe-classic (git://git.openembedded.org/openembedded), updated to ffmpeg-0.7.12, along with some changes take from meta-demo (git://git.yoctoproject.org/meta-demo). The starting point ffmpeg recipe taken from oe-classic versio

[yocto] [PATCH 02/20] meta-intel: add gstreamer-vaapi_git recipe

2012-05-23 Thread tom . zanussi
From: Tom Zanussi Based on the gstreamer-vaapi_0.2.5.bb recipe from the Yocto Project meta-demo layer (git://git.yoctoproject.org/meta-demo): commit a33dd433b629f08bc6517ef2ad3bdd36814ebe85 Author: Joshua Lock Date: Tue Mar 22 12:11:42 2011 + gstreamer-vaapi: new reci

[yocto] [PATCH 00/20] meta-intel: new chiefriver BSP and supporting recipes

2012-05-23 Thread tom . zanussi
From: Tom Zanussi This patchset implements a new BSP for the 'Chief River' platform, which consists of the Intel Ivy Bridge processor and Panther Point PCH. It assumes that the Ivy Bridge integrated graphics are being used. It also adds a few new recipes related to video acceleration which are

Re: [yocto] Per-machine DEPENDS

2012-05-23 Thread Andrei Gherzan
Why not using branches? For example meta-ivi maintains two branches: denzil and master. On May 23, 2012 10:03 PM, "Chris Tapp" wrote: > Firstly, I should have said I was using the m-rpi as an example only ;-) > > On 23 May 2012, at 09:31, Tomas Frydrych wrote: > > > On 23/05/12 08:55, Chris Tapp

Re: [yocto] Per-machine DEPENDS

2012-05-23 Thread Chris Tapp
Firstly, I should have said I was using the m-rpi as an example only ;-) On 23 May 2012, at 09:31, Tomas Frydrych wrote: > On 23/05/12 08:55, Chris Tapp wrote: >> Do overrides work with any variable? The RPi layer is using BBMASK to >> filter out some recipes when building against Yocto. This has

Re: [yocto] [PATCH] linux-yocto_3.0: Update KMACHINE and KBRANCH to play nice with new kerntools

2012-05-23 Thread Darren Hart
On 05/18/2012 01:25 PM, Darren Hart wrote: > The 3.0 based boards are lazy compared to our new modern ones. > > Without this patch, the linux-yocto-3.0 kernel do_patch() task would fail > with: > > /srv/home/pokybuild/yocto-autobuilder/yocto-slave/cedartrail/build/build/tmp/sysroots/x86_64-linux/

Re: [yocto] [ANNOUNCEMENT] Cedar Trail with PowerVR for Edison 6.0.1

2012-05-23 Thread Darren Hart
On 05/22/2012 10:44 PM, Wolfgang Denk wrote: > Dear Elizabeth, > > In message > you > wrote: >> >> This release enables the BSP to use the latest available kernel >> patches for Intel's PowerVR graphics driver. The BSP image includes >> time limited kernel images for testing purposes. > > This

Re: [yocto] bitbake failure on meta-cedartrail using master branch

2012-05-23 Thread Darren Hart
On 05/23/2012 04:59 AM, jfabernathy wrote: > FYI, > > I just pulled the lasted patches into my system and ran a bitbake of > cedartrail with the PVR driver. I have a fix for this, was waiting for an Ack and got side tracked. Please pull meta-intel again and try again with the master branch. You

Re: [yocto] Porting of specific Kernel/Driver into yocto.

2012-05-23 Thread Darren Hart
On 05/23/2012 05:39 AM, Om Prakash PAL wrote: > Hi Bruce, > > [ I am using "poky-edison-6.0" ] > I am able to create my rootfs and uImage but when I flashed these on my board, > while booting I am getting below Error and console get blocked. > > ===

Re: [yocto] Porting of specific Kernel/Driver into yocto.

2012-05-23 Thread Om Prakash PAL
Hi Bruce, [ I am using "poky-edison-6.0" ] I am able to create my rootfs and uImage but when I flashed these on my board, while booting I am getting below Error and console get blocked. = [3.575805] EXT3-fs (mmcblk0p1): using internal jo

[yocto] bitbake failure on meta-cedartrail using master branch

2012-05-23 Thread jfabernathy
FYI, I just pulled the lasted patches into my system and ran a bitbake of cedartrail with the PVR driver. I got a failure on the kernel build. log below: ERROR: Logfile of failure stored in: /build/cdv-master/tmp/work/cedartrail-poky-linux/linux-yocto-3.0.24+git1+a4ac64fe873f08ef718e2849b889

Re: [yocto] Per-machine DEPENDS

2012-05-23 Thread Tomas Frydrych
On 23/05/12 08:55, Chris Tapp wrote: > Do overrides work with any variable? The RPi layer is using BBMASK to > filter out some recipes when building against Yocto. This has to be > manually added to local.conf. It does not have to be local.conf; if you are adding meta-raspberrypi, you have to set

Re: [yocto] Per-machine DEPENDS

2012-05-23 Thread Chris Tapp
On 17 May 2012, at 22:22, Paul Eggleton wrote: > On Thursday 17 May 2012 22:07:50 Chris Tapp wrote: >> On 17 May 2012, at 21:27, Paul Eggleton wrote: >>> On Thursday 17 May 2012 21:10:10 Chris Tapp wrote: Is it possible to have the (R)DEPENDS list vary depending on the machine being buil