[yocto] [PATCH 1/1] meta-cedartrail: Update README with workaround for Yocto Bugzilla #3607 The PVR driver has a issue that for some systems it causes it to incorrectly assume that a LVDS display is c

2013-02-08 Thread rahul . saxena
From: Rahul Saxena Signed-off-by: Rahul Saxena --- meta-cedartrail/README | 27 ++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/meta-cedartrail/README b/meta-cedartrail/README index 0d166b2..e394faf 100755 --- a/meta-cedartrail/README +++ b/meta

[yocto] [PATCH 0/1][meta-intel]meta-cedartrail:Update README for workaround for bug # 3607

2013-02-08 Thread rahul . saxena
From: Rahul Saxena The PVR driver has a issue that for some systems it causes it to incorrectly assume that a LVDS display is connected while infact a VGA display is connected and Vice Versa. The README file is updated with the work-around for this issue. Please pull into danny-next Signed-off

[yocto] [PATCH 1/1] meta-cedartrail: Update README with workaround for Yocto Bugzilla #3607 The PVR driver has a issue that for some systems it causes it to incorrectly assume that a LVDS display is c

2013-02-08 Thread rahul . saxena
From: Rahul Saxena Signed-off-by: Rahul Saxena --- meta-cedartrail/README | 27 ++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/meta-cedartrail/README b/meta-cedartrail/README index 0d166b2..e394faf 100755 --- a/meta-cedartrail/README +++ b/meta

[yocto] [PATCH 0/1][meta-intel]meta-cedartrail:Update README for workaround for bug # 3607

2013-02-08 Thread rahul . saxena
From: Rahul Saxena Please pull into danny-next -- The following changes since commit 9615c24f9d5326805537fd01d1fc5ea51d0d85db: libva-intel-driver: workaround for concurrent VC1 and H264 playback issue (2012-12-20 14:49:46 -0600) are available in the git repository at: git

[yocto] [PATCH 1/2] cedartrail: Update kernel meta branch SRCREV for cedartrail-nopvr machine

2012-11-09 Thread rahul . saxena
From: Rahul Saxena SRCREV for kernel meta branch was obselete for cedartrail-nopvr machine. Fixed it to be same as that for cedartrail machine. Signed-off-by: Rahul Saxena --- .../recipes-kernel/linux/linux-yocto_3.0.bbappend |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[yocto] [PATCH 0/2][meta-intel]meta-cedartrail: For cedartrail-nopvr, Update meta br SRCREV and add linux-yocto preferred version

2012-11-09 Thread rahul . saxena
From: Rahul Saxena This patch set does the following: Update kernel meta branch SRCREV for cedartrail-nopvr machine Added PREFERRED_VERSION for linux-yocto for cedartrail-nopvr machine to avoid build warnings. Please pull into danny-next branch Signed-off-by: Rahul Saxena -- The following

[yocto] [PATCH 2/2] cedartrail: Add PREFERRED_VERSION for linux-yocto for cedartrail-nopvr machine Added PREFERRED_VERSION for linux-yocto for cedartrail-nopvr machine to avoid build warnings.

2012-11-09 Thread rahul . saxena
From: Rahul Saxena Signed-off-by: Rahul Saxena --- meta-cedartrail/conf/machine/cedartrail-nopvr.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-cedartrail/conf/machine/cedartrail-nopvr.conf b/meta-cedartrail/conf/machine/cedartrail-nopvr.conf index

[yocto] [PATCH 1/1] cedartrail: add WEBTITLE & Compliance information

2012-10-25 Thread rahul . saxena
From: Rahul Saxena The WEBTITLE will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Rahul Saxena --- meta-cedartrail/README | 16 +--- meta-cedartrail

[yocto] [PATCH 0/1][meta-intel]meta-cedartrail: add WEBTITLE & Compliance information

2012-10-25 Thread rahul . saxena
From: Rahul Saxena The WEBTITLE will be used to publish the BSP on the Yocto Project Website. Also adding the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Rahul Saxena -- The following changes since commit c19e9f51ebbdc603124994f3694fc79b0a83cf41: sugarbay: add

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

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

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

