Skip to content

Add V=1 to kernels failing to build

Oliver Smith requested to merge fix-bpo-failures into master

With a recent upgrade of make / related refactoring of the silence logic in the kernel's Makefile, these kernels currently need the V=1 workaround so they are not silent during build.

It seems this is fixed in the kernel in 6.2.0 and higher.

Add V=1 to these to unblock bpo.

Related: #1990 (closed)

Merge request reports