Re: [yocto] [PATCH meta-intel] meta-cedartrail: really fix mesa-dri version (typo'd)

2012-11-05 Thread Saxena, Rahul
We are OK for putting it in the release notes and not doing RC3. Thanks Rahul From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, November 05, 2012 8:16 AM To: Zanussi, Tom Cc: Bodke, Kishore K; Saxena, Rahul; yocto@yoctoproject.org<mailto:yocto@yoctoproject.org> Subje

[yocto] Release of version 8.0 (Danny) meta-intel Board Support Packages

2012-11-12 Thread Saxena, Rahul
Hello All, Intel Corporation is pleased to announce version 8.0 ("Danny") board support packages for Intel embedded platforms. Images with these BSPs can be built with the "Danny" release of the Yocto Project (i.e. Yocto 1.3). These BSPs are available for download at the following locations

[yocto] e100 driver does not build

2011-08-31 Thread Saxena, Rahul
I am unable to get the e100 driver to build for my BSP. I have configured to build it as a module. I do not see the e100.ko file being generated nor does CONFIG_E100 appear in the generated .config file in my build area. However I do see the driver source file e100.c in tmp/work/bspname-poky

Re: [yocto] e100 driver does not build

2011-09-01 Thread Saxena, Rahul
. BTW what does a message such as following in the .config file mean ? "CONFIG_x is not set" Thanks Rahul -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Wednesday, August 31, 2011 6:27 PM To: Zanussi, Tom Cc: Saxena, Ra

Re: [yocto] e100 driver does not build

2011-09-01 Thread Saxena, Rahul
ed off because of unmet depencies << However I am not sure if this works in all cases as I did not see "# CONFIG_E100 is not set" even when its dependent configurations were not satisfied Rahul -Original Message- From: Zanussi, Tom Sent: Thursday, September 01, 2011 11:2

[yocto] [PATCH 0/2] [KERNEL] Cover letter for the delete duplicate statement and delete unused cfg fragment patches

2011-09-01 Thread Saxena, Rahul
Cover letter for the delete duplicate statement and delete unused cfg fragment patches Rahul Saxena (2): Removed duplicate statement Removed unused cfg file meta/cfg/kernel-cache/bsp/fishriver/eg20t.cfg | 39 - meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc |

[yocto] [PATCH 1/2] [KERNEL] Removed duplicate statement

2011-09-01 Thread Saxena, Rahul
Removed duplicate statement --- meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc b/meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc index 0abde0d..6e3d385 100644 --- a/met

[yocto] [PATCH 2/2] [KERNEL] Removed unused cfg file

2011-09-01 Thread Saxena, Rahul
Removed unused cfg file --- meta/cfg/kernel-cache/bsp/fishriver/eg20t.cfg | 39 - 1 files changed, 0 insertions(+), 39 deletions(-) delete mode 100644 meta/cfg/kernel-cache/bsp/fishriver/eg20t.cfg diff --git a/meta/cfg/kernel-cache/bsp/fishriver/eg20t.cfg b/meta/cfg/ke

[yocto] [PATCH 0/2] [KERNEL] Cover letter for seperating 10/100 LAN feature from 1G and 10G

2011-09-08 Thread Saxena, Rahul
Cover letter for separating 10/100 LAN feature from 1G and 10G. Typically a machine does not need both of 10/100 and 1G/10G drivers. Signed-off-by: Rahul Saxena Rahul Saxena (2): Remove 10/100 LAN support. 10/100 LAN will be configured by seperate files Added seperate feature for 10

[yocto] [PATCH 1/2] [KERNEL] Remove 10/100 LAN support. 10/100 LAN will be configured by separate files

2011-09-08 Thread Saxena, Rahul
Remove 10/100 LAN support. 10/100 LAN will be configured by separate files Signed-off-by: Rahul Saxena --- .../features/intel-e1/intel-e1.cfg |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/cfg/kernel-cache/features/intel-e1/intel-e1.cfg b/me

[yocto] [PATCH 2/2] [KERNEL] Add separate feature for 10/100 LAN support

2011-09-08 Thread Saxena, Rahul
Added separate feature for 10/100 LAN support. Signed-off-by: Rahul Saxena --- .../features/intel-e1/intel-e100.cfg |2 ++ .../features/intel-e1/intel-e100.scc |1 + 2 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 meta/cfg/kernel-cache/feat

[yocto] [PATCH 0/3] [KERNEL] Cover letter for seperating 10/100 LAN feature from 1G and 10G

2011-09-08 Thread Saxena, Rahul
Cover letter for separating 10/100 LAN feature from 1G and 10G. Typically a machine does not need both of 10/100 and 1G/10G drivers. Signed-off-by: Rahul saxenarahul.sax...@intel.com Rahul Saxena (3): Remove 10/100 LAN support. 10/100 LAN will be configured by se

[yocto] [PATCH 1/3] [KERNEL] Remove 10/100 LAN support. 10/100 LAN will be configured by separate files

2011-09-08 Thread Saxena, Rahul
Remove 10/100 LAN support. 10/100 LAN will be configured by separate files Signed-off-by: Rahul saxenarahul.sax...@intel.com --- .../features/intel-e1/intel-e1.cfg |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/cfg/kern

[yocto] [PATCH 2/3] [KERNEL] Add separate feature for 10/100 LAN support

2011-09-08 Thread Saxena, Rahul
Added separate feature for 10/100 LAN support. Signed-off-by: Rahul Saxenamailto:rahul.sax...@intel.com>> --- .../features/intel-e1/intel-e100.cfg |2 ++ .../features/intel-e1/intel-e100.scc |1 + 2 files changed, 3 insertions(+), 0 deletions(-) create mode 1

[yocto] [PATCH 3/3] [KERNEL] Add e100 feature configuration to all boards

2011-09-08 Thread Saxena, Rahul
Added separate feature for 10/100 LAN support. Signed-off-by: Rahul Saxenamailto:rahul.sax...@intel.com>> --- .../kernel-cache/bsp/common-pc-64/common-pc-64.scc |1 + meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc |1 + meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc|1 + met

Re: [yocto] [PATCH 0/3] [KERNEL] Cover letter for seperating 10/100 LAN feature from 1G and 10G

2011-09-09 Thread Saxena, Rahul
Hi Bruce, Sorry about that. I will push them to a git contrib branch and send you a link. Thanks Rahul -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Friday, September 09, 2011 11:52 AM To: Saxena, Rahul Cc: yocto@yoctoproject.org; Bruce Ashfield

Re: [yocto] [PATCH 0/3] [KERNEL] Cover letter for seperating 10/100 LAN feature from 1G and 10G

2011-09-09 Thread Saxena, Rahul
: Friday, September 09, 2011 11:52 AM To: Saxena, Rahul Cc: yocto@yoctoproject.org; Bruce Ashfield; Zanussi, Tom Subject: Re: [yocto] [PATCH 0/3] [KERNEL] Cover letter for seperating 10/100 LAN feature from 1G and 10G On 11-09-08 07:30 PM, Saxena, Rahul wrote: > Cover letter for separating 10/100

[yocto] Debian packages on Yocto Target

2011-09-19 Thread Saxena, Rahul
Hello folks, We are able to use RPM package manager on a Yocto built image. Is it possible to generate images that support Debian packages ? If so how does one do it ? A general pointer will be enough,I don't need details at this point. Thanks Rahul ___

[yocto] web-webkit poky package

2011-11-11 Thread Saxena, Rahul
Hi, I have installed the web-webkit package in my core-image-sato image. However I am facing two issues. 1. I am operating inside a corporate firewall and the browser does not seem to be picking up the proxy settings. I have the following set in my /etc/profile file: http_proxy=http://:

Re: [yocto] web-webkit poky package

2011-11-11 Thread Saxena, Rahul
Just wanted to add I am using "edison" branch of poky. Rahul From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Saxena, Rahul Sent: Friday, November 11, 2011 4:24 PM To: yocto@yoctoproject.org Subject: [yocto] web-webkit poky package Hi, I have

[yocto] SRCREV variable

2011-11-23 Thread Saxena, Rahul
Hi , Can anyone explain how to set the SRCREV variable for a recipe ? I get a error: "Please Set SRCREV to a valid value" The poky manual simply has the following explanation: 'SRCREV Revision of source code used to build package (Subversion, GIT, Bazaar only). ' For example if

Re: [yocto] SRCREV variable

2011-11-23 Thread Saxena, Rahul
Yes I saw this other stuff too...but I don't see anywhere the explanation of how a revision identifier is generated or obtained. Thanks Rahul From: Rifenbark, Scott M Sent: Wednesday, November 23, 2011 3:30 PM To: Saxena, Rahul; yocto@yoctoproject.org Subject: RE: SRCREV variable There

Re: [yocto] [PATCH 0/1][KERNEL] meta: Add cedartrail: Corrected machine branch name

2011-12-14 Thread Saxena, Rahul
I made a mistake in specifying the machine branch name: The new machine branch should be: "yocto/standard/cedartrail" instead of "yocto/standard/cedartview" Sorry about that. Thanks Rahul -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.o

[yocto] Gaku music player

2012-02-01 Thread Saxena, Rahul
Hello, What type of music files is the Gaku music player on Sato desk top supposed to play ? For me it did not work with mp3 files..however it is playing the soundtrack from a .ogg video file Thanks Rahul ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Gaku music player

2012-02-01 Thread Saxena, Rahul
-Original Message- From: Darren Hart [mailto:dvh...@linux.intel.com] Sent: Wednesday, February 01, 2012 10:54 AM To: Saxena, Rahul Cc: yocto@yoctoproject.org Subject: Re: [yocto] Gaku music player On 02/01/2012 09:57 AM, Saxena, Rahul wrote: > Hello, > > > > What type of mus

Re: [yocto] serial consoles

2012-02-01 Thread Saxena, Rahul
The following format worked for me Cedar Trail Canoe Creek boards: SYSLINUX_OPTS = "serial 3 115200" SERIAL_CONSOLE = "115200 ttyS3" APPEND += "console=ttyS3,115200 console=tty3" This format is based on Fish River 2 BSP: http://git.yoctoproject.org/cgit/cgit.cgi/meta-i

Re: [yocto] serial consoles

2012-02-01 Thread Saxena, Rahul
Forgot to mention, I tried these statements on machine/cedartrail.conf -Original Message- From: Saxena, Rahul Sent: Wednesday, February 01, 2012 5:10 PM To: 'jfabernathy'; yocto@yoctoproject.org Subject: RE: [yocto] serial consoles The following format worked for me Cedar T

Re: [yocto] Gaku music player

2012-02-02 Thread Saxena, Rahul
> On 02/01/2012 07:02 PM, Tom Zanussi wrote: > > > On Wed, 2012-02-01 at 17:39 -0500, jfabernathy wrote: > > >> On 02/01/2012 04:47 PM, Tom Zanussi wrote: > > >>> On Wed, 2012-02-01 at 13:44 -0800, Darren Hart wrote: >

[yocto] package requires different glib version

2012-02-24 Thread Saxena, Rahul
Had a question on Glib. The configuration script of one of the packages I am trying to build requires glib >= 2.31.10 , but the Edision branch has 2.28 version. What does one generally do in these type of cases ? Thanks Rahul ___ yocto mailing list

[yocto] do_qa_cofigure error message: host include and/or library paths while determining system capabilities

2012-03-01 Thread Saxena, Rahul
Hi, Can someone explain the meaning of the following error: | ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. | Rerun configure task after fixing this. The path was '/home/rsaxena/YoctoWork3x/cedarmplayer2/tmp/work/

Re: [yocto] do_qa_cofigure error message: host include and/or library paths while determining system capabilities

2012-03-02 Thread Saxena, Rahul
Hi Joshua, The error message however does not seem to print the correct problematic path.. but I was able to find the problem using your tips. Thanks ! Rahul -Original Message- From: Joshua Immanuel [mailto:j...@hipro.co.in] Sent: Thursday, March 01, 2012 7:52 PM To: Saxena, Rahul Cc

Re: [yocto] [KERNEL][PATCH 0/1] meta: Create scc file for pvr merge

2012-03-13 Thread Saxena, Rahul
Hi Bruce, I plan to submit patches next week to update the meta-cedartrail BSP to use this yocto/pvr branch. Thanks Rahul -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Bruce Ashfield Sent: Tuesday, March 13, 2012 9:04 PM

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] [kernel][PATCH 0/3] Cover letter to update pvr patches

