core/legal-info: update list of saved material in README

The README file saved by legal-info does not mention the host package
variant of the saved material. Add them.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Luca Ceresoli 2020-01-18 17:18:20 +01:00 committed by Yann E. MORIN
parent a74e57c932
commit ec78068972
1 changed files with 13 additions and 9 deletions

View File

@ -14,18 +14,22 @@ This material is composed of the following items.
compiled programs.
Note: this may have not been saved due to technical limitations, you may
need to collect it manually.
* The original source code for all packages; this has been saved in the
sources/ subdirectory (except for the non-redistributable packages, which
have not been saved). Patches that were applied are also saved, along
with a file named 'series' that lists the patches in the order they were
applied. Patches are under the same license as the files that they modify
in the original package.
* The original source code for target packages in the 'sources/'
subdirectory and for host packages in the 'host-sources/' subdirectory
(except for the non-redistributable packages, which have not been
saved). Patches that were applied are also saved, along with a file
named 'series' that lists the patches in the order they were
applied. Patches are under the same license as the files that they
modify in the original package.
Note: Buildroot applies additional patches to Libtool scripts of
autotools-based packages. These patches can be found under
support/libtool in the Buildroot source and, due to technical
limitations, are not saved with the package sources. You may need
to collect them manually.
* A manifest file listing the configured packages and related information.
* The license text of the packages; they have been saved in the licenses/
subdirectory.
* Two manifest files listing the configured packages and related
information: 'manifest.csv' for target packages and 'host-manifest.csv'
for host packages.
* The license text of the packages, in the 'licenses/' and
'host-licenses/' subdirectories for target and host packages
respectively.