From patchwork Fri Dec 1 13:14:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 35509 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 625B9C10F14 for ; Fri, 1 Dec 2023 13:14:57 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web10.22337.1701436493351200076 for ; Fri, 01 Dec 2023 05:14:53 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=VF8Zwxzx; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=MMTax1jK; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101018c25848b88-22960ca8-2727-4206-8103-3e4637cd59b8-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1701436492; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=kinS8KydbonM+MOX1wSqjKTRZK3BYgtsKEwIq/05DDQ=; b=VF8Zwxzxs5CYyrKdhFWrat2mEuCiLSb50TVjGL6SU1snhvp582U/gwORWIxlahHO 4oGogRTM3gEKieTWU9W3H3Ky3MLpcYMqEU4FzLZizCX9xsOvXhFNHS0JSwMK0h8Bn3b P2BtnpvvcgEIt9tdk/Jd8PBoOcQqvEfSfBmPi4Us= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1701436492; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=kinS8KydbonM+MOX1wSqjKTRZK3BYgtsKEwIq/05DDQ=; b=MMTax1jK5q7igGxSGcHoARDgLrpwUqFaT/ErRXlBvgA2plu+3H5BWO1yWKDbcexe Gjt1QjgUoY3EGp4W+JomxPfmK6zQs2GCE/pDZVS0rQJXd0FrBr98ekvX6MPLbzN+a0x Y+0UrrnN1B/pD1XKSYOfHMD2s5WhFMzYYtO5befY= MIME-Version: 1.0 From: auh@yoctoproject.org To: Otavio Salvador Cc: openembedded-core@lists.openembedded.org Subject: [AUH] linux-firmware: upgrading to 20231111 FAILED Message-ID: <0101018c25848b88-22960ca8-2727-4206-8103-3e4637cd59b8-000000@us-west-2.amazonses.com> Date: Fri, 1 Dec 2023 13:14:52 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.12.01-54.240.27.33 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 01 Dec 2023 13:14:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/191653 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *linux-firmware* to *20231111* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-linux-firmware-upgrade-20231030-20231111.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From fb9c9b94b8a54711b41a13877ab2ce99b6759b9a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Dec 2023 12:24:11 +0000 Subject: [PATCH] linux-firmware: upgrade 20231030 -> 20231111 --- ...20231030.bb => linux-firmware_20231111.bb} | 171 +++++++++++++++++- 1 file changed, 169 insertions(+), 2 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20231030.bb => linux-firmware_20231111.bb} (92%) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20231111.bb similarity index 92% rename from meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb rename to meta/recipes-kernel/linux-firmware/linux-firmware_20231111.bb index c0394b9b3b..e015dde93e 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20231111.bb @@ -1,3 +1,170 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- WHENCE +# +++ WHENCE +# @@ -1143,6 +1143,16 @@ +# Link: intel/ipu3-fw.bin -> irci_irci_ecr-master_20161208_0213_20170112_1500.bin +# +# Licence: Redistributable. See LICENSE.ipu3_firmware for details +# + +# +-------------------------------------------------------------------------- +# + +# +Driver: ixp4xx-npe - Intel IXP4xx XScale Network Processing Engine (NPE) Firmware +# +File: ixp4xx/NPE-A +# +File: ixp4xx/NPE-A-HSS +# +File: ixp4xx/NPE-B +# +File: ixp4xx/NPE-C +# +Version: date = February 26, 2007 +# +License: Redistributable. See LICENSE.ixp4xx for details +# +# -------------------------------------------------------------------------- +# +# @@ -3794,17 +3804,17 @@ +# File:intel/ibt-19-240-4.ddc +# Version: BT_HarrisonPeak_REL53497 +# File:intel/ibt-0041-0041.sfi +# -Version: BT_TyphoonPeak_REL66410 +# +Version: BT_TyphoonPeak_REL70976 +# File:intel/ibt-0041-0041.ddc +# -Version: BT_TyphoonPeak_REL66410 +# +Version: BT_TyphoonPeak_REL70976 +# File:intel/ibt-0040-0041.sfi +# -Version: BT_Solar_GfP2_REL66410 +# +Version: BT_Solar_GfP2_REL70976 +# File:intel/ibt-0040-0041.ddc +# -Version: BT_Solar_GfP2_REL66410 +# +Version: BT_Solar_GfP2_REL70976 +# File:intel/ibt-1040-0041.sfi +# -Version: BT_SolarF_GfP2_REL66410 +# +Version: BT_SolarF_GfP2_REL70976 +# File:intel/ibt-1040-0041.ddc +# -Version: BT_SolarF_GfP2_REL66410 +# +Version: BT_SolarF_GfP2_REL70976 +# +# File:intel/ibt-0040-1020.sfi +# Version: BT_Solar_JfP1_REL59564 +# @@ -3825,33 +3835,33 @@ +# Version: BT_SolarF_JfP2_REL59564 +# +# File:intel/ibt-0040-4150.sfi +# -Version: BT_Solar_JnP2_REL66410 +# +Version: BT_Solar_JnP2_REL70976 +# File:intel/ibt-0040-4150.ddc +# -Version: BT_Solar_JnP2_REL66410 +# +Version: BT_Solar_JnP2_REL70976 +# File:intel/ibt-1040-4150.sfi +# -Version: BT_SolarF_JnP2_REL66410 +# +Version: BT_SolarF_JnP2_REL70976 +# File:intel/ibt-1040-4150.ddc +# -Version: BT_SolarF_JnP2_REL66410 +# +Version: BT_SolarF_JnP2_REL70976 +# +# File:intel/ibt-0291-0291.sfi +# -Version: BT_GalePeak_REL39025 +# +Version: BT_GalePeak_REL43914 +# File:intel/ibt-0291-0291.ddc +# -Version: BT_GalePeak_REL39025 +# +Version: BT_GalePeak_REL43914 +# +# File:intel/ibt-0180-0041.sfi +# -Version: BT_Magnetar_GfP2_REL82221 +# +Version: BT_Magnetar_GfP2_REL90033 +# File:intel/ibt-0180-0041.ddc +# -Version: BT_Magnetar_GfP2_REL82221 +# +Version: BT_Magnetar_GfP2_REL90033 +# +# File:intel/ibt-0180-4150.sfi +# -Version: BT_Magnetar_HrP2_REL82221 +# +Version: BT_Magnetar_JnP2_REL90033 +# File:intel/ibt-0180-4150.ddc +# -Version: BT_Magnetar_HrP2_REL82221 +# +Version: BT_Magnetar_JnP2_REL90033 +# +# File:intel/ibt-0180-1050.sfi +# -Version: BT_Magnetar_HrP1_REL82221 +# +Version: BT_Magnetar_HrP1_REL90033 +# File:intel/ibt-0180-1050.ddc +# -Version: BT_Magnetar_HrP1_REL82221 +# +Version: BT_Magnetar_HrP1_REL90033 +# +# Licence: Redistributable. See LICENCE.ibt_firmware for details +# +# @@ -4364,6 +4374,17 @@ +# File: qca/nvm_usb_00190200.bin +# +# Licence: Redistributable. See LICENSE.QualcommAtheros_ath10k and qca/NOTICE.txt for details +# + +# +-------------------------------------------------------------------------- +# + +# +Driver: qca - Qualcomm Atheros Bluetooth support for WCN3988 chips +# + +# +File: qca/apbtfw10.tlv +# +File: qca/apbtfw11.tlv +# +File: qca/apnv10.bin +# +File: qca/apnv11.bin +# + +# +Licence: Redistributable. See LICENSE.qcom and qca/NOTICE.txt for details +# +# -------------------------------------------------------------------------- +# +# @@ -5211,6 +5232,48 @@ +# File: nvidia/tu10x/typec/ccg_primary.cyacd +# File: nvidia/tu10x/typec/ccg_secondary.cyacd +# File: nvidia/tu10x/typec/ccg_boot.cyacd +# + +# +Firmware images needed for GSP-RM: +# + +# +File: nvidia/tu102/gsp/bootloader-535.113.01.bin +# +File: nvidia/tu102/gsp/booter_load-535.113.01.bin +# +File: nvidia/tu102/gsp/booter_unload-535.113.01.bin +# +Link: nvidia/tu104/gsp -> ../tu102/gsp +# +Link: nvidia/tu106/gsp -> ../tu102/gsp +# + +# +File: nvidia/tu116/gsp/booter_load-535.113.01.bin +# +File: nvidia/tu116/gsp/booter_unload-535.113.01.bin +# +Link: nvidia/tu116/gsp/bootloader-535.113.01.bin -> ../../tu102/gsp/bootloader-535.113.01.bin +# +Link: nvidia/tu117/gsp -> ../tu116/gsp +# + +# +File: nvidia/ga100/gsp/bootloader-535.113.01.bin +# +File: nvidia/ga100/gsp/booter_load-535.113.01.bin +# +File: nvidia/ga100/gsp/booter_unload-535.113.01.bin +# + +# +File: nvidia/ad102/gsp/bootloader-535.113.01.bin +# +File: nvidia/ad102/gsp/booter_load-535.113.01.bin +# +File: nvidia/ad102/gsp/booter_unload-535.113.01.bin +# +Link: nvidia/ad103/gsp -> ../ad102/gsp +# +Link: nvidia/ad104/gsp -> ../ad102/gsp +# +Link: nvidia/ad106/gsp -> ../ad102/gsp +# +Link: nvidia/ad107/gsp -> ../ad102/gsp +# + +# +File: nvidia/ga102/gsp/bootloader-535.113.01.bin +# +File: nvidia/ga102/gsp/booter_load-535.113.01.bin +# +File: nvidia/ga102/gsp/booter_unload-535.113.01.bin +# +Link: nvidia/ga103/gsp -> ../ga102/gsp +# +Link: nvidia/ga104/gsp -> ../ga102/gsp +# +Link: nvidia/ga106/gsp -> ../ga102/gsp +# +Link: nvidia/ga107/gsp -> ../ga102/gsp +# + +# +File: nvidia/tu102/gsp/gsp-535.113.01.bin +# +Origin: gsp_tu10x.bin from NVIDIA-Linux-x86_64-535.113.01.run +# +Link: nvidia/tu116/gsp/gsp-535.113.01.bin -> ../../tu102/gsp/gsp-535.113.01.bin +# +Link: nvidia/ga100/gsp/gsp-535.113.01.bin -> ../../tu102/gsp/gsp-535.113.01.bin +# + +# +File: nvidia/ga102/gsp/gsp-535.113.01.bin +# +Origin: gsp_ga10x.bin from NVIDIA-Linux-x86_64-535.113.01.run +# +Link: nvidia/ad102/gsp/gsp-535.113.01.bin -> ../../ga102/gsp/gsp-535.113.01.bin +# +# Licence: Redistributable. See LICENCE.nvidia for details +# +# +# + SUMMARY = "Firmware files for use with Linux kernel" HOMEPAGE = "https://www.kernel.org/" DESCRIPTION = "Linux firmware is a package distributed alongside the Linux kernel \ @@ -147,7 +314,7 @@ LIC_FILES_CHKSUM = "file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \ file://LICENCE.xc4000;md5=0ff51d2dc49fce04814c9155081092f0 \ file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 \ file://LICENCE.xc5000c;md5=12b02efa3049db65d524aeb418dd87ca \ - file://WHENCE;md5=${WHENCE_CHKSUM} \ + file://WHENCE;md5=4b94007ebc35009d5e657ddd4b63005e \ " # WHENCE checksum is defined separately to ease overriding it if # class-devupstream is selected. @@ -237,7 +404,7 @@ SRC_URI:class-devupstream = "git://git.kernel.org/pub/scm/linux/kernel/git/firmw # Pin this to the 20220509 release, override this in local.conf SRCREV:class-devupstream ?= "b19cbdca78ab2adfd210c91be15a22568e8b8cae" -SRC_URI[sha256sum] = "c98d200fc4a3120de1a594713ce34e135819dff23e883a4ed387863ba25679c7" +SRC_URI[sha256sum] = "8d4959c1293ff8a6e40ac3d265205297a3e93e4fe5e8e25a7d16cfed78cbb098" inherit allarch