Re: [yocto] PULL] ADT installer script implementation, Liping Ke

2010-12-09 Thread Ke, Liping
Hi, Richard & Jessica Actually I am not sure user requirement about the configuration input UI interactive interface One possible solution is 1) For those can't be changed by users (supported archs, supported os, it is defined by us), I prefer no UI interaction, and hard code in script 2) For

Re: [yocto] PULL] ADT installer script implementation, Liping Ke

2010-12-09 Thread Ke, Liping
> That definitely a bug regarding how to locate .config that we need to > address. As to the different config files, the .config is on purpose > non > user editable that's why we set it as hidden file by default. And the > yocto_installer.conf is the customizable config user should change and > w

Re: [yocto] PULL] ADT installer script implementation, Liping Ke

2010-12-09 Thread Ke, Liping
> > The first thing I read was in the patch was: > > > > +# following are for testing in my machine. it will be moved when > > +# going into code repository > > +export http_proxy="" > > +export HTTP_PROXY="" > > +export HTTPS_PROXY="" > > +export https_proxy="" > > +export ftp_proxy="" > > +export

Re: [yocto] PULL] ADT installer script implementation, Liping Ke

2010-12-09 Thread Zhang, Jessica
Richard Purdie wrote: > Hi Liping, Jessica and team, > > On Thu, 2010-12-09 at 17:28 +0800, Ke, Liping wrote: >> Pull URL: git://git.pokylinux.org/poky-contrib.git >> Branch: lke/adt_installer_initial >> Browse: >> http://git.pokylinux.org/cgit/cgit.cgi/poky-contrib/commit/?h=lke/adt_instal ler_in

Re: [yocto] PULL] ADT installer script implementation, Liping Ke

2010-12-09 Thread Richard Purdie
Hi Liping, Jessica and team, On Thu, 2010-12-09 at 17:28 +0800, Ke, Liping wrote: > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: lke/adt_installer_initial > Browse: > http://git.pokylinux.org/cgit/cgit.cgi/poky-contrib/commit/?h=lke/adt_installer_initial&id=a06769b01d7b18894ad413d

[yocto] PULL] ADT installer script implementation, Liping Ke

2010-12-09 Thread Ke, Liping
Hi, Saul This pull request includes initial ADT(Yocto Application Development Tools) installer script implementation. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: lke/adt_installer_initial Browse: http://git.pokylinux.org/cgit/cgit.cgi/poky-contrib/commit/?h=lke/adt_installer_init