manual.txt 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. // -*- mode:doc; -*-
  2. // vim: set syntax=asciidoc:
  3. = The Buildroot user manual
  4. :toc:
  5. Buildroot {sys:echo $\{BR2_VERSION%%-git*\}} manual generated on {localdate}
  6. {localtime} from git revision {sys:git rev-parse --short HEAD}
  7. The Buildroot manual is written by the Buildroot developers.
  8. It is licensed under the GNU General Public License, version 2. Refer to the
  9. http://git.buildroot.org/buildroot/tree/COPYING?id={sys:git rev-parse HEAD}[COPYING]
  10. file in the Buildroot sources for the full text of this license.
  11. Copyright (C) 2004-2020 The Buildroot developers
  12. image::logo.png[]
  13. = Getting started
  14. include::introduction.txt[]
  15. include::prerequisite.txt[]
  16. include::getting.txt[]
  17. include::quickstart.txt[]
  18. include::resources.txt[]
  19. = User guide
  20. include::configure.txt[]
  21. include::configure-other-components.txt[]
  22. include::common-usage.txt[]
  23. include::customize.txt[]
  24. include::selinux-support.txt[]
  25. include::faq-troubleshooting.txt[]
  26. include::known-issues.txt[]
  27. include::legal-notice.txt[]
  28. include::beyond-buildroot.txt[]
  29. = Developer guide
  30. include::how-buildroot-works.txt[]
  31. include::writing-rules.txt[]
  32. include::adding-board-support.txt[]
  33. include::adding-packages.txt[]
  34. include::patch-policy.txt[]
  35. include::download-infra.txt[]
  36. include::debugging-buildroot.txt[]
  37. include::contribute.txt[]
  38. include::developers.txt[]
  39. include::release-engineering.txt[]
  40. = Appendix
  41. include::appendix.txt[]