README 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Introduction
  2. ==
  3. 'Poky' is a combined cross build system and linux distribution based
  4. upon OpenEmbedded. It features support for building X11/Matchbox/GTK
  5. based filesystem images for various embedded devices and boards.
  6. Required Packages
  7. ===
  8. Running Poky on Debian based distributions requires the following
  9. extra packages be installed;
  10. build-essential
  11. diffstat
  12. texinfo
  13. texi2html
  14. cvs
  15. subversion
  16. gawk
  17. bochsbios (to run qemux86 images)
  18. You also need to install the qemu from http://debian.o-hand.com/. A
  19. poky-depends deb is also available from this source which will install
  20. all the dependencies mentioned above for you.
  21. Alternatively poky can build qemu itself, but for this you need the
  22. following packages installed;
  23. gcc-3.4
  24. libsdl1.2-dev
  25. zlib1g-dev
  26. You will also need to comment out ASSUME_PROVIDED += "qemu-native"' in
  27. build/conf/local.conf.
  28. Building under other distro's such as Fedora is known to work. Use the above
  29. package names as a guide for dependencies.
  30. Building An Image
  31. ===
  32. Simply run;
  33. % source poky-init-build-env
  34. % bitbake oh-image-pda
  35. This will result in an ext2 image and kernel for qemu arm (see scripts dir).
  36. To build for other machine types see MACHINE in build/conf/local.conf
  37. Notes:
  38. ===
  39. Useful Links;
  40. OpenedHand
  41. http://openedhand.com
  42. Poky Homepage
  43. http://projects.o-hand.com/poky
  44. OE Homepage and wiki
  45. http://openembedded.org