root/openembedded/build/README

Revision 53, 510 bytes (checked in by bryank, 9 months ago)

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.

Line 
1 You will need to symlink in two areas.
2 First, make a symlink inside conf dir for local.conf
3 so that it points to the projects' local-*.conf file.
4 There is also README about local.conf files.
5
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
11 (cd conf ; ln -s local-zipit2.conf local.conf)
12 (cd machine ; ln -s `pwd`/zipit2.conf ../../org.openembedded.dev/conf/machine/)
13
Note: See TracBrowser for help on using the browser.