appendix.txt 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // -*- mode:doc; -*-
  2. // vim: set syntax=asciidoc:
  3. = Appendix
  4. include::makedev-syntax.txt[]
  5. include::makeusers-syntax.txt[]
  6. // Automatically generated lists:
  7. [[package-list]]
  8. == List of target packages available in Buildroot
  9. include::package-list.txt[]
  10. [[virtual-package-list]]
  11. == List of virtual packages
  12. These are the virtual packages known to +Buildroot+, with the
  13. corresponding symbols and providers.
  14. include::virtual-package-list.txt[]
  15. [[host-package-list]]
  16. == List of host utilities available in Buildroot
  17. The following packages are all available in the menu +Host utilities+.
  18. include::host-package-list.txt[]
  19. [[deprecated-list]]
  20. == Deprecated features
  21. The following features are marked as _deprecated_ in Buildroot due to
  22. them being either too old or unmaintained. They will be removed at
  23. some point, so stop using them.
  24. Each deprecated symbol in kconfig depends on a symbol
  25. +BR2_DEPRECATED_SINCE_xxxx_xx+, which provides an indication of when
  26. the feature can be removed: features will not be removed within the
  27. year following deprecation. For example, a symbol depending on
  28. +BR2_DEPRECATED_SINCE_2013_05+ can be removed from 2014.05 onwards.
  29. include::deprecated-list.txt[]