working-with.txt 607 B

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