Bläddra i källkod

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>
Luca Ceresoli 5 år sedan
förälder
incheckning
ec78068972
1 ändrade filer med 13 tillägg och 9 borttagningar
  1. 13 9
      support/legal-info/README.header

+ 13 - 9
support/legal-info/README.header

@@ -14,18 +14,22 @@ This material is composed of the following items.
    compiled programs.
    compiled programs.
    Note: this may have not been saved due to technical limitations, you may
    Note: this may have not been saved due to technical limitations, you may
    need to collect it manually.
    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
    Note: Buildroot applies additional patches to Libtool scripts of
    autotools-based packages. These patches can be found under
    autotools-based packages. These patches can be found under
    support/libtool in the Buildroot source and, due to technical
    support/libtool in the Buildroot source and, due to technical
    limitations, are not saved with the package sources. You may need
    limitations, are not saved with the package sources. You may need
    to collect them manually.
    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.