README.header 1.9 KB

1234567891011121314151617181920212223242526272829303132333435
  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 target packages in the 'sources/'
  17. subdirectory and for host packages in the 'host-sources/' subdirectory
  18. (except for the non-redistributable packages, which have not been
  19. saved). Patches that were applied are also saved, along with a file
  20. named 'series' that lists the patches in the order they were
  21. applied. Patches are under the same license as the files that they
  22. modify in the original package.
  23. Note: Buildroot applies additional patches to Libtool scripts of
  24. autotools-based packages. These patches can be found under
  25. support/libtool in the Buildroot source and, due to technical
  26. limitations, are not saved with the package sources. You may need
  27. to collect them manually.
  28. * Two manifest files listing the configured packages and related
  29. information: 'manifest.csv' for target packages and 'host-manifest.csv'
  30. for host packages.
  31. * The license text of the packages, in the 'licenses/' and
  32. 'host-licenses/' subdirectories for target and host packages
  33. respectively.