837ab4708c
Buildroot 2022.05 use binutils 2.37 by default, but the binutils version was downgraded to the previous binutils version in qemu_ppc64* defconfigs due to a bug in binutils 2.37 [1]. Later when binutils 2.36 has been removed the binutils version has been updated to 2.38 (even though it was already the default version selected by Buildroot at that time) [2]. Since then, several binutils release has been added and the binutils version 2.38 has been removed recently [3]. Since the initial bug is gone with the removal of binutils 2.37, we can safely remove the binutils version from qemu_ppc64 defconfigs. [1]1e2fe860f3
[2]e461c9adc8
[3]1391c99d62
Fixes: https://gitlab.com/buildroot.org/toolchains-builder/-/jobs/4798047373 Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Cédric Le Goater <clg@kaod.org> Cc: Joel Stanley <joel@jms.id.au> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
30 lines
650 B
Plaintext
30 lines
650 B
Plaintext
# Architecture
|
|
BR2_powerpc64=y
|
|
BR2_powerpc_power7=y
|
|
|
|
# System
|
|
BR2_SYSTEM_DHCP="eth0"
|
|
BR2_TARGET_GENERIC_GETTY_PORT="hvc0"
|
|
|
|
# Filesystem
|
|
BR2_TARGET_ROOTFS_EXT2=y
|
|
# BR2_TARGET_ROOTFS_TAR is not set
|
|
|
|
# Image
|
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
|
|
BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"
|
|
|
|
# Linux headers same as kernel
|
|
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
|
|
|
|
# Kernel
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.26"
|
|
BR2_LINUX_KERNEL_DEFCONFIG="pseries"
|
|
BR2_LINUX_KERNEL_VMLINUX=y
|
|
|
|
# host-qemu for gitlab testing
|
|
BR2_PACKAGE_HOST_QEMU=y
|
|
BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
|