Changeset 36

Show
Ignore:
Timestamp:
01/26/08 10:48:15 (10 months ago)
Author:
T0mW
Message:

Doc on setting up the OpenEmbedded tools

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openembedded/README-zipit

    r34 r36  
    44 
    55Okay?. 
     6 
     7===================================================== 
     8 
     9The Makefile should help you get a working OE system 
     10installed into your dev directory.  I make a directory 
     11in my ${HOME}, such as OE-projects, then copy the Makefile 
     12into that and run 'make'.  After it finishes, I have a 
     13basic OE set of tools installed. 
     14 
     15To install the Zipit Z2 specific stuff, I would then: 
     16svn co http://linux.zipitwireless.com/svn/zipitforge/openembedded ~/OE-projects 
     17That would then load the build and zipitBBfiles dirs. 
     18 
     19 
     20===================================================== 
    621 
    722Basically, once you get the basic OE system installed,