Changeset 21
- Timestamp:
- 01/24/08 15:18:57 (8 months ago)
- Files:
-
- openembedded/build/README (modified) (1 diff)
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 1 You will need to symlink in three areas. 2 First, make a symlink inside conf dir for local.conf 3 so that it points to the projects' local-*.conf file. 4 4 5 Next, you will need to symlink in the distro and machine 6 recipes inside org.openembedded.dev/conf/{distro,machine}. 7 For the Zipit Z2, you can run these three commands from 8 the build dir (where you found this file): 5 9 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
