* [Buildroot] [PATCH] linux-firmware: fix build failure on legal-info
@ 2018-10-02 21:43 Giulio Benetti
2018-10-03 4:45 ` Baruch Siach
0 siblings, 1 reply; 6+ messages in thread
From: Giulio Benetti @ 2018-10-02 21:43 UTC (permalink / raw)
To: buildroot
In linux-firmware.hash WHENCE sha256 is wrong causing make legal-info to
fail.
Recalculate locally and update it.
Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
---
package/linux-firmware/linux-firmware.hash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/linux-firmware/linux-firmware.hash b/package/linux-firmware/linux-firmware.hash
index ba0de28848..ca6ad8f59d 100644
--- a/package/linux-firmware/linux-firmware.hash
+++ b/package/linux-firmware/linux-firmware.hash
@@ -27,5 +27,5 @@ sha256 8542aeabf2761935122d693561e16766ce1bcc2b0d003204f9040b7d6d929f2e LICENSE.
sha256 be904cd28cb292b80cdb6cf412ab0d9159d431671e987ad433c1f62e0988a9bc LICENSE.qcom
sha256 fc6223d4bfe9f2f9e2eddc44b9fe5721d0caf49f01cb08d602906add686d8c6f LICENSE.radeon
sha256 2bdd2e716f05d9737d3f9a20f9a3a3c0caee0e866100ddb0673f1178e42f92b9 LICENSE.sdma_firmware
-sha256 a2cb7fe112a70132b423aa5db5fdb206bb0bfb89b2fbeb2c38a60ed7da57a3ba WHENCE
+sha256 ef38a9a8bb4b0f72b369d337426eea63ef8fc9d48453f127028d935f7dbc5820 WHENCE
sha256 fa43e1b9a13b341a07adca9dbe73d0f9072d7966fdfe811c01f0dd2872d7309a qcom/NOTICE.txt
--
2.17.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] linux-firmware: fix build failure on legal-info
2018-10-02 21:43 [Buildroot] [PATCH] linux-firmware: fix build failure on legal-info Giulio Benetti
@ 2018-10-03 4:45 ` Baruch Siach
2018-10-03 12:57 ` Giulio Benetti
2018-10-03 14:11 ` [Buildroot] [PATCH v2] " Giulio Benetti
0 siblings, 2 replies; 6+ messages in thread
From: Baruch Siach @ 2018-10-03 4:45 UTC (permalink / raw)
To: buildroot
Hi Giulio,
On Tue, Oct 02, 2018 at 11:43:18PM +0200, Giulio Benetti wrote:
> In linux-firmware.hash WHENCE sha256 is wrong causing make legal-info to
> fail.
Do WHENCE file changes affect the license of any firmware file? Please mention
in the commit log.
baruch
> Recalculate locally and update it.
>
> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
> ---
> package/linux-firmware/linux-firmware.hash | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/linux-firmware/linux-firmware.hash b/package/linux-firmware/linux-firmware.hash
> index ba0de28848..ca6ad8f59d 100644
> --- a/package/linux-firmware/linux-firmware.hash
> +++ b/package/linux-firmware/linux-firmware.hash
> @@ -27,5 +27,5 @@ sha256 8542aeabf2761935122d693561e16766ce1bcc2b0d003204f9040b7d6d929f2e LICENSE.
> sha256 be904cd28cb292b80cdb6cf412ab0d9159d431671e987ad433c1f62e0988a9bc LICENSE.qcom
> sha256 fc6223d4bfe9f2f9e2eddc44b9fe5721d0caf49f01cb08d602906add686d8c6f LICENSE.radeon
> sha256 2bdd2e716f05d9737d3f9a20f9a3a3c0caee0e866100ddb0673f1178e42f92b9 LICENSE.sdma_firmware
> -sha256 a2cb7fe112a70132b423aa5db5fdb206bb0bfb89b2fbeb2c38a60ed7da57a3ba WHENCE
> +sha256 ef38a9a8bb4b0f72b369d337426eea63ef8fc9d48453f127028d935f7dbc5820 WHENCE
> sha256 fa43e1b9a13b341a07adca9dbe73d0f9072d7966fdfe811c01f0dd2872d7309a qcom/NOTICE.txt
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 6+ messages in thread* [Buildroot] [PATCH] linux-firmware: fix build failure on legal-info
2018-10-03 4:45 ` Baruch Siach
@ 2018-10-03 12:57 ` Giulio Benetti
2018-10-03 14:11 ` [Buildroot] [PATCH v2] " Giulio Benetti
1 sibling, 0 replies; 6+ messages in thread
From: Giulio Benetti @ 2018-10-03 12:57 UTC (permalink / raw)
To: buildroot
Hi Baruch,
Il 03/10/2018 06:45, Baruch Siach ha scritto:
> Hi Giulio,
>
> On Tue, Oct 02, 2018 at 11:43:18PM +0200, Giulio Benetti wrote:
>> In linux-firmware.hash WHENCE sha256 is wrong causing make legal-info to
>> fail.
>
> Do WHENCE file changes affect the license of any firmware file? Please mention
> in the commit log.
And this is the third time I've forgotten about it in commit log.
Thank you for reviewing.
Going to send V2
Best regards
--
Giulio Benetti
CTO
MICRONOVA SRL
Sede: Via A. Niedda 3 - 35010 Vigonza (PD)
Tel. 049/8931563 - Fax 049/8931346
Cod.Fiscale - P.IVA 02663420285
Capitale Sociale ? 26.000 i.v.
Iscritta al Reg. Imprese di Padova N. 02663420285
Numero R.E.A. 258642
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH v2] linux-firmware: fix build failure on legal-info
2018-10-03 4:45 ` Baruch Siach
2018-10-03 12:57 ` Giulio Benetti
@ 2018-10-03 14:11 ` Giulio Benetti
2018-10-08 16:12 ` Thomas Petazzoni
1 sibling, 1 reply; 6+ messages in thread
From: Giulio Benetti @ 2018-10-03 14:11 UTC (permalink / raw)
To: buildroot
In linux-firmware.hash WHENCE sha256 is wrong causing make legal-info to
fail.
This is due to version bumping.
Summarized changes follow:
- update mrvl/usb8801_uapsta.bin to version W14.68.36.p131
- remove amdgpu/vegam_me_2.bin
- add qed/qed_init_values_zipped-8.37.7.0.bin
- add brcm/brcmfmac43430-sdio.AP6212.txt and
brcm/brcmfmac43430-sdio.MUR1DX.txt config files under GPLv2
- update ti-connectivity/wl18xx-fw-4.bin to version 8.9.0.0.79
- update intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq to version
BT_StonePeak_D1_REL_52_00005
- update intel/ibt-11-5.ddc to version LnP/SfP_REL0487
- update intel/ibt-11-5.sfi to version BT_LightningPeak_REL0487
- update intel/ibt-12-16.ddc to version BT_WindStormPeak_REL0244
- update intel/ibt-12-16.sfi to version BT_WindStormPeak_REL0244
- update intel/ibt-17-16-1.* to version BT_JeffersonPeak_B0_B0_REL0329
- update intel/ibt-17-2.* to version BT_JeffersonPeak_B0_B0_REL0329
- update intel/ibt-18-16-1.* to version BT_ThunderPeak_B0_B0_REL0329
- update intel/ibt-18-2.* to version BT_ThunderPeak_B0_B0_REL0329
- add rtl_bt/rtl8822cu_fw.bin
- add mediatek/mt7622pr2h.bin version 20180621204904
- add mediatek/mt7610u.bin version 2.6
- add mediatek/mt7662u.bin version 1.5
- add mediatek/mt7662u_rom_patch.bin version 0.0.2_P48
- point to LICENCE.mediatek for Mediatek binaries above
- update netronome/flower version to AOTC-2.9.A.31
- update Qualcomm venus-5.2 version to 5.2-00023
- add mellanox/mlxsw_spectrum-13.1702.6.mfa2 and
mellanox/mlxsw_spectrum-13.1703.4.mfa2 under new Copyright covering
2017-2018
- add cadence/mhdp8546.bin version 1.2.12 pointing to LICENCE.cadence
for licensing informations
Recalculate locally and update it.
Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
---
Changes V1->V2:
* describe changes for WHENCE file
package/linux-firmware/linux-firmware.hash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/linux-firmware/linux-firmware.hash b/package/linux-firmware/linux-firmware.hash
index ba0de28848..ca6ad8f59d 100644
--- a/package/linux-firmware/linux-firmware.hash
+++ b/package/linux-firmware/linux-firmware.hash
@@ -27,5 +27,5 @@ sha256 8542aeabf2761935122d693561e16766ce1bcc2b0d003204f9040b7d6d929f2e LICENSE.
sha256 be904cd28cb292b80cdb6cf412ab0d9159d431671e987ad433c1f62e0988a9bc LICENSE.qcom
sha256 fc6223d4bfe9f2f9e2eddc44b9fe5721d0caf49f01cb08d602906add686d8c6f LICENSE.radeon
sha256 2bdd2e716f05d9737d3f9a20f9a3a3c0caee0e866100ddb0673f1178e42f92b9 LICENSE.sdma_firmware
-sha256 a2cb7fe112a70132b423aa5db5fdb206bb0bfb89b2fbeb2c38a60ed7da57a3ba WHENCE
+sha256 ef38a9a8bb4b0f72b369d337426eea63ef8fc9d48453f127028d935f7dbc5820 WHENCE
sha256 fa43e1b9a13b341a07adca9dbe73d0f9072d7966fdfe811c01f0dd2872d7309a qcom/NOTICE.txt
--
2.17.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH v2] linux-firmware: fix build failure on legal-info
2018-10-03 14:11 ` [Buildroot] [PATCH v2] " Giulio Benetti
@ 2018-10-08 16:12 ` Thomas Petazzoni
2018-10-08 21:56 ` Giulio Benetti
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2018-10-08 16:12 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 3 Oct 2018 16:11:20 +0200, Giulio Benetti wrote:
> In linux-firmware.hash WHENCE sha256 is wrong causing make legal-info to
> fail.
> This is due to version bumping.
>
> Summarized changes follow:
> - update mrvl/usb8801_uapsta.bin to version W14.68.36.p131
> - remove amdgpu/vegam_me_2.bin
> - add qed/qed_init_values_zipped-8.37.7.0.bin
> - add brcm/brcmfmac43430-sdio.AP6212.txt and
> brcm/brcmfmac43430-sdio.MUR1DX.txt config files under GPLv2
> - update ti-connectivity/wl18xx-fw-4.bin to version 8.9.0.0.79
> - update intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq to version
> BT_StonePeak_D1_REL_52_00005
> - update intel/ibt-11-5.ddc to version LnP/SfP_REL0487
> - update intel/ibt-11-5.sfi to version BT_LightningPeak_REL0487
> - update intel/ibt-12-16.ddc to version BT_WindStormPeak_REL0244
> - update intel/ibt-12-16.sfi to version BT_WindStormPeak_REL0244
> - update intel/ibt-17-16-1.* to version BT_JeffersonPeak_B0_B0_REL0329
> - update intel/ibt-17-2.* to version BT_JeffersonPeak_B0_B0_REL0329
> - update intel/ibt-18-16-1.* to version BT_ThunderPeak_B0_B0_REL0329
> - update intel/ibt-18-2.* to version BT_ThunderPeak_B0_B0_REL0329
> - add rtl_bt/rtl8822cu_fw.bin
> - add mediatek/mt7622pr2h.bin version 20180621204904
> - add mediatek/mt7610u.bin version 2.6
> - add mediatek/mt7662u.bin version 1.5
> - add mediatek/mt7662u_rom_patch.bin version 0.0.2_P48
> - point to LICENCE.mediatek for Mediatek binaries above
> - update netronome/flower version to AOTC-2.9.A.31
> - update Qualcomm venus-5.2 version to 5.2-00023
> - add mellanox/mlxsw_spectrum-13.1702.6.mfa2 and
> mellanox/mlxsw_spectrum-13.1703.4.mfa2 under new Copyright covering
> 2017-2018
> - add cadence/mhdp8546.bin version 1.2.12 pointing to LICENCE.cadence
> for licensing informations
>
> Recalculate locally and update it.
>
> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
> ---
> Changes V1->V2:
> * describe changes for WHENCE file
Applied to master with a tweaked commit title/log, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH v2] linux-firmware: fix build failure on legal-info
2018-10-08 16:12 ` Thomas Petazzoni
@ 2018-10-08 21:56 ` Giulio Benetti
0 siblings, 0 replies; 6+ messages in thread
From: Giulio Benetti @ 2018-10-08 21:56 UTC (permalink / raw)
To: buildroot
Il 08/10/2018 18:12, Thomas Petazzoni ha scritto:
> Applied to master with a tweaked commit title/log, thanks.
Ok, thank you, I was very near this time for commit log :)
Kind regards
--
Giulio Benetti
CTO
MICRONOVA SRL
Sede: Via A. Niedda 3 - 35010 Vigonza (PD)
Tel. 049/8931563 - Fax 049/8931346
Cod.Fiscale - P.IVA 02663420285
Capitale Sociale ? 26.000 i.v.
Iscritta al Reg. Imprese di Padova N. 02663420285
Numero R.E.A. 258642
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-10-08 21:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-02 21:43 [Buildroot] [PATCH] linux-firmware: fix build failure on legal-info Giulio Benetti
2018-10-03 4:45 ` Baruch Siach
2018-10-03 12:57 ` Giulio Benetti
2018-10-03 14:11 ` [Buildroot] [PATCH v2] " Giulio Benetti
2018-10-08 16:12 ` Thomas Petazzoni
2018-10-08 21:56 ` Giulio Benetti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox