Re: [yocto] Questions about the name of qemu bin file for different archs

2010-12-13 Thread Ke, Liping
What's more, I found sometimes, for example, there's no symbolic links, so the name is very long and strange. Such as one ppc image: zImage-2.6.34+git0+d1cd5c80ee97e81e130be8c3de3965b770f320d6_0+9ac0daee43dd19d8bea828cf79450c9748ae0daa-r13-qemuppc-20101210020445.bin Since I need to download the

Re: [yocto] update status of M2 sprint tasks

2010-12-13 Thread Tom Zanussi
On Mon, 2010-12-13 at 03:53 -0800, Tian, Kevin wrote: > Hi, owners, > > Since M2 code frozen happened last week and now M2 test has been started, > could owners > of each M2 sprint tasks update the latest status on the wiki? > > https://wiki.yoctoproject.org/wiki/Yocto_1.0_Schedule > > As Saul

[yocto] Questions about the name of qemu bin file for different archs

2010-12-13 Thread Ke, Liping
Hi, Jessica I found qemu bin file name convention is different for different archs, for example, for x86, it is bzImage-qemuXXX. For arm, it is zImage-qemuXXX. My question is why it is bzXXX or zXXX, is there any reason of such naming convention? Or I must did name translate for each kind of ar

Re: [yocto] Try latest yocto adt script installer

2010-12-13 Thread Ke, Liping
> Why we must run the script under the adt-installer directory? Actually > I > tried to run under $HOME or / but specifying the full path to > yocto_installer, and got the error: > [ADT_INST] script file util is not found! Oh, it's caused by the include grammar. I need to check how to solve the r

Re: [yocto] Add extra parameters for qemu script

2010-12-13 Thread Ke, Liping
Hi, Scott I have updated the patch and tested with poky-tree mode (arm, x86). Since kvm and serial needs special processing, so for avoiding repeating the code, I will exclude serial and kvm in permitted extra-option, user need to use (serial, kvm) it they want to use it. For "<-m XXX>" option

Re: [yocto] Try latest yocto adt script installer

2010-12-13 Thread Zhang, Jessica
Ke, Liping wrote: > 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_bu

Re: [yocto] version problems about SDK

2010-12-13 Thread Zhang, Jessica
Joshua Lock wrote: > On Sun, 2010-12-12 at 23:53 -0800, Zhang, Jessica wrote: >> 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 th

[yocto] [PATCH 1/1] linux-yocto/stable: add blktrace configuration to standard branch

2010-12-13 Thread Bruce Ashfield
Enable the kernel configuration values required for blktrace by default. Individual boards can opt out as required. Signed-off-by: Bruce Ashfield --- .../conf/distro/include/poky-default-revisions.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/incl

[yocto] [PATCH 0/1] linux-yocto/stable: enable blktrace

2010-12-13 Thread Bruce Ashfield
Richard/Saul, This has been queued for some time, but was held up for the 2.6.37 work. Enable the kernel configuration values required for blktrace by default. Individual boards can opt out as required. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: zedd/blktrace Browse: http://

Re: [yocto] [PATCH 0/1] bug#565: adding environment files

2010-12-13 Thread Saul Wold
On 12/13/2010 04:07 AM, Lianhao Lu wrote: I rebased the previous patch of adding package of environment files to be compatible with the new cross-canadian.bbclass Lianhao, This may require Richard to look at a little more closely, I do notice that you are missing the LIC_FILES_CHKSUM, for thi

Re: [yocto] update status of M2 sprint tasks

2010-12-13 Thread Saul Wold
On 12/13/2010 08:31 AM, Mark Hatle wrote: On 12/13/10 5:53 AM, Tian, Kevin wrote: Hi, owners, Since M2 code frozen happened last week and now M2 test has been started, could owners of each M2 sprint tasks update the latest status on the wiki? https://wiki.yoctoproject.org/wiki/Yocto_1.0_Sched

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

2010-12-13 Thread Saul Wold
On 12/12/2010 09:41 PM, Bruce Ashfield wrote: 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 aga

Re: [yocto] Some simple tests about pseudo performance

2010-12-13 Thread Peter Seebach
On Thu, 09 Dec 2010 21:09:36 -0600, Xu, Dongxiao wrote: fp = fopen("/tmp/12321.txt", "w"); fakeroot doesn't intercept or alter fopen(). It'd be better to test something that is actually affected by fakeroot for a comparison. :) fakeroot only traps things like stat and

Re: [yocto] update status of M2 sprint tasks

2010-12-13 Thread Saul Wold
On 12/13/2010 08:31 AM, Mark Hatle wrote: On 12/13/10 5:53 AM, Tian, Kevin wrote: Hi, owners, Since M2 code frozen happened last week and now M2 test has been started, could owners of each M2 sprint tasks update the latest status on the wiki? https://wiki.yoctoproject.org/wiki/Yocto_1.0_Sched

Re: [yocto] update status of M2 sprint tasks

2010-12-13 Thread Saul Wold
On 12/13/2010 03:53 AM, Tian, Kevin wrote: Hi, owners, Since M2 code frozen happened last week and now M2 test has been started, could owners of each M2 sprint tasks update the latest status on the wiki? https://wiki.yoctoproject.org/wiki/Yocto_1.0_Schedule As Saul sent out earlier, we only a

Re: [yocto] Bug Verify

2010-12-13 Thread Bruce Ashfield
On 10-12-13 11:47 AM, Scott Garman wrote: On 12/13/2010 01:20 AM, Yu, Ke wrote: Hi, I hate to raise this question, but there is still bunch of bugs that is fixed but not verified. According to the process, it is reporter's responsibility to verify the bug, so could I ask the reporter's help on

