README.header 1.7 KB

1234567891011121314151617181920212223242526272829303132
  1. Most of the packages that were used by Buildroot to produce the image files,
  2. including Buildroot itself, have open-source licenses. It is your
  3. responsibility to comply to the requirements of these licenses.
  4. To make this easier for you, Buildroot collected in this directory some
  5. material you may need to get it done.
  6. This material is composed of the following items.
  7. * The scripts used to control compilation of the packages and the generation
  8. of image files, i.e. the Buildroot sources.
  9. Note: this has not been saved due to technical limitations, you must
  10. collect it manually.
  11. * The Buildroot configuration file; this has been saved in buildroot.config.
  12. * The toolchain (cross-compiler and related tools) used to generate all the
  13. compiled programs.
  14. Note: this may have not been saved due to technical limitations, you may
  15. need to collect it manually.
  16. * The original source code for all packages; this has been saved in the
  17. sources/ subdirectory (except for the non-redistributable packages, which
  18. have not been saved). Patches that were applied are also saved, along
  19. with a file named 'series' that lists the patches in the order they were
  20. applied. Patches are under the same license as the files that they modify
  21. in the original package.
  22. Note: Buildroot applies additional patches to Libtool scripts of
  23. autotools-based packages. These patches can be found under
  24. support/libtool in the Buildroot source and, due to technical
  25. limitations, are not saved with the package sources. You may need
  26. to collect them manually.
  27. * A manifest file listing the configured packages and related information.
  28. * The license text of the packages; they have been saved in the licenses/
  29. subdirectory.