Re: [yocto] Error Creating Project with Eclipse IDE

2011-09-15 Thread Enric Balletbò i Serra
2011/9/6 Enric Balletbò i Serra eballe...@gmail.com: 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] tcf-agent fail to run on imx28evk

2011-09-15 Thread 蔡振军
Hi ALL, I build one image for imx28evk. But tcf-agent fail to start in boot process and get same fault when I run it manually. Log like this: INIT: Entering runlevel: 5 Starting syslogd/klogd: done Starting tcf-agent: Alignment trap: tcf-agent (1526) PC=0x4e704ca4

[yocto] [PATCH] openssh: Create /etc/ssh/ssh_host_ecdsa_key if it doesn't exist

2011-09-15 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra eballe...@iseebcn.com After OpenSSH 5.7 the ECDSA is the preferred key algorithm when both the client and server support it. This patch solves the error that shows: Could not load host key: /etc/ssh_host_ecdsa_key creating a ECDSA key if it doesn't exist.

Re: [yocto] [PATCH] openssh: Create /etc/ssh/ssh_host_ecdsa_key if it doesn't exist

2011-09-15 Thread Enric Balletbò i Serra
2011/9/15 Martin Jansa martin.ja...@gmail.com: On Thu, Sep 15, 2011 at 04:54:43PM +0200, Enric Balletbo i Serra wrote: From: Enric Balletbo i Serra eballe...@iseebcn.com After OpenSSH 5.7 the ECDSA is the preferred key algorithm when both the client and server support it. Please use right

Re: [yocto] Error Creating Project with Eclipse IDE

2011-09-15 Thread Zhang, Jessica
Hi Eric, The eclipse 1.0 works with Yocto 1.0 release. For the latest Yocto mainline, we'd advise you to update to eclipse Indigo, 1.1_M3.final is updated for Indigo. We're working on the document including how to configure Indigo at the moment for the upcoming Yocto Oct. release. Below is

Re: [yocto] ELCE Presentations

2011-09-15 Thread Osier-mixon, Jeffrey
Hi folks - by now anyone who has had a presentation accepted at ELCE should be notified and registered. If you have been accepted to present about the Yocto Project, please let me know (and congratulations). If you already responded to this message earlier, you don't have to do so again. :)

[yocto] Yocto Project 1.1 release go/no-go meeting

2011-09-15 Thread Liu, Song
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT

[yocto] [PATCH] meta-yocto/beagleboard-audio: add PN to RDEPENDS

2011-09-15 Thread Tom Zanussi
RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- .../beagleboard-audio/beagleboard-audio.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-yocto/recipes-bsp/beagleboard-audio/beagleboard-audio.bb

[yocto] [PATCH] meta-intel/n450-audio: add PN to RDEPENDS

2011-09-15 Thread Tom Zanussi
RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta-n450/recipes-bsp/n450-audio/n450-audio.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-n450/recipes-bsp/n450-audio/n450-audio.bb

[yocto] 答复: tcf-agent fail to run on imx28evk

2011-09-15 Thread 蔡振军
Hi Mark Dexuan, Updating Poky to latest version, the issue is resolved. Now tcf-agent run well. Thanks Feye -邮件原件- 发件人: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] 代表 Mark Hatle 发送时间: 2011年9月15日 22:36 收件人: yocto@yoctoproject.org 主题: Re: [yocto]