working-with.txt 571 B

123456789101112131415161718192021222324252627
  1. // -*- mode:doc; -*-
  2. // vim: set syntax=asciidoc:
  3. = Working with Buildroot
  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. include::eclipse-integration.txt[]
  11. == Hacking Buildroot
  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
  16. xref:customize-store-board-support[Developer guide].