[P:linux-unstable][PATCH 7/7] UBUNTU: [Packaging] Sync riscv64.mk with linux-riscv tree

Emil Renner Berthing emil.renner.berthing at canonical.com
Mon Feb 24 18:09:08 UTC 2025


Hi Paolo,

Thanks for adding the config changes.

I think you forgot to apply this one. It would still be great to have this so
it's easier to build the "vanilla" Ubuntu kernel for riscv64 just like the
regular riscv kernels just without the SAUCE patches in linux-riscv.

/Emil

Emil Renner Berthing wrote:
> Signed-off-by: Emil Renner Berthing <emil.renner.berthing at canonical.com>
> ---
>  debian.master/rules.d/riscv64.mk | 39 +++++++++++++++-----------------
>  1 file changed, 18 insertions(+), 21 deletions(-)
>
> diff --git a/debian.master/rules.d/riscv64.mk b/debian.master/rules.d/riscv64.mk
> index 111da7fb2b5d..827d0a9d3e82 100644
> --- a/debian.master/rules.d/riscv64.mk
> +++ b/debian.master/rules.d/riscv64.mk
> @@ -1,23 +1,20 @@
> -human_arch     = RISC-V
> -build_arch     = riscv
> -defconfig      = defconfig
> -flavours       = generic
> -build_image    = Image
> -kernel_file    = arch/$(build_arch)/boot/Image
> -install_file   = vmlinuz
> +human_arch	= RISC-V
> +build_arch	= riscv
> +defconfig	= defconfig
> +flavours	= generic
> +build_image	= Image
> +kernel_file	= arch/$(build_arch)/boot/Image
> +install_file	= vmlinuz
>
> -vdso           = vdso_install
> -no_dumpfile    = true
> +vdso		= vdso_install
> +no_dumpfile	= true
>
> -do_flavour_image_package = false
> -do_tools                 = false
> -do_flavour_header_package = false
> -do_common_headers_indep = false
> -do_extras_package      = false
> -do_tools_usbip         = false
> -do_tools_cpupower      = false
> -do_tools_perf          = false
> -do_tools_perf_jvmti    = false
> -do_tools_perf_python = false
> -do_tools_bpftool       = false
> -do_dtbs                = false
> +do_extras_package	= false
> +do_tools_usbip		= true
> +do_tools_cpupower	= true
> +do_tools_perf		= true
> +do_tools_perf_jvmti	= true
> +do_tools_perf_python	= true
> +do_tools_bpftool	= true
> +do_tools_rtla		= true
> +do_dtbs			= true
> --
> 2.43.0
>



More information about the kernel-team mailing list