On Wed, Mar 19, 2008 at 2:59 AM, <[EMAIL PROTECTED]> wrote: > Hi, > > I have installed all the pre-requisite software required for installation of > OE, and even monotone, but I am behind a corporate firewall and have very > little chances of getting a direct connection, so how do I get the OE ? > > I already have the OE.bz and will also have OE.mtn database file, what I > cannot do is pull the repository from the open-embedded, and since there is > no easy way in getting the mono-tone to go thru' proxy, what should be done ?
If you have the OE mtn database, this should be all you need to check out the OE metadata. See http://www.openembedded.org/wiki/GettingStarted mtn --db=OE.mtn checkout --branch=org.openembedded.dev The pull step is optional and you can just download new DB snapshots to get updates. However, the OE build system relies on fetching source files from a number of external sources using various means such as SVN, git, etc. If your proxy will not let mtn traffic through, it is very likely you will run into problems fetching source files during a build. Cliff _______________________________________________ Openembedded-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
