| Message ID | 20260826142416.1322715-4-stefan.bader@canonical.com |
|---|---|
| State | New |
| Headers | show |
| Series | Convert to us LMM | expand |
diff --git a/debian.hwe-7.0/rules.d/hooks.mk b/debian.hwe-7.0/rules.d/hooks.mk index 07194f022de1..d07e13551dc4 100644 --- a/debian.hwe-7.0/rules.d/hooks.mk +++ b/debian.hwe-7.0/rules.d/hooks.mk @@ -2,7 +2,7 @@ do_tools_common = false do_tools_host = false do_tools_noble_hwe = true do_lib_rust = true -do_lmm = false +do_lmm = true gcc = gcc-13 rustc = rustc-1.91 rustfmt = /usr/lib/rust-1.91/bin/rustfmt diff --git a/debian.hwe-7.0/scripts/helpers/local-mangle b/debian.hwe-7.0/scripts/helpers/local-mangle index e6a8fe96e2f2..7f2183d82e38 100755 --- a/debian.hwe-7.0/scripts/helpers/local-mangle +++ b/debian.hwe-7.0/scripts/helpers/local-mangle @@ -13,7 +13,7 @@ do_tools_common = false do_tools_host = false do_tools_noble_hwe = true do_lib_rust = true -do_lmm = false +do_lmm = true gcc = $GCC rustc = rustc-1.91 rustfmt = /usr/lib/rust-1.91/bin/rustfmt
This flips the switch to use LMM. Removal of dkms-versions is not included as that should be done when running update-dkms-versions. In preparation for this kernel-series.yaml was updated to the new configuration. Signed-off-by: Stefan Bader <stefan.bader@canonical.com> --- debian.hwe-7.0/rules.d/hooks.mk | 2 +- debian.hwe-7.0/scripts/helpers/local-mangle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)