Re: [yocto] Try latest yocto adt script installer

2010-12-16 Thread Ke, Liping
Hi, Jessica Another thing is that after we bitbake the tarball, since bitbake will help us to do_unpack, so untar opkg is not needed actually. After bitbake job is finished, I will change the installer script code to remove untar opkg tarball steps. Thanks Regards, criping

Re: [yocto] Try latest yocto adt script installer

2010-12-15 Thread Zhang, Jessica
: Wednesday, December 15, 2010 1:18 PM To: Ke, Liping; Zhang, Jessica Cc: yocto@yoctoproject.org Subject: RE: [yocto] Try latest yocto adt script installer Hi, Jessica I have checked in the changes based on your changeset. Now nfs extraction folders could be deleted/operated by user

Re: [yocto] Try latest yocto adt script installer

2010-12-15 Thread Ke, Liping
Thanks Regards, criping -Original Message- From: Zhang, Jessica Sent: Wednesday, December 15, 2010 5:10 PM To: Ke, Liping; Lu, Lianhao Cc: yocto@yoctoproject.org Subject: RE: [yocto] Try latest yocto adt script installer Liping, The newly update scripts are at: http

Re: [yocto] Try latest yocto adt script installer

2010-12-15 Thread Zhang, Jessica
- From: Zhang, Jessica Sent: Wednesday, December 15, 2010 5:10 PM To: Ke, Liping; Lu, Lianhao Cc: yocto@yoctoproject.org Subject: RE: [yocto] Try latest yocto adt script installer Liping, The newly update scripts are at: http://git.pokylinux.org/cgit.cgi/poky- contrib/commit/?h

Re: [yocto] Try latest yocto adt script installer

2010-12-15 Thread Ke, Liping
Then can you modify the code before downloading each file, check whether its already exist or not, if so, prompt the user to confirm re-download or skip? And remove the existing checking for the download directory? Hi, Jessica Sure. I will change it and send you the updated patch a little

Re: [yocto] Try latest yocto adt script installer

2010-12-15 Thread Ke, Liping
: Zhang, Jessica Sent: Thursday, December 16, 2010 12:44 PM To: Ke, Liping; Lu, Lianhao Cc: yocto@yoctoproject.org Subject: RE: [yocto] Try latest yocto adt script installer Ke, Liping wrote: Hi, Jessica I have tested newly added image types (sato minimal) in the user configuration

Re: [yocto] Try latest yocto adt script installer

2010-12-14 Thread Ke, Liping
] On Behalf Of Ke, Liping Sent: Tuesday, December 14, 2010 2:40 PM To: Zhang, Jessica Cc: yocto@yoctoproject.org Subject: Re: [yocto] Try latest yocto adt script installer Why we must run the script under the adt-installer directory? Actually I tried to run under $HOME or / but specifying

Re: [yocto] Try latest yocto adt script installer

2010-12-14 Thread Ke, Liping
Sent: Tuesday, December 14, 2010 5:20 PM To: Ke, Liping; Zhang, Jessica Cc: yocto@yoctoproject.org Subject: RE: [yocto] Try latest yocto adt script installer Hi, Jessica I have updated the script and it is still put under http://llu- piketon.sh.intel.com/installer.tar. 1. For util

Re: [yocto] Try latest yocto adt script installer

2010-12-14 Thread Zhang, Jessica
, criping -Original Message- From: Ke, Liping Sent: Tuesday, December 14, 2010 5:20 PM To: Ke, Liping; Zhang, Jessica Cc: yocto@yoctoproject.org Subject: RE: [yocto] Try latest yocto adt script installer Hi, Jessica I have updated the script and it is still put under http

Re: [yocto] Try latest yocto adt script installer

2010-12-14 Thread Ke, Liping
] Try latest yocto adt script installer Hi, Jessica I have updated the script and it is still put under http://llu- piketon.sh.intel.com/installer.tar. 1. For util path problem, the solution is that we need to find the dirname of running script, then cd to that folder. 2

Re: [yocto] Try latest yocto adt script installer

2010-12-14 Thread Ke, Liping
: [yocto] Try latest yocto adt script installer Liping, All my changes are captured under: http://git.pokylinux.org/cgit.cgi/poky- contrib/log/?h=jzhang/installer OK. My installation stopped at: ./yocto_installer_internal: line 165: /opt/poky/0.9-post/sysroots/i586-pokysdk-linux

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

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

[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