File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111Summary: Mariner kernel that has MSHV Host support
1212Name: kernel-mshv
1313Version: 5.15.157.mshv1
14- Release: 2 %{?dist }
14+ Release: 3 %{?dist }
1515License: GPLv2
1616Group: Development/Tools
1717Vendor: Microsoft Corporation
@@ -91,7 +91,7 @@ sed -i 's/CONFIG_LOCALVERSION=""/CONFIG_LOCALVERSION="-%{release}"/' .config
9191make LC_ALL= ARCH= %{arch } olddefconfig
9292
9393%build
94- make VERBOSE=1 KBUILD_BUILD_VERSION=" 1" KBUILD_BUILD_HOST=" CBL-Mariner" ARCH=%{arch } %{?_smp_mflags }
94+ make VERBOSE=1 V=1 KBUILD_VERBOSE=1 KBUILD_BUILD_VERSION=" 1" KBUILD_BUILD_HOST=" CBL-Mariner" ARCH=%{arch } %{?_smp_mflags }
9595
9696%define __modules_install_post \
9797for MODULE in `find %{buildroot }/lib/modules/%{uname_r } -name *.ko` ; do \
@@ -224,6 +224,9 @@ echo "initrd of kernel %{uname_r} removed" >&2
224224%{_includedir }/perf/perf_dlfilter.h
225225
226226%changelog
227+ * Fri Oct 25 2024 Saul Paredes <saulparedes@microsoft.com> - 5.15.157.mshv1-3
228+ - Increase build verbosity
229+
227230* Mon Jul 08 2024 Mitch Zhu <mitchzhu@microsoft.com> - 5.15.157.mshv1-2
228231- Update config to enable PSI for cgroup-memory-telemetry
229232
You can’t perform that action at this time.
0 commit comments