Changeset 53
- Timestamp:
- 02/22/08 18:59:54 (8 months ago)
- Files:
-
- openembedded/build/README (modified) (1 diff)
- openembedded/zipit2-packages (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openembedded/build/README
r39 r53 1 You will need to symlink in t hreeareas.1 You will need to symlink in two areas. 2 2 First, make a symlink inside conf dir for local.conf 3 3 so that it points to the projects' local-*.conf file. 4 4 There is also README about local.conf files. 5 5 6 Next, you will need to symlink in the distro and machine7 recipes inside org.openembedded.dev/conf/{distro,machine}. 8 For the Zipit Z2, you can run these three commands from 9 th e build dir (where you found this file):6 Next, you will need to symlink in the machine recipe inside 7 org.openembedded.dev/conf/machine. For the Zipit Z2, you 8 can run these commands from the build dir (where you found 9 this file): 10 10 11 11 (cd conf ; ln -s local-zipit2.conf local.conf) 12 (cd distro ; ln -s `pwd`/zipit2-1.x.conf ../../org.openembedded.dev/conf/distro/)13 12 (cd machine ; ln -s `pwd`/zipit2.conf ../../org.openembedded.dev/conf/machine/) 14 13
