On Fri, Apr 29, 2011 at 10:49 AM, Zhang, Jessica <[email protected]>wrote:
> > Yocto project has a command line script called adt-installer probably you > can take a look, what it does is setup your host cross development > environment. It downloads the cross-toolchain for the target and download > the corresponding image rootfs and extract it out on the development host as > sysroot that contains the target headers and libraries. The remote package > access is based on wget and it’s using opkg to manipulate ipk packages since > it’s lightweighted. The adt-installer is running against a installation > config file basically tells it where (the ipk package repo) to download > things and where (on the development host) to setup things, the toolchain, > the sysroot etc. So for the developer perspective, there’s no dependency on > OE. What you need to do is to build out all the needed ipk packages using > OE/Yocto and setup the ipk package repo. > > > Jessica, I'm not sure if I replied to your email. Thank you. I think that is generally what I've been after. I now have a bit of time and will look at it more closely. Mike _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
