Show
Ignore:
Timestamp:
02/22/08 18:59:54 (11 months ago)
Author:
bryank
Message:

Fix build/README to remove references to distro symlinks, now that we're using Angstrom. Add a zipit2-packages symlink (pointing at zipitZ2BBfiles), since that's the name used in local.conf for .bb files.

Files:

Legend:

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

    r39 r53  
    1 You will need to symlink in three areas. 
     1You will need to symlink in two areas. 
    22First, make a symlink inside conf dir for local.conf 
    33so that it points to the projects' local-*.conf file. 
    44There is also README about local.conf files. 
    55 
    6 Next, you will need to symlink in the distro and machin
    7 recipes inside org.openembedded.dev/conf/{distro,machine}. 
    8 For the Zipit Z2, you can run these three commands from 
    9 the build dir (where you found this file): 
     6Next, you will need to symlink in the machine recipe insid
     7org.openembedded.dev/conf/machine.  For the Zipit Z2, you 
     8can run these commands from the build dir (where you found 
     9this file): 
    1010 
    1111(cd conf ; ln -s local-zipit2.conf local.conf) 
    12 (cd distro ; ln -s `pwd`/zipit2-1.x.conf ../../org.openembedded.dev/conf/distro/) 
    1312(cd machine ; ln -s `pwd`/zipit2.conf ../../org.openembedded.dev/conf/machine/) 
    1413