From patchwork Sat Jan 18 16:18:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Ceresoli X-Patchwork-Id: 1225175 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lucaceresoli.net Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 480NQw4xFFz9sPJ for ; Sun, 19 Jan 2020 03:18:48 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 8BCDE20363; Sat, 18 Jan 2020 16:18:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SvZaky8RuSZ5; Sat, 18 Jan 2020 16:18:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 4EB202038F; Sat, 18 Jan 2020 16:18:43 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 4397A1BF3C2 for ; Sat, 18 Jan 2020 16:18:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 37EA620363 for ; Sat, 18 Jan 2020 16:18:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WjlgxD0Z3z7R for ; Sat, 18 Jan 2020 16:18:40 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from hostingweb31-40.netsons.net (hostingweb31-40.netsons.net [89.40.174.40]) by silver.osuosl.org (Postfix) with ESMTPS id 31EBE2038F for ; Sat, 18 Jan 2020 16:18:40 +0000 (UTC) Received: from [81.174.49.132] (port=47918 helo=melee.fritz.box) by hostingweb31.netsons.net with esmtpa (Exim 4.92) (envelope-from ) id 1isqo2-0004jG-3n; Sat, 18 Jan 2020 17:18:38 +0100 From: Luca Ceresoli To: buildroot@buildroot.org Date: Sat, 18 Jan 2020 17:18:20 +0100 Message-Id: <20200118161820.12412-2-luca@lucaceresoli.net> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200118161820.12412-1-luca@lucaceresoli.net> References: <20200118161820.12412-1-luca@lucaceresoli.net> MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hostingweb31.netsons.net X-AntiAbuse: Original Domain - buildroot.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lucaceresoli.net X-Get-Message-Sender-Via: hostingweb31.netsons.net: authenticated_id: luca+lucaceresoli.net/only user confirmed/virtual account not confirmed X-Authenticated-Sender: hostingweb31.netsons.net: luca@lucaceresoli.net X-Source: X-Source-Args: X-Source-Dir: Subject: [Buildroot] [PATCH 2/2] core/legal-info: update list of saved material in README X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Luca Ceresoli , Thomas De Schampheleire Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" 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 --- support/legal-info/README.header | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/support/legal-info/README.header b/support/legal-info/README.header index d3bdf71bcffe..55996b53036c 100644 --- a/support/legal-info/README.header +++ b/support/legal-info/README.header @@ -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.