Accepting request 1139087 from Kernel:HEAD
OBS-URL: https://build.opensuse.org/request/show/1139087 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-firmware?expand=0&rev=220
This commit is contained in:
commit
b75a1ff7d2
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git</param>
|
||||
<param name="changesrevision">b83108216200dfece891ddc52bcde2e2860f5dc2</param></service></servicedata>
|
||||
<param name="changesrevision">efeb548d2a2b661b1bc58d393354b2225af67c3f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5df87ca6cc62624053148f20255280e6db0601658aa4c04090fde292a35c6f4b
|
||||
size 363983308
|
3
kernel-firmware-20240115.tar.xz
Normal file
3
kernel-firmware-20240115.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44154b24b2a68c3461496aaf09718d7477f6c37baf949a7651ef268069e01418
|
||||
size 364112920
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 07:59:35 UTC 2024 - tiwai@suse.com
|
||||
|
||||
- Update to version 20240115 (git commit efeb548d2a2b):
|
||||
* Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
|
||||
* Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
|
||||
* Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
|
||||
* Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
|
||||
* Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
|
||||
* amdgpu: DMCUB updates for DCN314
|
||||
* cirrus: Add firmware file for cs42l43
|
||||
* amdgpu: DMCUB updates for DCN312
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 08:53:49 UTC 2024 - tiwai@suse.com
|
||||
|
||||
- Update to version 20240111 (git commit b3132c18d0be):
|
||||
* qcom: Update the firmware for Adreno a630 family of GPUs
|
||||
* cirrus: Add CS35L41 firmware for Legion Slim 7 Gen 8 laptops
|
||||
* linux-firmware: Add firmware for Cirrus CS35L41 for various Dell laptops
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 14:03:35 UTC 2024 - tiwai@suse.com
|
||||
|
||||
- Update to version 20240110 (git commit 31db82d69905):
|
||||
* linux-firmware: update firmware for qat_4xxx devices
|
||||
* linux-firmware: update firmware for w1u_uart
|
||||
* amdgpu: DMCUB updates for DCN314
|
||||
* Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
|
||||
* Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101
|
||||
* Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
|
||||
* Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 08 13:19:55 UTC 2024 - tiwai@suse.com
|
||||
|
||||
- Update to version 20240105 (git commit 5a6ae745d8a4):
|
||||
* amlogic/bluetooth: add firmware bin of W1 serial soc(w1u_uart)
|
||||
- Drop superfluous Provides from uncompressed kernel-firmware package
|
||||
that may confuse dependencies (bsc#1218307)
|
||||
- Minor adjustment and updates of scripts / templates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 02 13:54:59 UTC 2024 - tiwai@suse.com
|
||||
|
||||
|
@ -21,11 +21,11 @@
|
||||
%define _firmwaredir /lib/firmware
|
||||
%endif
|
||||
%define __ksyms_path ^%{_firmwaredir}
|
||||
%define version_unconverted 20240102
|
||||
%define version_unconverted 20240115
|
||||
# Force bzip2 instead of lzma compression (bsc#1176981)
|
||||
%define _binary_payload w9.bzdio
|
||||
Name: kernel-firmware
|
||||
Version: 20240102
|
||||
Version: 20240115
|
||||
Release: 0
|
||||
Summary: Linux kernel firmware files
|
||||
License: GPL-2.0-only AND SUSE-Firmware AND GPL-2.0-or-later AND MIT
|
||||
@ -114,39 +114,6 @@ Obsoletes: qlogic-firmware < %{version}
|
||||
Conflicts: filesystem < 84
|
||||
%endif
|
||||
%if "%{flavor}" == "uncompressed"
|
||||
Provides: %{name}-amdgpu = %{version}
|
||||
Provides: %{name}-ath10k = %{version}
|
||||
Provides: %{name}-ath11k = %{version}
|
||||
Provides: %{name}-ath12k = %{version}
|
||||
Provides: %{name}-atheros = %{version}
|
||||
Provides: %{name}-bluetooth = %{version}
|
||||
Provides: %{name}-bnx2 = %{version}
|
||||
Provides: %{name}-brcm = %{version}
|
||||
Provides: %{name}-chelsio = %{version}
|
||||
Provides: %{name}-dpaa2 = %{version}
|
||||
Provides: %{name}-i915 = %{version}
|
||||
Provides: %{name}-intel = %{version}
|
||||
Provides: %{name}-iwlwifi = %{version}
|
||||
Provides: %{name}-liquidio = %{version}
|
||||
Provides: %{name}-marvell = %{version}
|
||||
Provides: %{name}-media = %{version}
|
||||
Provides: %{name}-mediatek = %{version}
|
||||
Provides: %{name}-mellanox = %{version}
|
||||
Provides: %{name}-mwifiex = %{version}
|
||||
Provides: %{name}-network = %{version}
|
||||
Provides: %{name}-nfp = %{version}
|
||||
Provides: %{name}-nvidia = %{version}
|
||||
Provides: %{name}-platform = %{version}
|
||||
Provides: %{name}-prestera = %{version}
|
||||
Provides: %{name}-qcom = %{version}
|
||||
Provides: %{name}-qlogic = %{version}
|
||||
Provides: %{name}-radeon = %{version}
|
||||
Provides: %{name}-realtek = %{version}
|
||||
Provides: %{name}-serial = %{version}
|
||||
Provides: %{name}-sound = %{version}
|
||||
Provides: %{name}-ti = %{version}
|
||||
Provides: %{name}-ueagle = %{version}
|
||||
Provides: %{name}-usb-network = %{version}
|
||||
Provides: kernel-firmware-uncompressed = %{version}
|
||||
%endif
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-firmware
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -89,7 +89,6 @@ Conflicts: filesystem < 84
|
||||
%endif
|
||||
%if "%{flavor}" == "uncompressed"
|
||||
Provides: kernel-firmware-uncompressed = %{version}
|
||||
@@SUBPKGPROVS@@
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
@ -187,6 +187,7 @@ wave5: platform LICENCE.cnm
|
||||
rvu_cptpf: platform LICENCE.Marvell
|
||||
amphion: platform LICENSE.amphion_vpu
|
||||
cs35l41_hda: sound LICENSE.cirrus
|
||||
cs42l43: sound LICENSE.cirrus
|
||||
mtk-sof: sound LICENCE.mediatek
|
||||
nxp-sr1xx: platform LICENSE.nxp
|
||||
btnxpuart: platform LICENSE.nxp
|
||||
|
@ -18,8 +18,8 @@ define_subpackage () {
|
||||
echo "Requires(postun):/usr/bin/mkdir /usr/bin/touch"
|
||||
echo "Requires(post): dracut >= 049"
|
||||
echo "Conflicts: kernel < 5.3"
|
||||
echo "Conflicts: kernel-firmware-uncompressed"
|
||||
echo "Conflicts: kernel-firmware < %{version}"
|
||||
echo "Conflicts: kernel-firmware-uncompressed"
|
||||
echo "%if 0%{?suse_version} >= 1550"
|
||||
echo "# make sure we have post-usrmerge filesystem package on TW"
|
||||
echo "Conflicts: filesystem < 84"
|
||||
|
@ -197,6 +197,7 @@ wave5: platform
|
||||
rvu_cptpf: platform
|
||||
amphion: platform
|
||||
cs35l41_hda: sound snd-hda-scodec-cs35l41-i2c snd-hda-scodec-cs35l41-spi
|
||||
cs42l43: sound
|
||||
mtk-sof: sound snd-sof-mt8186 snd-sof-mt8195
|
||||
nxp-sr1xx: platform
|
||||
btnxpuart: platform
|
||||
|
Loading…
Reference in New Issue
Block a user