2012-10-17 Thread rahul . saxena
From: Rahul Saxena 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 1/3] meta-cedartrail: Update README with product name and state Gfx acceleration support

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

[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 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 Rahul -- The following

[yocto] [PATCH 1/1] meta-cedartrail: Update PVR graphics driver to version 1.0.3

2012-09-12 Thread rahul . saxena
From: Rahul Saxena This driver update fixes a memory leak bug Signed-off-by: Rahul Saxena --- meta-cedartrail/README |2 +- ...pvr-driver_1.0.2.bb => cdv-pvr-driver_1.0.3.bb} | 52 ++-- 2 files changed, 27 insertions(+), 27 deleti

[yocto] [PATCH 0/1][meta-intel]meta-cedartrail:Cover letter to update PVR graphics driver to v1.0.3 - denzil branch

2012-09-12 Thread rahul . saxena
From: Rahul Saxena This driver update fixes a memory leak bug Please pull into meta-intel/denzil Signed-off-by: Rahul Saxena -- The following changes since commit 418f6d3936bcd871102042167c699c3773bded3e: meta-cedartrail: Add video acceleration (2012-09-11 13:58:04 -0500) are available in

[yocto] [PATCH 1/2] meta-cedartrail: Add video acceleration

2012-09-12 Thread rahul . saxena
From: Rahul Saxena This adds gstreamer and vaapi video acceleration components to enable acceleration with pvr driver Signed-off-by: Rahul Saxena --- meta-cedartrail/conf/machine/cedartrail.conf |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta-cedartrail/conf

[yocto] [PATCH 2/2] meta-cedartrail: Update PVR graphics driver to version 1.0.3

2012-09-12 Thread rahul . saxena
From: Rahul Saxena This driver update fixes a memory leak bug Signed-off-by: Rahul Saxena --- meta-cedartrail/README |2 +- ...pvr-driver_1.0.2.bb => cdv-pvr-driver_1.0.3.bb} | 34 --- 2 files changed, 22 insertions(+), 14 deletions(-) ren

[yocto] [PATCH 0/2][meta-intel]meta-cedartrail:Cover letter for patches to add Video acceleration and update PVR driver to v1.0.3 -- master branch

2012-09-12 Thread rahul . saxena
From: Rahul Saxena Cover letter for patch set that does following: Adds gstreamer and vaapi video acceleration components to enable acceleration with pvr driver Update pvr driver to v1.0.3. This driver update fixes a memory leak bug. Please pull into master branch Signed-off-by: Rahul

[yocto] [PATCH 2/2] meta-cedartrail: Update PVR graphics driver to version 1.0.3

2012-09-12 Thread rahul . saxena
From: Rahul Saxena This driver update fixes a memory leak bug Signed-off-by: Rahul Saxena --- meta-cedartrail/README |2 +- .../xorg-driver/cdv-pvr-driver_1.0.2.bb| 140 2 files changed, 1 insertions(+), 141 deletions

[yocto] [PATCH 0/2][meta-intel]meta-cedartrail: Cover letter for patches to add Video acceleration and update PVR driver to v1.0.3 -- master branch

2012-09-12 Thread rahul . saxena
From: Rahul Saxena Adds gstreamer and vaapi video acceleration components to enable acceleration with pvr driver Update pvr driver to v1.0.3. This driver update fixes a memory leak bug. Please pull into master branch Signed-off-by: Rahul Saxena -- The following changes since commit

[yocto] [PATCH 1/2] meta-cedartrail: Add video acceleration

2012-09-12 Thread rahul . saxena
From: Rahul Saxena This adds gstreamer and vaapi video acceleration components to enable acceleration with pvr driver Signed-off-by: Rahul Saxena --- meta-cedartrail/conf/machine/cedartrail.conf |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta-cedartrail/conf

[yocto] [PATCH 2/2] meta-cedartrail: Update PVR graphics driver to version 1.0.3

2012-09-12 Thread rahul . saxena
From: Rahul Saxena This driver update fixes a memory leak bug Signed-off-by: Rahul Saxena --- meta-cedartrail/README |2 +- ...pvr-driver_1.0.2.bb => cdv-pvr-driver_1.0.3.bb} | 56 +++ 2 files changed, 33 insertions(+), 25 deletions(-) ren

