Skip to content

Commit

Permalink
Updated PowerPC64 config
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Apr 4, 2024
1 parent 155cb37 commit a7c9e36
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions configs/qemu_ppc64le_pseries_swift_defconfig
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
# Architecture
BR2_powerpc64le=y
BR2_powerpc_power8=y
BR2_powerpc64=y
BR2_powerpc_power7=y

# System
BR2_BINUTILS_VERSION_2_36_X=y
BR2_TARGET_GENERIC_GETTY_PORT="hvc0"
BR2_SYSTEM_DHCP="eth0"
BR2_TARGET_GENERIC_GETTY_PORT="hvc0"

# Filesystem
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_ROOTFS_EXT2_SIZE="512M"
# 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="5.17.7"
BR2_LINUX_KERNEL_DEFCONFIG="pseries_le"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.44"
BR2_LINUX_KERNEL_DEFCONFIG="pseries"
BR2_LINUX_KERNEL_VMLINUX=y

# host-qemu for gitlab testing
Expand All @@ -31,7 +32,7 @@ BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y

# GNU C Toolchain
BR2_KERNEL_HEADERS_5_17=y
BR2_KERNEL_HEADERS_5_15=y
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y

Expand Down

0 comments on commit a7c9e36

Please sign in to comment.