Re: [yocto] about install shell script privilege problem

2010-11-30 Thread Ke, Liping
> Liping, > > I think this is consistent with the current SDK tarball installation > that by > default going under /opt/poky. Since our installer script will install > things under /opt/poky as well, using sudo to run the script should be > fine > till we can install the host cross toolchain unde

Re: [yocto] about install shell script privilege problem

2010-11-30 Thread Zhang, Jessica
Ke, Liping wrote: > Hi, Jessica > When testing the script, we found some privilege problems if using > normal user to install the sdk. > > Now all those packages must be installed to /opt, which acquire root > privilege. > So when running opkg-cl, the installation root must be pointed to > "/",

[yocto] about install shell script privilege problem

2010-11-30 Thread Ke, Liping
Hi, Jessica When testing the script, we found some privilege problems if using normal user to install the sdk. Now all those packages must be installed to /opt, which acquire root privilege. So when running opkg-cl, the installation root must be pointed to "/", so opkg-cl needs root privilege t