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:26:25 +0100 |
commit | fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b (patch) | |
tree | 4321fc651226793fa91067797e84d91c1a9bd462 /README | |
parent | f7eeaf9e69aa6a171eeb3d2fc4b22b31b05f604e (diff) | |
download | openembedded-core-contrib-fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b.tar.gz |
Further cleanup of various poky references
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 @@ -Poky -==== +OpenEmbedded-Core +================= -Poky platform builder is a combined cross build system and development -environment. It features support for building X11/Matchbox/GTK based -filesystem images for various embedded devices and boards. It also -supports cross-architecture application development using QEMU emulation -and a standalone toolchain and SDK with IDE integration. +For information about OpenEmbedded see their website: + http://www.openembedded.org/ -Poky has an extensive handbook, the source of which is contained in -the handbook directory. For compiled HTML or pdf versions of this, -see the Poky website http://pokylinux.org. +The Yocto Project has extensive documentation about OE including a reference manual +which can be found at: + http://yoctoproject.org/community/documentation -Additional information on the specifics of hardware that Poky supports -is available in README.hardware. |