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.
7 This material is composed of the following items.
8 * The scripts used to control compilation of the packages and the generation
9 of image files, i.e. the Buildroot sources.
10 Note: this has not been saved due to technical limitations, you must
12 * The Buildroot configuration file; this has been saved in buildroot.config.
13 * The toolchain (cross-compiler and related tools) used to generate all the
15 Note: this may have not been saved due to technical limitations, you may
16 need to collect it manually.
17 * The source code for all packages; this has been saved in the sources/
18 subdirectory (except for the non-redistributable packages, which have not
19 been saved); patches applied to some packages by Buildroot are included in
20 the Buildroot sources and were not duplicated in the sources/ subdirectory.
21 * A manifest file listing the configured packages and related information.
22 * The license text of the packages; they have been saved in the licenses/