diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 12:26:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 12:56:16 +0100 |
commit | 65f4b6541041e62f562830cfedf8284c0bc86a16 (patch) | |
tree | 0effc3553e119325dd1cd70a33c3712ad4d9cf56 /README | |
parent | 91d72e6a992d5ed55c0af427e147c7ae3adc517c (diff) | |
download | poky-65f4b6541041e62f562830cfedf8284c0bc86a16.tar.gz |
Further cleanup of various poky references
(From OE-Core rev: fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 7 insertions, 12 deletions
@@ -1,15 +1,10 @@ | |||
1 | Poky | 1 | OpenEmbedded-Core |
2 | ==== | 2 | ================= |
3 | 3 | ||
4 | Poky platform builder is a combined cross build system and development | 4 | For information about OpenEmbedded see their website: |
5 | environment. It features support for building X11/Matchbox/GTK based | 5 | http://www.openembedded.org/ |
6 | filesystem images for various embedded devices and boards. It also | ||
7 | supports cross-architecture application development using QEMU emulation | ||
8 | and a standalone toolchain and SDK with IDE integration. | ||
9 | 6 | ||
10 | Poky has an extensive handbook, the source of which is contained in | 7 | The Yocto Project has extensive documentation about OE including a reference manual |
11 | the handbook directory. For compiled HTML or pdf versions of this, | 8 | which can be found at: |
12 | see the Poky website http://pokylinux.org. | 9 | http://yoctoproject.org/community/documentation |
13 | 10 | ||
14 | Additional information on the specifics of hardware that Poky supports | ||
15 | is available in README.hardware. | ||