2012-04-26 Thread Saxena, Rahul
Hi Bruce, Yes, the >> yocto/pvr: add hdmi/acpi definitions << commit stays as this patch has not been updated by MeeGo. Thanks for checking. Rahul -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Thursday, April 26, 2012 1:04 PM To: Saxe

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

[yocto] [ANNOUNCEMENT] Release of meta-intel Board Support Packages for Denzil 7.0

2012-06-29 Thread Saxena, Rahul
Hello All, Intel Corporation is pleased to announce the release of Intel-based board support packages built from Yocto 1.2 "Denzil". These BSPs are available for download at the following locations: crownbay: http://www.yoctoproject.org/download/bsp/intel-atom-processor-e660-intel-platfo

[yocto] ERROR: Function failed: do_install_perf

2012-07-20 Thread Saxena, Rahul
Hi, I suddenly started to get the following error when running bitbake. I am using Denzil branches of poky, meta-intel and poky-extras. I installed libper-dev as suggested by the error message, but it made no difference. Any suggestions ? Thanks Rahul ERROR: Function failed: do_install_perf

Re: [yocto] ERROR: Function failed: do_install_perf

2012-07-22 Thread Saxena, Rahul
8:00 PM, Tom Zanussi wrote: > On Sat, 2012-07-21 at 15:01 -0700, Bodke, Kishore K wrote: >> >> >-Original Message- >> >From: yocto-boun...@yoctoproject.org [mailto:yocto- >> >boun...@yoctoproject.org] On Behalf Of Tom Zanussi >> >Sent:

