README.poky 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Poky
  2. ====
  3. Poky is an integration of various components to form a complete prepackaged
  4. build system and development environment. It features support for building
  5. customised embedded device style images. There are reference demo images
  6. featuring a X11/Matchbox/GTK themed UI called Sato. The system supports
  7. cross-architecture application development using QEMU emulation and a
  8. standalone toolchain and SDK with IDE integration.
  9. Additional information on the specifics of hardware that Poky supports
  10. is available in README.hardware. Further hardware support can easily be added
  11. in the form of layers which extend the systems capabilities in a modular way.
  12. As an integration layer Poky consists of several upstream projects such as
  13. BitBake, OpenEmbedded-Core, Yocto documentation and various sources of information
  14. e.g. for the hardware support. Poky is in turn a component of the Yocto Project.
  15. The Yocto Project has extensive documentation about the system including a
  16. reference manual which can be found at:
  17. http://yoctoproject.org/documentation
  18. OpenEmbedded-Core is a layer containing the core metadata for current versions
  19. of OpenEmbedded. It is distro-less (can build a functional image with
  20. DISTRO = "nodistro") and contains only emulated machine support.
  21. For information about OpenEmbedded, see the OpenEmbedded website:
  22. http://www.openembedded.org/
  23. Where to Send Patches
  24. =====================
  25. As Poky is an integration repository (built using a tool called combo-layer),
  26. patches against the various components should be sent to their respective
  27. upstreams:
  28. bitbake:
  29. Git repository: http://git.openembedded.org/bitbake/
  30. Mailing list: bitbake-devel@lists.openembedded.org
  31. documentation:
  32. Git repository: http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/
  33. Mailing list: yocto@yoctoproject.org
  34. meta-poky, meta-yocto-bsp:
  35. Git repository: http://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto(-bsp)
  36. Mailing list: poky@yoctoproject.org
  37. Everything else should be sent to the OpenEmbedded Core mailing list. If in
  38. doubt, check the oe-core git repository for the content you intend to modify.
  39. Before sending, be sure the patches apply cleanly to the current oe-core git
  40. repository.
  41. Git repository: http://git.openembedded.org/openembedded-core/
  42. Mailing list: openembedded-core@lists.openembedded.org
  43. Note: The scripts directory should be treated with extra care as it is a mix of
  44. oe-core and poky-specific files from meta-poky.