[yocto] param format about qeme extra options parse in

2010-12-06 Thread Ke, Liping
Hi, Jessica & Scott I am now look...@the task of User specified qemu config support, desc " We'll provide user an edit box which allows advanced qemu user to specify arbitrary qemu configuration to meet their needs, which the poky-qemu scrip will just append the config list towards the end of t

[yocto] On task "Toolchain Bootstrap Process"

2010-12-06 Thread Yu, Ke
Hi Richard, When going through the task of "Toolchain Bootstrap Process" in M3 Sprint A, Kevin and I have one question: will this task be no longer needed if per-recipe sysroot support is ready? Per the task description, the goal to this task is to resolve the sysroot conflict of toolchain boos

Re: [yocto] yocto_installer test script update

2010-12-06 Thread Zhang, Jessica
Ke, Liping wrote: > the final files a little later. Just wait. >>> >>> why don't you setup a master repo on git.pokylinux.org? anyway we >>> need such thing finally and now you have multiple people touching >>> same code... >> >> Yes, realize the issue from today's situation, I'll setup a repo fo

Re: [yocto] yocto_installer test script update

2010-12-06 Thread Ke, Liping
the final files a little later. Just wait. > > > > why don't you setup a master repo on git.pokylinux.org? anyway we > > need such thing finally and now you have multiple people touching > > same code... > > Yes, realize the issue from today's situation, I'll setup a repo for > the > installer onc

Re: [yocto] yocto_installer test script update

2010-12-06 Thread Ke, Liping
Hi, Jessica I just worry if user needs long time to downloading the image (it might be several G) and if he really want to use the existing working image, the force downloading might be quite brute... My original thought is: if he want to download, easy... remove the folder... Otherwise, let it

Re: [yocto] yocto_installer test script update

2010-12-06 Thread Zhang, Jessica
Tian, Kevin wrote: >> From: Ke, Liping >> Sent: Tuesday, December 07, 2010 10:05 AM >> >> Ops. Seems I made concurrent changes again >> Seems I need to redo today's work >> >> I will update the final files a little later. Just wait. > > why don't you setup a master repo on git.pokylinux

Re: [yocto] yocto_installer test script update

2010-12-06 Thread Zhang, Jessica
Liping, It's not new image for each install, I want to download image whether new or old for each install period. Reasons: 1. The old image may be corrupted, this is how I found the problem, since the download detect the image file only by file name, there's no way to sanity check the image file

Re: [yocto] yocto_installer test script update

2010-12-06 Thread Tian, Kevin
>From: Ke, Liping >Sent: Tuesday, December 07, 2010 10:05 AM > >Ops. Seems I made concurrent changes again >Seems I need to redo today's work > >I will update the final files a little later. Just wait. why don't you setup a master repo on git.pokylinux.org? anyway we need such thing final

Re: [yocto] yocto_installer test script update

2010-12-06 Thread Ke, Liping
Ok, you want to download new image for each install... Ok, no problem. I will change that. Thanks& Regards, criping > -Original Message- > From: Ke, Liping > Sent: Tuesday, December 07, 2010 10:59 AM > To: Zhang, Jessica; Lu, Lianhao > Cc: yocto@yoctoproject.org > Subject: RE: yocto_ins

Re: [yocto] yocto_installer test script update

2010-12-06 Thread Ke, Liping
3. Correct > the problem for qemu image download, now we forcing download images in > a clean directory since wget will change the file ext if the file > already there and which maybe corrupted > Hi, Jessica Have question for this one. Now the code will directly downloading, so the folders might

Re: [yocto] yocto_installer test script update

2010-12-06 Thread Ke, Liping
Ops. Seems I made concurrent changes again Seems I need to redo today's work I will update the final files a little later. Just wait. criping > -Original Message- > From: Zhang, Jessica > Sent: Tuesday, December 07, 2010 9:34 AM > To: Ke, Liping; Lu, Lianhao > Cc: yocto@yoctopr

Re: [yocto] yocto_installer test script update

2010-12-06 Thread Ke, Liping
Hi, Jessica Basically done. We have tested on both x86 and x86_64 machine. Logfile will be generated during the start of installing. Latest shell is in lianhao's website. Any problem, just let me know. I will l...@qemu param checking script firstly. Regards, criping > -Original Message--

Re: [yocto] yocto_installer test script update

2010-12-06 Thread Zhang, Jessica
Liping, I've made lots of modifications: 1. Tide up the prompt imformation format and messaging 2. Correct the logic in validate_config for checking the target selection 3. Correct the problem for qemu image download, now we forcing download images in a clean directory since wget will change the

[yocto] Announcing Yocto Project 1.0 roadmap and working schedule

2010-12-06 Thread Stewart, David C
The Yocto Project is pleased to announce some enhancements to our planning documents to add visibility and transparency. In general, we are using the Planning page on the project wiki to collaborate on details. https://wiki.pokylinux.org/wiki/Planning 1. Yocto Project Roadmap - we added a high

Re: [yocto] yocto_installer test script update

2010-12-06 Thread Ke, Liping
Just one thing, if directly tee, check_result will get wrong output result. So I did not tee opkg/make related command. I will try to add opkg/make to logfile tomorrow. > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Ke,

[yocto] [PATCH 1/2] cross-canadian: pkg name includes target arch

2010-12-06 Thread Lianhao Lu
This commit fixes Bug #528. 1. Added the target arch name to the pkg name of gcc-cross-canadian, gdb-cross-candian and bintuils-cross-candian. 2. Move the cross-canadian pkgs out of task-sdk-host into a new task task-cross-canadian. 3. Added the RDEPENDS of task-cross-canadian into meta-toolchai

[yocto] [PATCH 0/2] Bug #528 fixing.

2010-12-06 Thread Lianhao Lu
Merged with the previous commit 1185fb9 to fixing bug #528. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: llu/fix Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/fix Thanks, Lianhao Lu --- Lianhao Lu (2): cross-canadian: pkg name includes target arch

[yocto] [PATCH 2/2] Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH.

2010-12-06 Thread Lianhao Lu
Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH for cross-canadian packages. This is due to the TARGET_ARCH of x86_64 would results incorrect packaging in cross-canadian packages. The pacakge name appendix of x86_64 target in cross-canadian packages is x86-64. Signed-off-by: Lianhao Lu ---

Re: [yocto] yocto_installer test script update

2010-12-06 Thread Ke, Liping
Hi, Jessica I have updated the script file which modifies all your input (prompts and the discussion result in the weekly meeting such as logfile, go on installing when /var/lib/opkg exists, etc). I have tested with lianhao's repository (x86_64 native sdk has some problem, he's now fixing i