[yocto] ERROR: QA Issue: Architecture did not match (62 to 3)

2012-07-26 Thread Saxena, Rahul
I get the following error: ERROR: QA Issue: Architecture did not match (62 to 3) on /work/rangeley-poky-linux/linux-yocto-3.4.4+git1+a8cf77018b0faa0d29f1483ff4e5a2034dc8edd5_1+6297e4c1d57e1063bfce297c2e12392348598559-r4.0/packages-split/kernel-vmlinux/boot/vmlinux-3.4.4-yocto-standard What d

Re: [yocto] ERROR: QA Issue: Architecture did not match (62 to 3)

2012-07-26 Thread Saxena, Rahul
[mailto:bruce.ashfi...@windriver.com] Sent: Thursday, July 26, 2012 11:45 AM To: Saxena, Rahul Cc: yocto@yoctoproject.org Subject: Re: [yocto] ERROR: QA Issue: Architecture did not match (62 to 3) On 12-07-26 02:37 PM, Saxena, Rahul wrote: > I get the following error: > > ERROR: QA Issu

Re: [yocto] ERROR: QA Issue: Architecture did not match (62 to 3)

2012-07-26 Thread Saxena, Rahul
[mailto:bruce.ashfi...@windriver.com] Sent: Thursday, July 26, 2012 12:08 PM To: Saxena, Rahul Cc: yocto@yoctoproject.org Subject: Re: [yocto] ERROR: QA Issue: Architecture did not match (62 to 3) On 12-07-26 02:58 PM, Saxena, Rahul wrote: > Hmm OK..but not sure what I did wrong. > > I just started

