[Buildroot] [PATCH v3 1/1] configs/qemu: update defconfigs to Linux 6.2.9

Romain Naour romain.naour at smile.fr
Fri Apr 28 12:10:25 UTC 2023


Le 04/04/2023 à 17:38, Sebastian Weyer a écrit :
> Just updating all qemu defconfigs to the latest Kernel version:
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.2.y&id=e128ce12e29c5a6d9a88c7b8a1c8e07402c38fed
> 
> Tested using external toolchains:
> https://gitlab.com/DocSepp/buildroot/-/pipelines/826008372
> 
> Signed-off-by: Sebastian Weyer <sebastian.weyer at smile.fr>
> ---
> v2:
>     - remove Kernel header version from comment in
>       qemu_riscv64_nommu_virt_defconfig
>     - use kernel version 6.2.9 instead of 6.1.11
> 
> v3:
>     - fixed leading whitespace in qemu_aarch64_virt_defconfig that broke
>       the build
> 
> The pipeline used here yielded the same results as Romain's for the
> previous version of the patch:
> https://gitlab.com/kubu93/buildroot/-/pipelines/776319124
> With the exception that the defconfigs he removed aren't removed for the
> new pipeline
> ---
>  configs/qemu_aarch64_ebbr_defconfig       | 4 ++--
>  configs/qemu_aarch64_sbsa_defconfig       | 4 ++--
>  configs/qemu_aarch64_virt_defconfig       | 4 ++--
>  configs/qemu_arm_ebbr_defconfig           | 4 ++--
>  configs/qemu_arm_versatile_defconfig      | 4 ++--
>  configs/qemu_arm_vexpress_defconfig       | 4 ++--
>  configs/qemu_arm_vexpress_tz_defconfig    | 4 ++--
>  configs/qemu_m68k_mcf5208_defconfig       | 4 ++--
>  configs/qemu_m68k_q800_defconfig          | 4 ++--
>  configs/qemu_microblazebe_mmu_defconfig   | 4 ++--
>  configs/qemu_microblazeel_mmu_defconfig   | 4 ++--
>  configs/qemu_mips32r2_malta_defconfig     | 4 ++--
>  configs/qemu_mips32r2el_malta_defconfig   | 4 ++--
>  configs/qemu_mips32r6_malta_defconfig     | 4 ++--
>  configs/qemu_mips32r6el_malta_defconfig   | 4 ++--
>  configs/qemu_mips64_malta_defconfig       | 4 ++--
>  configs/qemu_mips64el_malta_defconfig     | 4 ++--
>  configs/qemu_mips64r6_malta_defconfig     | 4 ++--
>  configs/qemu_mips64r6el_malta_defconfig   | 4 ++--
>  configs/qemu_nios2_10m50_defconfig        | 4 ++--
>  configs/qemu_or1k_defconfig               | 4 ++--
>  configs/qemu_ppc64_e5500_defconfig        | 4 ++--
>  configs/qemu_ppc64_pseries_defconfig      | 4 ++--
>  configs/qemu_ppc64le_powernv8_defconfig   | 4 ++--
>  configs/qemu_ppc64le_pseries_defconfig    | 4 ++--
>  configs/qemu_ppc_bamboo_defconfig         | 4 ++--
>  configs/qemu_ppc_e500mc_defconfig         | 4 ++--
>  configs/qemu_ppc_g3beige_defconfig        | 4 ++--
>  configs/qemu_ppc_mac99_defconfig          | 4 ++--
>  configs/qemu_ppc_mpc8544ds_defconfig      | 4 ++--
>  configs/qemu_riscv32_virt_defconfig       | 4 ++--
>  configs/qemu_riscv64_nommu_virt_defconfig | 6 +++---
>  configs/qemu_riscv64_virt_defconfig       | 4 ++--
>  configs/qemu_s390x_defconfig              | 4 ++--
>  configs/qemu_sh4_r2d_defconfig            | 4 ++--
>  configs/qemu_sh4eb_r2d_defconfig          | 4 ++--
>  configs/qemu_sparc64_sun4u_defconfig      | 4 ++--
>  configs/qemu_sparc_ss10_defconfig         | 4 ++--
>  configs/qemu_x86_64_defconfig             | 4 ++--
>  configs/qemu_x86_defconfig                | 4 ++--
>  configs/qemu_xtensa_lx60_defconfig        | 4 ++--
>  configs/qemu_xtensa_lx60_nommu_defconfig  | 4 ++--
>  42 files changed, 85 insertions(+), 85 deletions(-)
> 
> diff --git a/configs/qemu_aarch64_ebbr_defconfig b/configs/qemu_aarch64_ebbr_defconfig
> index e3157089a9..e5714c1ed5 100644
> --- a/configs/qemu_aarch64_ebbr_defconfig
> +++ b/configs/qemu_aarch64_ebbr_defconfig
> @@ -6,12 +6,12 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh board/qemu/aarch64-ebbr/p
>  BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG) -c board/qemu/aarch64-ebbr/genimage.cfg"
>  
>  # Linux headers
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_2=y
>  
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_2 doesn't exist yet in Buildroot, you
have to add it first otherwise you will get a kernel headers check fail.

Note: the kernel 6.1 is an LTS release so it will be maintained for a long time
unlike the 6.2.

Best regards,
Romain



More information about the buildroot mailing list