working-with.txt 497 B

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