[yocto] [PATCH 1/2] meta-cedartrail: Add video acceleration

2012-09-12 Thread rahul . saxena
From: Rahul Saxena This adds gstreamer and vaapi video acceleration components to enable acceleration with pvr driver Signed-off-by: Rahul Saxena --- meta-cedartrail/conf/machine/cedartrail.conf |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta-cedartrail/conf

[yocto] [PATCH 0/2][meta-intel]meta-cedartrail: Cover letter for patches to add Video acceleration and update PVR driver to v1.0.3 -- master branch

2012-09-12 Thread rahul . saxena
From: Rahul Saxena Cover letter for patch set that does following: Adds gstreamer and vaapi video acceleration components to enable acceleration with pvr driver Update pvr driver to v1.0.3. This driver update fixes a memory leak bug. Please pull into master branch Signed-off-by: Rahul

[yocto] [PATCH 1/1] meta-cedartrail: Update PVR graphics driver to version 1.0.3

2012-09-11 Thread rahul . saxena
From: Rahul Saxena This driver update fixes a memory leak bug Signed-off-by: Rahul Saxena --- meta-cedartrail/README |2 +- ...pvr-driver_1.0.2.bb => cdv-pvr-driver_1.0.3.bb} | 27 ++- 2 files changed, 15 insertions(+), 14 deletions(-) ren

[yocto] [PATCH 0/1][meta-intel]meta-cedartrail:Cover letter to update PVR graphics driver to v1.0.3 - denzil branch

2012-09-11 Thread rahul . saxena
From: Rahul Saxena Cover letter for patch to update pvr driver to v1.0.3 This driver update fixes a memory leak bug Please pull into meta-intel/denzil Signed-off-by: Rahul Saxena -- The following changes since commit 418f6d3936bcd871102042167c699c3773bded3e: meta-cedartrail: Add video

[yocto] [PATCH 1/1] meta-cedartrail: Add video acceleration

2012-09-10 Thread rahul . saxena
From: Rahul Saxena This adds gstreamer and vaapi video acceleration components to enable video acceleration with pvr driver Signed-off-by: Rahul Saxena --- meta-cedartrail/conf/machine/cedartrail.conf |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta-cedartrail

[yocto] [PATCH 0/1][meta-intel] Add video acceleration Cedartrail BSP denzil branch

2012-09-10 Thread rahul . saxena
From: Rahul Saxena This adds gstreamer and vaapi video acceleration components to enable video acceleration with pvr driver in meta-cedartrail BSP Please pull into denzil branch. Signed-off-by: Rahul Saxena -- The following changes since commit 63f88d16e50384ffab41b548af0ad9b536d22069

[yocto] [PATCH 2/2] meta-cedartrail: Update PVR graphics driver to version 1.0.2

2012-08-24 Thread rahul . saxena
From: Rahul Saxena This update of the driver enables support for B3 stepping of Cedarview processor and also support for DP/eDP ports. Signed-off-by: Rahul Saxena --- meta-cedartrail/README |2 +- .../xorg-driver/cdv-pvr-driver.inc | 37

[yocto] [PATCH 1/2] meta-cedartrail: Update SRCREV for the linux-yocto kernel pvr branch

2012-08-24 Thread rahul . saxena
From: Rahul Saxena Update SRCREV to point to yocto/pvr kernel branch with v1.0.2 pvr driver support. 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

[yocto] [PATCH 0/2][meta-intel] Cover letter to update pvr driver to v1.0.2 in meta-cedartral, denzil branch

2012-08-24 Thread rahul . saxena
From: Rahul Saxena Cover letter to update pvr driver to v1.0.2 in meta-cedartrail. This update of the driver supports B3 stepping of the Cedarview processor and also supports DP/eDP ports. Please update denzil branch with this patch series. Signed-off-by: Rahul Saxena -- The following

[yocto] [PATCH 0/3][meta-intel] Cover letter to update pvr driver to v1.0.2 in meta-cedartrail