Re: [yocto] ERROR: QA Issue: Architecture did not match (62 to 3)

2012-07-26 Thread Saxena, Rahul
Fixing typo..The warning message is actually; WARNING: Looked at meta/cfg/standard/rangeley/hdw_frags.txt and meta/cfg/standard/Rangeley/required_frags.txt in Directory: meta/cfg/standard/rangeley -Original Message- From: Saxena, Rahul Sent: Thursday, July 26, 2012 3:49 PM To: '

Re: [yocto] ERROR: QA Issue: Architecture did not match (62 to 3)

2012-07-26 Thread Saxena, Rahul
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com] Sent: Thursday, July 26, 2012 6:53 PM To: Saxena, Rahul Cc: yocto@yoctoproject.org Subject: Re: [yocto] ERROR: QA Issue: Architecture did not match (62 to 3) On Thu, Jul 26, 2012 at 6:48 PM, Saxena, Rahul wrote

Re: [yocto] ERROR: QA Issue: Architecture did not match (62 to 3)

2012-07-27 Thread Saxena, Rahul
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Friday, July 27, 2012 7:13 AM To: Saxena, Rahul Cc: Bruce Ashfield; yocto@yoctoproject.org Subject: Re: [yocto] ERROR: QA Issue: Architecture did not match (62 to 3) On 12-07-27 12:51 AM, Saxena, Rahul

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

2012-08-16 Thread Saxena, Rahul
The patch is for denzil branch of meta-intel. Thanks Rahul -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of rahul.sax...@intel.com Sent: Thursday, August 16, 2012 11:36 AM To: yocto@yoctoproject.org; Zanussi, Tom; bruce.ashfi...

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

