Compare commits
11 Commits
bcd6cef122
...
7eaf7e7e36
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7eaf7e7e36 | ||
|
|
0864d4c6e0 | ||
|
|
d8cea4390b | ||
|
|
9308bad76a | ||
|
|
2f09a3a2e4 | ||
|
|
a8ff67222b | ||
|
|
331c369988 | ||
|
|
84db0ea109 | ||
|
|
ffe049c9ed | ||
|
|
113a7e2215 | ||
|
|
b5bb523afe |
@ -2,15 +2,16 @@
|
||||
|
||||
Name: prefetch_tuning
|
||||
Summary: CPU prefetch tuning module for Kunpeng 920
|
||||
Version: 1.1
|
||||
Release: 3
|
||||
Version: 1.2
|
||||
Release: 2
|
||||
License: GPLv2
|
||||
Source0: https://gitee.com/openeuler/prefetch_tuning/repository/archive/v%{version}.tar.gz
|
||||
buildroot: %{_tmppath}/%{kmod_name}-%{version}-build
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: kernel-devel
|
||||
BuildRequires: kernel-devel uname-build-checks
|
||||
ExclusiveArch: aarch64
|
||||
|
||||
%description
|
||||
The driver of CPU prefetch tuning module for Kunpeng 920.
|
||||
@ -18,8 +19,6 @@ Users can user this module to control CPU prefetch settings.
|
||||
|
||||
%global debug_package %{nil}
|
||||
|
||||
exclusiveArch: aarch64
|
||||
|
||||
%prep
|
||||
%setup -n %{kmod_name}
|
||||
sed -i 's/EXTRA_CFLAGS += -Wall -Werror/EXTRA_CFLAGS += -Wall/g' Makefile
|
||||
@ -48,6 +47,18 @@ rm -rf %_builddir/%{kmod_name}-%{version}
|
||||
%preun
|
||||
|
||||
%changelog
|
||||
* Sat Jan 29 2022 Bin Hu <hubin73@huawei.com> - 1.2-2
|
||||
- fix obs build problem
|
||||
|
||||
* Mon Nov 16 2020 Zhipeng Xie <xiezhipeng1@huawei.com> - 1.2-1
|
||||
- upgrade to v1.2
|
||||
|
||||
* Thu Sep 10 2020 Zhipeng Xie <xiezhipeng1@huawei.com> - 1.1-5
|
||||
- update spec
|
||||
|
||||
* Thu Sep 10 2020 Zhipeng Xie <xiezhipeng1@huawei.com> - 1.1-4
|
||||
- fix exclusiveArch to ExclusiveArch
|
||||
|
||||
* Wed Sep 9 2020 Liuke <liuke64@huawei.com> - 1.1-3
|
||||
- Specify the architecture and enable compiling on ARM64 only.
|
||||
|
||||
|
||||
BIN
v1.1.tar.gz
BIN
v1.1.tar.gz
Binary file not shown.
BIN
v1.2.tar.gz
Normal file
BIN
v1.2.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user