2012-08-20 Thread rahul . saxena
From: Rahul Saxena Cover letter to update pvr driver to v1.0.2 in meta-cedartrail This update of the driver supports B3 stepping of the Cedarview processor and also supports DP/eDP ports. Signed-off-by: Rahul Saxena -- The following changes since commit

[yocto] [PATCH 2/3] meta-cedartrail: update SRCREV for yocto kernel pvr branch

2012-08-20 Thread rahul . saxena
From: Rahul Saxena Update SRCREV to point to yocto/pvr kernel branch with v1.0.2 pvr driver support 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

[yocto] [PATCH 3/3] meta-cedartrail: update PVR graphics driver to version 1.0.2

2012-08-20 Thread rahul . saxena
From: Rahul Saxena This update of the driver enables support for B3 stepping of Cedarview processor and also support for DP/eDP ports. Signed-off-by: Rahul Saxena --- meta-cedartrail/README |2 +- .../xorg-driver/cdv-pvr-driver.inc | 37

[yocto] [PATCH 1/3] meta-cedartrail: update SRCREV for Cedartrail machine branch

2012-08-20 Thread rahul . saxena
From: Rahul Saxena update SRCREV_machine_pn-linux-yocto_cedartrail Signed-off-by: Rahul Saxena --- .../recipes-kernel/linux/linux-yocto_3.0.bbappend |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend b

[yocto] [PATCH 1/1] meta-cedartrail: update PVR graphics driver to version 1.0.2

2012-08-16 Thread rahul . saxena
From: Rahul Saxena This update of the driver enables support for B3 stepping of Cedarview processor and also support for DP/eDP ports. Signed-off-by: Rahul Saxena --- meta-cedartrail/README |2 +- meta-cedartrail/conf/machine/cedartrail.conf |2

[yocto] [PATCH 0/1][meta-intel] Cover letter to upgrade meta-cedartrail pvr driver to v1.0.2

2012-08-16 Thread rahul . saxena
From: Rahul Saxena Cover letter to upgrade meta-cedartrail pvr driver to v1.0.2 This update of the driver enables support for B3 stepping of Cedarview processor and also support for DP/eDP ports. Signed-off-by: Rahul Saxena -- The following changes since commit

[yocto] [PATCH 1/1] meta-cedartrail: rename ogg-CC-BY-3.0-music-samples_0.1.bb to ogg-cc-by-3.0-music-samples_0.1.bb

2012-07-11 Thread rahul . saxena
From: Rahul Saxena Capital letters in receipe name generate error when ipk package types are used for build Signed-off-by: Rahul Saxena --- ...s_0.1.bb => ogg-cc-by-3.0-music-samples_0.1.bb} |0 .../images/core-image-sato-dev.bbappend|2 +- .../images/core-image-s

[yocto] [PATCH 0/1][meta-intel] Cover letter to rename ogg-CC-BY-3.0-music-samples_0.1.bb

2012-07-11 Thread rahul . saxena
From: Rahul Saxena Cover letter to rename ogg-CC-BY-3.0-music-samples_0.1.bb to ogg-cc-by-3.0-music-samples_0.1.bb Capital letters in receipe name generate error when ipk package types are used for build Please pull into Edison branch. Signed-off-by: Rahul Saxena -- The following changes

[yocto] [PATCH 0/1][meta-intel] Cover letter for enabling gstreamer-vaapi in meta-cedartrail

