-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathintel-npu-firmware.spec
More file actions
49 lines (40 loc) · 1.58 KB
/
intel-npu-firmware.spec
File metadata and controls
49 lines (40 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
%global debug_package %{nil}
%global __os_install_post %{nil}
%global _firmwarepath /lib/firmware/updates/intel/vpu/
%define _binaries_in_noarch_packages_terminate_build 0
Summary: Intel NPU Firmware
Name: intel-npu-firmware
Version: 1.30.0
Release: 1%{?dist}
License: MIT AND Redistributable, no modification permitted
Vendor: Intel Corporation
Distribution: Edge Microvisor Toolkit
Group: System Environment/Kernel
URL: https://github.com/intel/linux-npu-driver/
Source0: %{url}/archive/refs/tags/v%{version}/linux-npu-driver-%{version}.tar.gz
BuildArch: noarch
%description
This package includes Intel NPU(VPU) firmware files required for some devices to operate.
%prep
%setup -q -n linux-npu-driver-%{version}
%install
mkdir -p %{buildroot}%{_firmwarepath}
cp -a firmware/bin/COPYRIGHT firmware/bin/* %{buildroot}%{_firmwarepath}
%files
%defattr(-,root,root)
%{_firmwarepath}/COPYRIGHT
%{_firmwarepath}/mtl_vpu_v0.0.bin
%{_firmwarepath}/vpu_37xx_v0.0.bin
%{_firmwarepath}/vpu_37xx_v1.bin
%{_firmwarepath}/vpu_40xx_v0.0.bin
%{_firmwarepath}/vpu_40xx_v1.bin
%{_firmwarepath}/vpu_50xx_v1.bin
%changelog
* Mon Jan 5 2026 Lishan Liu <lishan.liu@intel.com> - 1.28.0-1
- Update version to v1.28.0
* Thu Feb 13 2025 Naveen Saini <naveen.kumar.saini@intel.com> - 1.10.1-3
- Add source url.
* Thu Dec 26 2024 Lee Chee Yang <chee.yang.lee@intel.com> - 1.10.1-2
- rename to intel-npu-firmware.
* Fri Sep 27 2024 Junxiao Chang <junxiao.chang@intel.com> - 1.10.1-1
- Original version for Edge Microvisor Toolkit. License verified.