working-with.txt 471 B

123456789101112131415161718192021
  1. // -*- mode:doc; -*-
  2. Working with Buildroot
  3. ======================
  4. This section explains how you can customize Buildroot to fit your
  5. needs.
  6. include::customize.txt[]
  7. include::common-usage.txt[]
  8. Hacking Buildroot
  9. -----------------
  10. If Buildroot does not yet fit all your requirements, you may be
  11. interested in hacking it to add:
  12. * new packages: refer to the xref:adding-packages[Developer guide]
  13. * new board support: refer to the xref:board-support[Developer guide]