Skip to content

Commit bc2a4bf

Browse files
authored
create linux sym link for ice ddp firmware (#601)
- As per Readme of intel ice ddp linux driver package, created a sym link for the package Signed-off-by: Unniche, BasavarajX <[email protected]>
1 parent 329ea0c commit bc2a4bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

SPECS/linux-firmware/linux-firmware.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Linux Firmware
22
Name: linux-firmware
33
Version: 20250509
4-
Release: 3%{?dist}
4+
Release: 4%{?dist}
55
License: GPL+ AND GPLv2+ AND MIT AND Redistributable, no modification permitted
66
Vendor: Intel Corporation
77
Distribution: Edge Microvisor Toolkit
@@ -101,6 +101,7 @@ cp iwlwifi-ma-b0-gf-a0.pnvm %{buildroot}%{_firmwarepath}
101101
cp iwlwifi-ty-a0-gf-a0-89.ucode %{buildroot}%{_firmwarepath}
102102
cp iwlwifi-ty-a0-gf-a0.pnvm %{buildroot}%{_firmwarepath}
103103
cp qat*.bin %{buildroot}%{_firmwarepath}
104+
ln -sf intel/ice/ddp/ice-*.pkg %{buildroot}%{_firmwarepath}/intel/ice/ddp/ice.pkg
104105

105106
%post qat
106107
dracut --force
@@ -192,6 +193,9 @@ dracut --force
192193
%{_firmwarepath}/qat_c62x_mmp.bin
193194

194195
%changelog
196+
* Mon Nov 24 2025 Basavarajx unniche <[email protected]> - 20250509-4
197+
- created sym link for ice, as per README of intel ice DDP package.
198+
195199
* Tue Oct 14 2025 Junxiao Chang <[email protected]> - 20250509-3
196200
- Added QAT firmware.
197201

0 commit comments

Comments
 (0)