working-with.txt 523 B

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