2012-08-20 Thread Saxena, Rahul
I am just bringing it up to a most recent update from Bruce. Nothing pushed from my side to cedartrail branch. Thanks Rahul -Original Message- From: Darren Hart [mailto:dvh...@linux.intel.com] Sent: Monday, August 20, 2012 3:09 PM To: Saxena, Rahul Cc: yocto@yoctoproject.org; Zanussi

[yocto] ERROR: QA Issue: No GNU_HASH in the elf binary

2012-08-21 Thread Saxena, Rahul
Hi, I am using poky/1.3_M3 branch and I get a bunch of "ERROR: QA Issue: No GNU_HASH in the elf binary:" My recipe is for installing binary files only. I have the following statement in my recipe: INSANE_SKIP_${PN} = "ldflags" But I still get the errors ..any suggestions ? WARNING: File '/us

Re: [yocto] ERROR: QA Issue: No GNU_HASH in the elf binary

2012-08-21 Thread Saxena, Rahul
ng any .so files in -dev package. Thanks Rahul -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Tuesday, August 21, 2012 11:09 AM To: Saxena, Rahul Cc: yocto@yoctoproject.org Subject: Re: [yocto] ERROR: QA Issue: No GNU_HASH in the elf binary On Tue, Aug 21, 2012 a

Re: [yocto] ERROR: QA Issue: No GNU_HASH in the elf binary

2012-08-21 Thread Saxena, Rahul
[mailto:kerg...@gmail.com] On Behalf Of Chris Larson Sent: Tuesday, August 21, 2012 12:07 PM To: Saxena, Rahul Cc: Khem Raj; yocto@yoctoproject.org Subject: Re: [yocto] ERROR: QA Issue: No GNU_HASH in the elf binary On Tue, Aug 21, 2012 at 12:05 PM, Saxena, Rahul wrote: > You are right, these are regu

Re: [yocto] ERROR: QA Issue: No GNU_HASH in the elf binary

2012-08-21 Thread Saxena, Rahul
right bitbake.conf was the place to look at :) Rahul -Original Message- From: Saxena, Rahul Sent: Tuesday, August 21, 2012 12:25 PM To: 'Chris Larson' Cc: Khem Raj; yocto@yoctoproject.org Subject: RE: [yocto] ERROR: QA Issue: No GNU_HASH in the elf binary oe-core/meta/conf/bi

Re: [yocto] ERROR: QA Issue: No GNU_HASH in the elf binary

2012-08-21 Thread Saxena, Rahul
Yes, rearranging the package generation order worked. Was not aware that default package generation could change between poky releases. Rahul -Original Message- From: Saxena, Rahul Sent: Tuesday, August 21, 2012 12:54 PM To: Saxena, Rahul; Chris Larson Cc: Khem Raj; yocto

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

2012-08-24 Thread Saxena, Rahul
Need to make a correction: This patch series is not for denzil branch, it is for the master branch. Pl pull into master branch. My apologies for any confusion this may have caused. Thanks Rahul -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.

[yocto] Poky 1.3_M3 branch does not work with linux-yocto 3.0 kernel ?

2012-08-27 Thread Saxena, Rahul
Hi, I am building a BSP (meta-cedartrail) using 1.3 M3 branch of Poky. When I try to boot a image such as core-image-sato, I get kernel panic and errors such as: VFS: Cannot open root device "ram0" or unkown-block(0,0) Please append a correct "root=" boot option; here are the available pa

Re: [yocto] Poky 1.3_M3 branch does not work with linux-yocto 3.0 kernel ?

2012-08-29 Thread Saxena, Rahul
ky 1.3_M3 branch does not work with linux-yocto >3.0 kernel ? > >On Tue, Aug 28, 2012 at 3:34 PM, Darren Hart wrote: >> On 08/27/2012 08:18 PM, Bruce Ashfield wrote: >>> On 12-08-27 8:14 PM, Saxena, Rahul wrote: >>>> Hi, >>>> >>>> I am b

Re: [yocto] Poky 1.3_M3 branch does not work with linux-yocto 3.0 kernel ?

