Re: [yocto] version problems about SDK

2010-12-12 Thread Zhang, Jessica
Tian, Kevin wrote: >> From: Ke, Liping >> Sent: Monday, December 13, 2010 2:53 PM >> >> Hi, Jessica & Josh >> >> When we are trying to run installer script on lianhao's x86_64 >> machine, we found if the images are build in two days, according to >> current version naming convention, some of the

[yocto] Try latest yocto adt script installer

2010-12-12 Thread Ke, Liping
Hi, Jessica I have put the installer script tar ball in the below links: http://llu-piketon.sh.intel.com/installer.tar You can have a try. Below is some key notes: 1. since now version has problems, we have submit bug 586 http://bugzilla.pokylinux.org/show_bug.cgi?id=586 So currently we have n

Re: [yocto] version problems about SDK

2010-12-12 Thread Tian, Kevin
>From: Ke, Liping >Sent: Monday, December 13, 2010 2:53 PM > >Hi, Jessica & Josh > >When we are trying to run installer script on lianhao's x86_64 machine, we >found if the >images are build in two days, according to current version naming convention, >some of the >packages will be installed to /

[yocto] version problems about SDK

2010-12-12 Thread Ke, Liping
Hi, Jessica & Josh When we are trying to run installer script on lianhao's x86_64 machine, we found if the images are build in two days, according to current version naming convention, some of the packages will be installed to /opt/poky/0.9+snapshot-20101210, some will be to /opt/poky/0.9+snap

[yocto] [PATCH 0/1] linux-yocto: fix machine compatibility lists

2010-12-12 Thread Bruce Ashfield
During the last phase of the recipe factoring, the board compatibility lists ended up in the wrong place, which meant we had an incomplete list of boards, and the same set of boards for both kernels (stable and devel). To fix this, I've yanked the compatibility to the recipes themselves and update

[yocto] [PATCH 1/1] linux-yocto: fix machine compatibility

2010-12-12 Thread Bruce Ashfield
During the last phase of the recipe factoring, the board compatibility lists ended up in the wrong place, which meant we had an incomplete list of boards, and the same set of boards for both kernels (stable and devel). To fix this, I've yanked the compatibility to the recipes themselves and update

Re: [yocto] [poky] Milestone 2 Stabilization Branch Created (Resend)

2010-12-12 Thread Bruce Ashfield
On Mon, Dec 13, 2010 at 12:05 AM, Bruce Ashfield wrote: > On 10-12-13 12:03 AM, Xu, Jiajun wrote: >>> >>> On Sun, Dec 12, 2010 at 9:10 PM, Xu, Jiajun  wrote: > > [Resend with correct mailing lists] > > > Yocto / Poky Folks: > > Thanks to everyone's hard work, we are cur

Re: [yocto] [poky] Milestone 2 Stabilization Branch Created (Resend)

2010-12-12 Thread Bruce Ashfield
On Sun, Dec 12, 2010 at 9:10 PM, Xu, Jiajun wrote: >> [Resend with correct mailing lists] >> >> >> Yocto / Poky Folks: >> >> Thanks to everyone's hard work, we are currently on working getting >> the first build of M2 started and available for QA testing on Monday. >> >> I have pushed out the last

[yocto] [PATCH 1/1] qemuppc: update 2.6.37 SRCREV

2010-12-12 Thread Bruce Ashfield
Fixes [BUGID: 585] The qemuppc irq handling was only partially updated to 2.6.37, this completes the job. qemuppc builds and boots with this change. Signed-off-by: Bruce Ashfield --- .../conf/distro/include/poky-default-revisions.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[yocto] [PATCH 0/1] qemuppc: fix 2.6.37 build failure

2010-12-12 Thread Bruce Ashfield
Somehow the ppc32 irq routines were only partially updated to 2.6.37. I'll have to check later to see what happened, since these were all built and booted here. The fix is simple enough, here's the update for the SRCREV that gets qemuppc building again. Pull URL: git://git.pokylinux.org/poky-con

Re: [yocto] [poky] Milestone 2 Stabilization Branch Created (Resend)

2010-12-12 Thread Bruce Ashfield
On 10-12-13 12:03 AM, Xu, Jiajun wrote: On Sun, Dec 12, 2010 at 9:10 PM, Xu, Jiajun wrote: [Resend with correct mailing lists] Yocto / Poky Folks: Thanks to everyone's hard work, we are currently on working getting the first build of M2 started and available for QA testing on Monday. I have

Re: [yocto] [poky] Milestone 2 Stabilization Branch Created (Resend)

2010-12-12 Thread Xu, Jiajun
> On Sun, Dec 12, 2010 at 9:10 PM, Xu, Jiajun wrote: >>> [Resend with correct mailing lists] >>> >>> >>> Yocto / Poky Folks: >>> >>> Thanks to everyone's hard work, we are currently on working getting >>> the first build of M2 started and available for QA testing on Monday. >>> >>> I have push

Re: [yocto] Add extra parameters for qemu script

2010-12-12 Thread Scott Garman
On 12/12/2010 05:43 PM, Ke, Liping wrote: I tend to feel that this approach is more flexible, and scales better than having to support each and every qemu option with our own script syntax. Is this acceptable, or should we continue to support our own custom options in addition to Criping's new a

Re: [yocto] [poky] Milestone 2 Stabilization Branch Created (Resend)

2010-12-12 Thread Xu, Jiajun
> [Resend with correct mailing lists] > > > Yocto / Poky Folks: > > Thanks to everyone's hard work, we are currently on working getting > the first build of M2 started and available for QA testing on Monday. > > I have pushed out the lastest commit that was pending in the > distro/master area t

Re: [yocto] Add extra parameters for qemu script

2010-12-12 Thread Ke, Liping
> I tend to feel that this approach is more flexible, and scales better > > than having to support each and every qemu option with our own script > > syntax. Is this acceptable, or should we continue to support our own > > custom options in addition to Criping's new approach? > > My gut feeling is