[yocto] Error Creating Project with Eclipse IDE

2011-09-06 Thread Enric Balletbò i Serra
Hi all, Following http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.htm (chapter 4.2), when I’m creating a New Project I’m getting the message: Error Creating Project Project cannot be created Reason: Internal Error: java.lang.NullPointerException I'm running Eclipse Helios

Re: [yocto] Error Creating Project with Eclipse IDE

2011-09-06 Thread Lu, Lianhao
Hi Enric, Which version of the Yocto eclipse plug-in did you use? Have you configure the plug-in as mentioned in manual section 4.1.3? Best Regards, -Lianhao Enric Balletbò i Serra wrote on 2011-09-06: Hi all, Following http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.htm

Re: [yocto] Error Creating Project with Eclipse IDE

2011-09-06 Thread Lu, Lianhao
Enric Balletbò i Serra wrote on 2011-09-06: Hi Lianhao, 2011/9/6 Lu, Lianhao lianhao...@intel.com: Hi Enric, Which version of the Yocto eclipse plug-in did you use? I'm using version 1.0 from http://www.yoctoproject.org/downloads/eclipse-plugin/1.0 with latest yocto mainline from git.

Re: [yocto] Error Creating Project with Eclipse IDE

2011-09-06 Thread Enric Balletbò i Serra
2011/9/6 Lu, Lianhao lianhao...@intel.com: Enric Balletbò i Serra wrote on 2011-09-06: Hi Lianhao, 2011/9/6 Lu, Lianhao lianhao...@intel.com: Hi Enric, Which version of the Yocto eclipse plug-in did you use? I'm using version 1.0 from

[yocto] trying to summarize all the top-level yocto-related docs

2011-09-06 Thread Robert P. J. Day
in trying to resolve a minor issue this weekend regarding PREMIRRORS, i tried to summarize the current set of yocto-related docs and wound up just a bit confused so i'm hoping someone can clarify the canonical set of documentation someone getting into yocto would want to have. as i read it,

[yocto] Mailing List

2011-09-06 Thread Brian Duffy
Is there a mailing list specifically for users? I am getting a bunch of mails focused on commits to the project and other project development related stuff that I am not particularly interested in. I just don't want to be bothering the wrong people with my simple questions if I am on the wrong

Re: [yocto] Mailing List

2011-09-06 Thread Robert P. J. Day
On Tue, 6 Sep 2011, Brian Duffy wrote: Is there a mailing list specifically for users? I am getting a bunch of mails focused on commits to the project and other project development related stuff that I am not particularly interested in. I just don't want to be bothering the wrong people with

[yocto] Agenda: Yocto Technical Team Meeting - (Tuesday, September 06, 2011 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada))

2011-09-06 Thread Liu, Song
* Opens collection - 5 min (Song) * Yocto 1.1 M4 status review and issues - 20 min (team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.1_Release_Criteria - Status summary for bug fixes. - Documentation status (Scott Rifenbark) - Build status (Beth) * Opens - 15 min  

[yocto] Minutes: Yocto Technical Team Meeting - (Tuesday, September 06, 2011 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada))

2011-09-06 Thread Liu, Song
* Team action item: Prepare a 2-minute information sharing for this meeting on: 1. What you have done in the past week. 2. what's your focus/plan for the current week. 3. what's the impediment/issue if there is any.   Attendees: Scott, Saul, Mark, Matthew, Denys, Tom, Josh, Paul,

[yocto] [PATCH 0/2] meta-intel: n450 SRCREV and PREFERRED_VERSION to 3.0.4

2011-09-06 Thread Darren Hart
The following changes since commit b4ae4edff5f164b21a28572492b0e306e0c9537b: meta-intel: update SRCREVs (2011-09-06 08:26:12 -0500) are available in the git repository at: git://git.yoctoproject.org/meta-intel-contrib dvhart/n450

[yocto] [PATCH 2/2] n450: update linux-yocto PREFERRED_VERSION to 3.0%

2011-09-06 Thread Darren Hart
Avoid bitbake warnings about 3.0+git% not being available. The kernel version contains the stable release as well (e.g. 3.0.4), so use the now standard 3.0% to select the latest 3.0 release of the linux-yocto kernel recipe. Signed-off-by: Darren Hart dvh...@linux.intel.com ---

Re: [yocto] RT kernel with core-image-sato build failed for sugarbay

2011-09-06 Thread Darren Hart
On 09/01/2011 03:05 PM, Bodke, Kishore K wrote: For the build I removed the rttests in the IMAGE_INSTALL , so it is not showing up here. bitbake -e core-image-sato | egrep IMAGE_INSTALL= # MULTILIB_IMAGE_INSTALL= #

Re: [yocto] RT kernel with core-image-sato build failed for sugarbay

2011-09-06 Thread Bodke, Kishore K
Hi Darren, With the below Tom's commit IDs, the build was success and I am moving ahead with this. I am not blocked. I was also able to build and boot the Crystalforest BSP. Thanks Kishore. -Original Message- From: Darren Hart [mailto:dvh...@linux.intel.com] Sent: Tuesday, September

[yocto] [PATCH 0/1] add a btrfs feature in linux-yocto-3.0

2011-09-06 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The following changes since commit 3c9ebeed2598b74798a0c9247ef7c385e0cd96a7: meta: re-enable utrace feature for linux-yocto (2011-09-05 15:40:08 -0400) are available in the git repository at: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib

[yocto] [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support

2011-09-06 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/btrfs/btrfs.cfg |1 + meta/cfg/kernel-cache/features/btrfs/btrfs.scc |1 + 2 files changed, 2 insertions(+), 0 deletions(-) create mode 100644

Re: [yocto] [PATCH 1/1] btrfs: Add a new kernel feature to enable the btrfs support

2011-09-06 Thread Bruce Ashfield
On 11-09-06 03:56 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamblenitin.a.kam...@intel.com Looks good. If we are merging this as config only, I've been putting them in meta/cfg/kernel-cache/cfg/ So I relocated this configuration to that directory. I'll have it pushed out in the next

Re: [yocto] Yocto 1.1 Beta Questions

2011-09-06 Thread Brian Duffy
Okay, so it turns out that I had already downloaded what I needed with the instructions from the latest blog post for the beta release. It specifically mentions certain command to replace from the quick start guide. So I went into the oe-beta directory and ran . ./oe-init-build-env ~/my-build and

Re: [yocto] Yocto 1.1 Beta Questions

2011-09-06 Thread Stewart, David C
Yeah, I ran into the same thing, Brian. Installing xterm is missing from the quickstart and the beta instructions. Sorry about that. Sent from my Blackberry From: Brian Duffy [mailto:brdu...@gmail.com] Sent: Tuesday, September 06, 2011 04:51 PM To: Osier-mixon, Jeffrey; yocto@yoctoproject.org