appendix.txt 1.2 KB

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