2012-06-28 Thread rahul . saxena
From: Rahul Saxena Cover letter for enabling gstreamer with vaapi based hardware acceleration Please pull into master branch. Signed-off-by: Rahul Saxena -- The following changes since commit 8f4eb72ee349858cf9b768c97aca70d82319f978: meta-emenlow: prefer 1.10.2 cairo (2012-06-14 23:48:34

[yocto] [PATCH 1/1] meta-cedartrail: add gstreamer-vaapi support

2012-06-28 Thread rahul . saxena
From: Rahul Saxena enable gstreamer with vaapi based hardware acceleration Signed-off-by: Rahul Saxena --- meta-cedartrail/conf/machine/cedartrail.conf |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta-cedartrail/conf/machine/cedartrail.conf b/meta-cedartrail

[yocto] [PATCH 1/1] meta-cedartrail: add SRCREV of yocto/pvr kernel branch

2012-05-02 Thread rahul . saxena
From: Rahul Saxena SRCREV for yocto/pvr was needed after the new rev of the kernel pvr patches were added Signed-off-by: Rahul Saxena --- .../linux/linux-yocto-rt_3.0.bbappend |3 +-- .../recipes-kernel/linux/linux-yocto_3.0.bbappend | 10 +++--- 2 files changed, 8

[yocto] [meta-intel][PATCH 0/1] Add SRCREV of yocto/pvr kernel branch

2012-05-02 Thread rahul . saxena
From: Rahul Saxena SRCREV for yocto/pvr was needed after the new rev of the kernel pvr patches were added Signed-off-by: Rahul Saxena -- The following changes since commit 0861f2513ebe7e1ad18291664356cfeab3c196b9: meta-cedartrail: fix README to state tools-testapps needed for Glxgears

[yocto] [PATCH 1/1] meta-cedartrail: add SRCREV of yocto/pvr kernel branch

2012-05-01 Thread rahul . saxena
From: Rahul Saxena SRCREV for yocto/pvr was needed after new rev of kernel pvr patches were added Signed-off-by: Rahul Saxena --- .../linux/linux-yocto-rt_3.0.bbappend |3 +-- .../recipes-kernel/linux/linux-yocto_3.0.bbappend |3 ++- 2 files changed, 3 insertions(+), 3

[yocto] [meta-intel][PATCH 0/1] Add SRCREV of yocto/pvr kernel branch

2012-05-01 Thread rahul . saxena
From: Rahul Saxena SRCREV for yocto/pvr was needed after the new rev of the kernel pvr patches were added Signed-off-by: Rahul Saxena -- The following changes since commit 0861f2513ebe7e1ad18291664356cfeab3c196b9: meta-cedartrail: fix README to state tools-testapps needed for Glxgears

[yocto] [PATCH 2/3] add updated version of linux-3.0.0-cdv.patch

2012-04-26 Thread rahul . saxena
From: Rahul Saxena Add updated version of linux-3.0.0-cdv patch for pvr driver This version includes vaapi (Video Acceleration API) related fixes Note that the patch is too large to post completely, pl see repo for actual changes. Signed-off-by: Rahul Saxena --- drivers/staging/Kconfig

[yocto] [PATCH 1/3] Revert "yocto/pvr: integrate pvr support"

2012-04-26 Thread rahul . saxena
From: Rahul Saxena This reverts commit 3604d007243d3db5fea8704f78a3608862e592f9. A updated version of the linux-3.0.0-cdv.patch was recently released by MeeGo. This revert will allow application of new patch. Note that the patch is too large to post completely. Pl see repo for actual changes

[yocto] [PATCH 3/3] add patch linux-3.0.0-ttm-clear-high.patch

2012-04-25 Thread rahul . saxena
From: Rahul Saxena Add patch for TTM page allocation from high memory Signed-off-by: Rahul Saxena --- drivers/gpu/drm/ttm/ttm_page_alloc.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/ttm/ttm_page_alloc.c b/drivers/gpu/drm/ttm/ttm_page_alloc.c

[yocto] [kernel][PATCH 0/3] Cover letter to update pvr patches

2012-04-25 Thread rahul . saxena
From: Rahul Saxena Cover letter to update pvr patches. A updated version of linux-3.0.0-cdv patch for pvr driver that includes vaapi (Video Acceleration API) related fixes was recently released by MeeGo. A revert of the existing version of this patch is done and then the new version is added

[yocto] [PATCH 1/1] meta-cedartrail: fix README to state tools-testapps needed for Glxgears

2012-04-09 Thread rahul . saxena
From: Rahul Saxena Existing README incorrectly states that "debug-tweaks" is needed to be added to EXTRA_IMAGE_FEATURES to include Glxgears in build. The correct feature to be included is "tools-testapps" and not "debug-tweaks" Signed-off-by: Rahul Saxena ---

[yocto] [PATCH 0/1][meta-intel] Cover letter for fixing meta-cedartrail README for Glxgears build

2012-04-09 Thread rahul . saxena
From: Rahul Saxena Cover letter for fixing the Cedar Trail BSP README file. Existing README incorrectly states that "debug-tweaks" is needed to be added to EXTRA_IMAGE_FEATURES to include Glxgears in build. This patch fixes the README to indicate that correct feature to be included

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

2012-03-26 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 B

[yocto] [PATCH 14/14] meta-cedartrail: change libva license to MIT

2012-03-26 Thread rahul . saxena
From: Rahul Saxena The license type in libva recipe was incorrect. Changed it to MIT Signed-off-by: Rahul Saxena --- .../recipes-multimedia/libva/libva_1.0.15.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-cedartrail/recipes-multimedia/libva

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

2012-03-26 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

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

2012-03-26 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 11/14] meta-cedartrail: Add web-webkit, audio and video samples to sato image

