author | mickeyl <mickeyl> | 2005-01-24 16:58:27 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-01-24 16:58:27 (UTC) |
commit | 7149d70b2fa007e0f54b34338ae9fd3e880a7324 (patch) (unidiff) | |
tree | 04438ef8ad93c73a0390aa89665d2547daf0ca56 /README.OE | |
parent | 42df856b4e4741cf5ebdd267cf370e5a9eaf3dbc (diff) | |
download | opie-7149d70b2fa007e0f54b34338ae9fd3e880a7324.zip opie-7149d70b2fa007e0f54b34338ae9fd3e880a7324.tar.gz opie-7149d70b2fa007e0f54b34338ae9fd3e880a7324.tar.bz2 |
additions and clarifications
-rw-r--r-- | README.OE | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -1,23 +1,28 @@ | |||
1 | ------------------------------------------------------------------------------------ | ||
1 | How to use the Opie standalone buildsystem to develop against an OpenEmbedded tree: | 2 | How to use the Opie standalone buildsystem to develop against an OpenEmbedded tree: |
2 | 3 | ------------------------------------------------------------------------------------ | |
3 | a) Grab BitBake and OpenEmbedded (see GettingStarted on the openembedded.org Wiki) | 4 | a) Grab BitBake and OpenEmbedded (see GettingStarted on the openembedded.org Wiki) |
4 | b) Have a probperly working setup and edited local.conf w/ at least MACHINE and DISTRO set | 5 | b) Have a properly working setup and edited local.conf w/ at least MACHINE and DISTRO set |
5 | c) bitbake qte-for-opie | 6 | c) bitbake qte-for-opie (you may also want to bitbake libpcap, openssl, sqlite3, ipkg, libxine, etc.) |
6 | 7 | ||
7 | d) make clean in the Opie tree | 8 | d) make clean in the Opie tree |
8 | e) Choose "OpenEmbedded w/ OE build dir set below (TARGET_OE) (Option 5)" as target machine | 9 | e) Choose "OpenEmbedded w/ OE build dir set below (TARGET_OE) (Option 5)" as target machine |
9 | f) Specify your OpenEmbedded build dir, i.e. /local/pkg/oe/tosa | 10 | f) Specify your OpenEmbedded build dir, e.g. /local/pkg/oe/tosa |
10 | g) Answer all the rest - you may want to add more include paths pointing to inside the oe | 11 | g) Answer all the rest - you may want to add more include paths pointing to inside the oe |
11 | build tree for some additional dependencies, i.e. for libsword, libipkg, libxine, and libsqlite3. | 12 | build tree for some additional dependencies, i.e. for libsword, libipkg, libxine, and libsqlite3. |
12 | h) make menuconfig and sanity check your answers | 13 | h) make menuconfig and sanity check your answers |
13 | i) build | 14 | i) make. if the build stops, you either need to bitbake additional dependencies or something else happenend ;) |
14 | 15 | ||
15 | j) copy the binaries over or mount your build tree via NFS | 16 | j) copy the binaries over or mount your build tree via NFS |
16 | and export LD_LIBRARY_PATH=<path/to/oe/staging/libdir>:<path/to/opie/libdir> | 17 | and export LD_LIBRARY_PATH=<path/to/oe/staging/libdir>:<path/to/opie/libdir> |
17 | and export PATH=<path/to/oe/staging/bindir>:<path/to/opie/bindir> | 18 | and export PATH=<path/to/oe/staging/bindir>:<path/to/opie/bindir> |
18 | 19 | ||
19 | Note: It's pretty ad-hoc but it seems to work :) | 20 | Note1: It's pretty ad-hoc but it seems to work :) |
21 | Note2: Send feedback to opie-devel@handhelds.org | ||
22 | |||
23 | Bugs: make always builds all targets, due to some wrong dependency calculation. | ||
24 | If you find out how to fix that, please advise. | ||
20 | 25 | ||
21 | Cheers, | 26 | Cheers, |
22 | 27 | ||
23 | Michael 'Mickey' Lauer | 28 | Michael 'Mickey' Lauer |