2012-08-31 Thread Saxena, Rahul
I have opened a issue in bugzilla for this (Bug# 3050) Rahul -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Thursday, August 30, 2012 10:23 AM To: Saxena, Rahul Cc: Bodke, Kishore K; Bruce Ashfield; Hart, Darren; yocto@yoctoproject.org Subject: Re

[yocto] Error when applying kernel patch from BSP: "Uncommited changes detected. Refresh first" error

2012-08-31 Thread Saxena, Rahul
Hi, I am trying to apply a kernel patch from the BSP, but getting a error. DEBUG: Executing shell function do_patch Unstaged changes after reset: M .gitignore Deleted branch meta-temp (was 580ac9c). warning: could not find (or was already included): cfg/x86_64.scc (/home/rsaxena/YoctoWork2/

Re: [yocto] Error when applying kernel patch from BSP: "Uncommited changes detected. Refresh first" error

2012-09-03 Thread Saxena, Rahul
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com] Sent: Friday, August 31, 2012 6:59 PM To: Saxena, Rahul Cc: yocto@yoctoproject.org; Hart, Darren Subject: Re: [yocto] Error when applying kernel patch from BSP: "Uncommited changes detected. Refresh first&q

Re: [yocto] Error when applying kernel patch from BSP: "Uncommited changes detected. Refresh first" error

2012-09-04 Thread Saxena, Rahul
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Tuesday, September 04, 2012 7:12 AM To: Saxena, Rahul Cc: Bruce Ashfield; yocto@yoctoproject.org; Hart, Darren Subject: Re: [yocto] Error when applying kernel patch from BSP: "Uncommited ch

Re: [yocto] Denzil / Cedartrail / EGL/GLES under X

2012-09-13 Thread Saxena, Rahul
Ross, the definition of RPROVIDES is not given in the Yocto project reference manual. Perhaps it should be added to the manual ? Thanks Rahul -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Burton, Ross Sent: Thursday, Septemb

[yocto] maximum recursion depth exceeded errors with gnutls_2.12.17.bb

2012-09-19 Thread Saxena, Rahul
Hi, I have suddenly started getting maximum recursion depth exceeded python errors with gnutls_2.12.17.bb recipe on Denzil branch. I am copying snippets of the message log below (some of the stuff that repeats has been removed) Any suggestions as what could be the problem ? Thanks

Re: [yocto] [linux-yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-20 Thread Saxena, Rahul
-Original Message- From: Zanussi, Tom Sent: Wednesday, September 19, 2012 7:38 PM To: Bruce Ashfield Cc: Mihai Lindner; Development list for the linux-yocto*.git Linux kernel repositories; yocto@yoctoproject.org; Darren Hart; Bodke, Kishore K; Saxena, Rahul Subject: Re: [linux-yocto

Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the kernel

2012-10-06 Thread Saxena, Rahul
Try adding the unionfs feature (below) to your kernel: http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.0/tree/meta/cfg/kernel-cache/features/unionfs?h=meta create a file my_cedartrail.scc with following line: include features/unionfs/unionfs.scc put this file in a dir linux-yocto, the di

Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the kernel

2012-10-08 Thread Saxena, Rahul
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com] Sent: Monday, October 08, 2012 7:00 AM To: Chris Tapp Cc: Saxena, Rahul; yocto@yoctoproject.org Project Subject: Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in the kernel On Mon, Oct 8

Re: [yocto] [PATCH] meta-cedartrail: bump mesa-dri preferred version to 8.04

2012-10-30 Thread Saxena, Rahul
-Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Burton, Ross Sent: Tuesday, October 30, 2012 9:07 AM To: Bodke, Kishore K Cc: yocto@yoctoproject.org Subject: [yocto] [PATCH] meta-cedartrail: bump mesa-dri preferred version to

[yocto] Failure while running bitbake: gcc-4.5.0.tar.bz2 seems to be corrupted

2011-03-31 Thread Saxena, Rahul
Hi, I get a failure when I run the bitbake example stated in the Yocto Project Quick Start Guide $ bitbake poky-image-sato Gives the following error: >> NOTE: Running task 256 of 1633 (ID: 1585, /home/rsaxena/poky-laverne-4.0/meta/recipes-devtools/gcc/gcc-cross-initial_4.5.0.bb, do_unpack)

Re: [yocto] Failure while running bitbake: gcc-4.5.0.tar.bz2 seems to be corrupted

2011-04-01 Thread Saxena, Rahul
: Saxena, Rahul; yocto@yoctoproject.org Subject: RE: [yocto] Failure while running bitbake: gcc-4.5.0.tar.bz2 seems to be corrupted could you try manually download the tar ball from the link, and then copy to the /home/rsaxena/poky-4.0-build/downloads/? Thanks Kevin From: yocto-boun