Changeset 21

Show
Ignore:
Timestamp:
01/24/08 15:18:57 (5 years ago)
Author:
T0mW
Message:

updated text to explain how to symlink the conf files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openembedded/build/README

    r8 r21  
    1 Symbolic link:  
    2         distro/* to org.openembedded.dev/distro 
    3         machine/* to org.openembedded.dev/machine 
     1You will need to symlink in three areas. 
     2First, make a symlink inside conf dir for local.conf 
     3so that it points to the projects' local-*.conf file. 
    44 
     5Next, you will need to symlink in the distro and machine 
     6recipes inside org.openembedded.dev/conf/{distro,machine}. 
     7For the Zipit Z2, you can run these three commands from 
     8the build dir (where you found this file): 
    59 
     10(cd conf ; ln -s local-zipit2.conf local.conf) 
     11(cd distro ; ln -s `pwd`/zipit2-1.x.conf ../../org.openembedded.dev/conf/distro/) 
     12(cd machine ; ln -s `pwd`/zipit2.conf ../../org.openembedded.dev/conf/machine/) 
     13