From c4f03e964a87209e145646b102a06824ae7edc00 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Tue, 29 Aug 2023 15:25:51 -0400 Subject: [PATCH] jjb: lttng-modules: enable riscv64 configs in ubuntu builds We now have a riscv64 toolchain on the debian 12 nodes. Change-Id: I1b53adca4cff5e98a0d9f4f937bc00233531a412 Signed-off-by: Michael Jeanson --- scripts/lttng-modules/param-build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/lttng-modules/param-build.sh b/scripts/lttng-modules/param-build.sh index 13f4aaf..8826a68 100644 --- a/scripts/lttng-modules/param-build.sh +++ b/scripts/lttng-modules/param-build.sh @@ -256,9 +256,6 @@ build_linux_kernel() { fi fi - # Disable riscv64 config generation, we don't have a toolchain on bionic - sed -i 's/riscv64 //' debian.master/etc/kernelconfig - fakeroot debian/rules clean KW_DEFCONFIG_DIR=. # Hack for kernel Ubuntu-hwe-5.8 -- 2.34.1