Re: [yocto] Bug Verify

2010-12-13 Thread Scott Garman
On 12/13/2010 01:20 AM, Yu, Ke wrote: Hi, I hate to raise this question, but there is still bunch of bugs that is fixed but not verified. According to the process, it is reporter's responsibility to verify the bug, so could I ask the reporter's help on this? Process is sometime tedious but helpf

Re: [yocto] update status of M2 sprint tasks

2010-12-13 Thread Mark Hatle
On 12/13/10 5:53 AM, Tian, Kevin wrote: > Hi, owners, > > Since M2 code frozen happened last week and now M2 test has been started, > could owners > of each M2 sprint tasks update the latest status on the wiki? > > https://wiki.yoctoproject.org/wiki/Yocto_1.0_Schedule > > As Saul sent out earli

Re: [yocto] Some simple tests about pseudo performance

2010-12-13 Thread Mark Hatle
On 12/9/10 9:09 PM, Xu, Dongxiao wrote: > Test results are: > > Native: 2.729 secs > Fakeroot: 2.752 secs > Pseudo: 51.814 secs > > We saw pseudo cost about 20 times of seconds than native and fakeroot. I believe that this is part of the fundamental differences between fakeroot and pseudo.

Re: [yocto] version problems about SDK

2010-12-13 Thread Tian, Kevin
>From: Joshua Lock >Sent: Monday, December 13, 2010 8:01 PM > >On Sun, 2010-12-12 at 23:53 -0800, Zhang, Jessica wrote: >> 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

Re: [yocto] Bug Verify

2010-12-13 Thread Tian, Kevin
>From: Joshua Lock [mailto:j...@linux.intel.com] >Sent: Monday, December 13, 2010 8:07 PM > >On Mon, 2010-12-13 at 19:56 +0800, Tian, Kevin wrote: >> >From: Joshua Lock >> >Sent: Monday, December 13, 2010 7:49 PM >> > >> >On Mon, 2010-12-13 at 17:20 +0800, Yu, Ke wrote: >> >> Hi, >> >> >> >> I hate

Re: [yocto] Bug Verify

2010-12-13 Thread Joshua Lock
On Mon, 2010-12-13 at 19:56 +0800, Tian, Kevin wrote: > >From: Joshua Lock > >Sent: Monday, December 13, 2010 7:49 PM > > > >On Mon, 2010-12-13 at 17:20 +0800, Yu, Ke wrote: > >> Hi, > >> > >> I hate to raise this question, but there is still bunch of bugs that is > >> fixed but not verified. > >A

[yocto] [PATCH 0/1] bug#565: adding environment files

2010-12-13 Thread Lianhao Lu
I rebased the previous patch of adding package of environment files to be compatible with the new cross-canadian.bbclass Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: llu/bug565 Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/bug565 Thanks, Lianhao Lu ---

[yocto] [PATCH 1/1] Fix bug #565.

2010-12-13 Thread Lianhao Lu
Added package of meta-environment-${TARGET_ARCH} for environment files. Signed-off-by: Lianhao Lu --- meta/classes/toolchain-scripts.bbclass | 32 ++ meta/recipes-core/meta/meta-environment.bb | 74 meta/recipes-core/tasks/task-cross-canadian.bb |

Re: [yocto] version problems about SDK

2010-12-13 Thread Joshua Lock
On Sun, 2010-12-12 at 23:53 -0800, Zhang, Jessica wrote: > 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

Re: [yocto] update status of M2 sprint tasks

2010-12-13 Thread Tian, Kevin
I tried to CC all the owners in original mail, which however ended up to need moderation because too many recipients. (not sure why only Saul is kept. :-)) So please take a look on below list to make sure your owned item being updated. Thanks Kevin >From: Tian, Kevin >Sent: Monday, December 13,

Re: [yocto] Bug Verify

2010-12-13 Thread Tian, Kevin
>From: Joshua Lock >Sent: Monday, December 13, 2010 7:49 PM > >On Mon, 2010-12-13 at 17:20 +0800, Yu, Ke wrote: >> Hi, >> >> I hate to raise this question, but there is still bunch of bugs that is >> fixed but not verified. >According to the process, it is reporter's responsibility to verify the b

[yocto] update status of M2 sprint tasks

2010-12-13 Thread Tian, Kevin
Hi, owners, Since M2 code frozen happened last week and now M2 test has been started, could owners of each M2 sprint tasks update the latest status on the wiki? https://wiki.yoctoproject.org/wiki/Yocto_1.0_Schedule As Saul sent out earlier, we only accept bug fixes on M2 branch now. So if a gi

Re: [yocto] Bug Verify

2010-12-13 Thread Joshua Lock
On Mon, 2010-12-13 at 17:20 +0800, Yu, Ke wrote: > Hi, > > I hate to raise this question, but there is still bunch of bugs that is fixed > but not verified. According to the process, it is reporter's responsibility > to verify the bug, so could I ask the reporter's help on this? Process is > so

[yocto] Bug Verify

2010-12-13 Thread Yu, Ke
Hi, I hate to raise this question, but there is still bunch of bugs that is fixed but not verified. According to the process, it is reporter's responsibility to verify the bug, so could I ask the reporter's help on this? Process is sometime tedious but helpful to quality assurance. Thanks a lot

[yocto] Bug Scrub Result

2010-12-13 Thread Yu, Ke
Hi distro team, Saul, Jessica and I have a triage bug meeting to scrub the bugs, and here is the bug list ahead of us. Let's spent some time to reduce the bug number. Thanks for the great effort. 412 nor Med All dexuan@intel.comACCE--- lttv can't be loaded in GU