2
1

manual.adoc 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) The Buildroot developers <buildroot@buildroot.org>
  12. image::logo.png[]
  13. = Getting started
  14. include::introduction.adoc[]
  15. include::prerequisite.adoc[]
  16. include::getting.adoc[]
  17. include::quickstart.adoc[]
  18. include::resources.adoc[]
  19. = User guide
  20. include::configure.adoc[]
  21. include::configure-other-components.adoc[]
  22. include::common-usage.adoc[]
  23. include::customize.adoc[]
  24. include::integration.adoc[]
  25. include::faq-troubleshooting.adoc[]
  26. include::known-issues.adoc[]
  27. include::legal-notice.adoc[]
  28. include::beyond-buildroot.adoc[]
  29. = Developer guide
  30. include::how-buildroot-works.adoc[]
  31. include::writing-rules.adoc[]
  32. include::adding-board-support.adoc[]
  33. include::adding-packages.adoc[]
  34. include::patch-policy.adoc[]
  35. include::download-infra.adoc[]
  36. include::debugging-buildroot.adoc[]
  37. include::contribute.adoc[]
  38. include::developers.adoc[]
  39. include::release-engineering.adoc[]
  40. = Appendix
  41. include::appendix.adoc[]