!1513 v2 openeuler: add net-acc to kernel-tools
From: @ci-robot Reviewed-by: @yuehaibing_planb Signed-off-by: @zhengzengkai
This commit is contained in:
commit
7b23e406d6
19
kernel.spec
19
kernel.spec
@ -25,7 +25,7 @@
|
|||||||
%global upstream_sublevel 0
|
%global upstream_sublevel 0
|
||||||
%global devel_release 15
|
%global devel_release 15
|
||||||
%global maintenance_release .0.0
|
%global maintenance_release .0.0
|
||||||
%global pkg_release .12
|
%global pkg_release .13
|
||||||
|
|
||||||
%define with_debuginfo 1
|
%define with_debuginfo 1
|
||||||
# Do not recompute the build-id of vmlinux in find-debuginfo.sh
|
# Do not recompute the build-id of vmlinux in find-debuginfo.sh
|
||||||
@ -488,6 +488,14 @@ popd
|
|||||||
pushd tools/kvm/kvm_stat/
|
pushd tools/kvm/kvm_stat/
|
||||||
%{make} %{?_smp_mflags} man
|
%{make} %{?_smp_mflags} man
|
||||||
popd
|
popd
|
||||||
|
# libbpf.a and bpf_helper_defs.h
|
||||||
|
pushd tools/lib/bpf
|
||||||
|
%{make}
|
||||||
|
popd
|
||||||
|
# netacc
|
||||||
|
pushd tools/netacc
|
||||||
|
%{make} BPFTOOL=../../tools/bpf/bpftool/bpftool
|
||||||
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if 0%{?with_source}
|
%if 0%{?with_source}
|
||||||
@ -784,6 +792,10 @@ popd
|
|||||||
pushd tools/kvm/kvm_stat
|
pushd tools/kvm/kvm_stat
|
||||||
%{make} INSTALL_ROOT=%{buildroot} install-tools
|
%{make} INSTALL_ROOT=%{buildroot} install-tools
|
||||||
popd
|
popd
|
||||||
|
# netacc
|
||||||
|
pushd tools/netacc
|
||||||
|
%{make} INSTALL_ROOT=%{buildroot} install
|
||||||
|
popd
|
||||||
|
|
||||||
%define __spec_install_post\
|
%define __spec_install_post\
|
||||||
%{?__debug_package:%{__debug_install_post}}\
|
%{?__debug_package:%{__debug_install_post}}\
|
||||||
@ -930,6 +942,8 @@ fi
|
|||||||
%{_bindir}/gpio-watch
|
%{_bindir}/gpio-watch
|
||||||
%{_mandir}/man1/kvm_stat*
|
%{_mandir}/man1/kvm_stat*
|
||||||
%{_bindir}/kvm_stat
|
%{_bindir}/kvm_stat
|
||||||
|
%{_sbindir}/net-acc
|
||||||
|
%{_sbindir}/tuned_acc/netacc
|
||||||
%{_libdir}/libcpupower.so.1
|
%{_libdir}/libcpupower.so.1
|
||||||
%{_libdir}/libcpupower.so.0.0.1
|
%{_libdir}/libcpupower.so.0.0.1
|
||||||
%license linux-%{KernelVer}/COPYING
|
%license linux-%{KernelVer}/COPYING
|
||||||
@ -964,6 +978,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 30 2024 Liu Jian <liujian56@huawei.com> - 6.6.0-15.0.0.13
|
||||||
|
- And net-acc tool to kernel-tools.
|
||||||
|
|
||||||
* Fri Mar 29 2024 Zheng Zengkai <zhengzengkai@huawei.com> - 6.6.0-15.0.0.12
|
* Fri Mar 29 2024 Zheng Zengkai <zhengzengkai@huawei.com> - 6.6.0-15.0.0.12
|
||||||
- !5470 [OLK-6.6] Add support for Mucse Virtual Function Network Adapter(N500/n210)
|
- !5470 [OLK-6.6] Add support for Mucse Virtual Function Network Adapter(N500/n210)
|
||||||
- drivers: initial support for rnpgbevf drivers from Mucse Technology
|
- drivers: initial support for rnpgbevf drivers from Mucse Technology
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user