2012-03-26 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.bbap

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

2012-03-26 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

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

2012-03-26 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 08/14] meta-cedartrail: add libva recipe

2012-03-26 Thread rahul . saxena
From: Rahul Saxena The libva recipe is based on libva recipe published by Tom Zanussi in meta-intel/common area in the 1.2_Mx branches. The main difference is that this recipe sources the packages from the Cedar Trail section of the MeeGo download website. Signed-off-by: Rahul Saxena --- meta

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

2012-03-26 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 05/14] meta-cedartrail: seperate xorg.conf files for pvr and no-pvr cases

2012-03-26 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-x

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

2012-03-26 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 03/14] meta-cedartrail: update README with instructions for PVR Graphics driver build

2012-03-26 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 02/14] meta-cedartrail: update BBFILES to include meta-intel/common path

2012-03-26 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

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

2012-03-26 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

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

2012-03-26 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

[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

[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 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 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 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.bbap

[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

[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

[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 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 B

[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 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-x

[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

[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

[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

[yocto] [PATCH 1/1] meta-cedartrail: new layer for Cedar Trail Systems

2011-12-15 Thread rahul . saxena
From: Rahul Saxena Signed-off-by: Rahul Saxena --- MAINTAINERS|4 + meta-cedartrail/COPYING.MIT| 17 meta-cedartrail/README | 83 meta-cedartrail/README.sources

[yocto] [PATCH 0/1] meta-cedartrail: new layer for Cedar Trail systems

2011-12-15 Thread rahul . saxena
From: Rahul Saxena This is the initial version of the BSP for Cedar Trail platform. The Cedar Trail platform is based on the Intel Cedarview Atom processor and Tiger Point Chipset. I have sucessfuly booted sato image on the Cedar Falls CRB, desktop and mobile pre-production sample boards and

[yocto] [PATCH 1/1][KERNEL] meta: Add cedartrail

2011-12-14 Thread rahul . saxena
From: Rahul Saxena Add cedartrail.cfg, cedartrail.scc, cedartrail-standard.scc, cedartrail-preempt-rt.scc Signed-off-by: Rahul Saxena --- .../bsp/cedartrail/cedartrail-preempt-rt.scc |7 +++ .../bsp/cedartrail/cedartrail-standard.scc |7 +++ .../cfg/kernel-cache/bsp

[yocto] [PATCH 0/1][KERNEL] meta: Add cedartrail

2011-12-14 Thread rahul . saxena
From: Rahul Saxena This is the initial version of a BSP for the Cedar Trail platform. The Cedar Trail platform consists of the Intel Cedarview Atom processor and Tiger Point Chipset. I have succesfully booted Sato image on Cedar Trail CRB, desktop and mobile pre-production sample boards and

[yocto] [PATCH 1/1] meta: new bsp - cedartrail

2011-11-03 Thread rahul . saxena
From: rsaxena Signed-off-by: Rahul Saxena --- .../bsp/cedartrail/cedartrail-preempt-rt.scc |7 +++ .../bsp/cedartrail/cedartrail-standard.scc |7 +++ .../cfg/kernel-cache/bsp/cedartrail/cedartrail.cfg | 58 .../cfg/kernel-cache/bsp/cedartrail