File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -1168,7 +1168,7 @@ This package provides debug information for package kernel-tools.
11681168# symlinks because of the trailing nonmatching alternation and
11691169# the leading .*, because of find-debuginfo.sh's buggy handling
11701170# of matching the pattern against the symlinks file.
1171- %{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%%{_bindir}/centrino-decode(\.debug)?|.*%%{_bindir}/powernow-k8-decode(\.debug)?|.*%%{_bindir}/cpupower(\.debug)?|.*%%{_libdir}/libcpupower.*|.*%%{_bindir}/turbostat(\.debug)?|.*%%{_bindir}/x86_energy_perf_policy(\.debug)?|.*%%{_bindir}/tmon(\.debug)?|.*%%{_bindir}/lsgpio(\.debug)?|.*%%{_bindir}/gpio-hammer(\.debug)?|.*%%{_bindir}/gpio-event-mon(\.debug)?|.*%%{_bindir}/gpio-watch(\.debug)?|.*%%{_bindir}/iio_event_monitor(\.debug)?|.*%%{_bindir}/iio_generic_buffer(\.debug)?|.*%%{_bindir}/lsiio(\.debug)?|.*%%{_bindir}/intel-speed-select(\.debug)?|.*%%{_bindir}/page_owner_sort(\.debug)?|.*%%{_bindir}/slabinfo(\.debug)?|.*%%{_sbindir}/intel_sdsi(\.debug)?|XXX' -o kernel-tools-debuginfo.list}
1171+ %{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%%{_bindir}/bootconfig(\.debug)?|.*%%{_bindir}/ centrino-decode(\.debug)?|.*%%{_bindir}/powernow-k8-decode(\.debug)?|.*%%{_bindir}/cpupower(\.debug)?|.*%%{_libdir}/libcpupower.*|.*%%{_bindir}/turbostat(\.debug)?|.*%%{_bindir}/x86_energy_perf_policy(\.debug)?|.*%%{_bindir}/tmon(\.debug)?|.*%%{_bindir}/lsgpio(\.debug)?|.*%%{_bindir}/gpio-hammer(\.debug)?|.*%%{_bindir}/gpio-event-mon(\.debug)?|.*%%{_bindir}/gpio-watch(\.debug)?|.*%%{_bindir}/iio_event_monitor(\.debug)?|.*%%{_bindir}/iio_generic_buffer(\.debug)?|.*%%{_bindir}/lsiio(\.debug)?|.*%%{_bindir}/intel-speed-select(\.debug)?|.*%%{_bindir}/page_owner_sort(\.debug)?|.*%%{_bindir}/slabinfo(\.debug)?|.*%%{_sbindir}/intel_sdsi(\.debug)?|XXX' -o kernel-tools-debuginfo.list}
11721172
11731173%package -n rtla
11741174Summary: Real-Time Linux Analysis tools
@@ -2737,6 +2737,9 @@ chmod +x tools/power/cpupower/utils/version-gen.sh
27372737pushd tools/thermal/tmon/
27382738%{tools_make}
27392739popd
2740+ pushd tools/bootconfig/
2741+ %{tools_make}
2742+ popd
27402743pushd tools/iio/
27412744%{tools_make}
27422745popd
@@ -3052,6 +3055,9 @@ install -m644 %{SOURCE2001} %{buildroot}%{_sysconfdir}/sysconfig/cpupower
30523055pushd tools/thermal/tmon
30533056%{tools_make} INSTALL_ROOT=%{buildroot} install
30543057popd
3058+ pushd tools/bootconfig
3059+ %{tools_make} DESTDIR=%{buildroot} install
3060+ popd
30553061pushd tools/iio
30563062%{tools_make} DESTDIR=%{buildroot} install
30573063popd
35593565# cpupowerarchs
35603566%endif
35613567%{_bindir}/tmon
3568+ %{_bindir}/bootconfig
35623569%{_bindir}/iio_event_monitor
35633570%{_bindir}/iio_generic_buffer
35643571%{_bindir}/lsiio
You can’t perform that action at this time.
0 commit comments