From 77853c7571746bdcdc21d595f4d4312c0e67cb5c Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Fri, 13 Aug 2021 14:08:51 +0930 Subject: [PATCH] microwatt: Build kernel and ssh, iperf3 The mainline v5.15 kernel will boot with ethernet on the Arty, so build that. Enable ssh and iperf3 for testing. Signed-off-by: Joel Stanley --- configs/ppc64le_microwatt_defconfig | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/configs/ppc64le_microwatt_defconfig b/configs/ppc64le_microwatt_defconfig index 6b94d1b841..795eb443e4 100644 --- a/configs/ppc64le_microwatt_defconfig +++ b/configs/ppc64le_microwatt_defconfig @@ -1,15 +1,17 @@ -# Architecture BR2_powerpc64le=y BR2_powerpc_microwatt=y - -# System +BR2_KERNEL_HEADERS_5_13=y +BR2_TARGET_GENERIC_HOSTNAME="microwatt" BR2_SYSTEM_DHCP="eth0" - -# Filesystem -BR2_TARGET_ROOTFS_CPIO=y +BR2_ENABLE_LOCALE_WHITELIST="C en_AU" +BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_CUSTOM_VERSION=y +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="v5.15-rc2" +BR2_LINUX_KERNEL_DEFCONFIG="microwatt" +BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y +BR2_LINUX_KERNEL_IMAGE_TARGET_NAME="dtbImage.microwatt.elf" +BR2_PACKAGE_DROPBEAR=y +BR2_PACKAGE_IPERF3=y BR2_TARGET_ROOTFS_EXT2=y +BR2_TARGET_ROOTFS_INITRAMFS=y # BR2_TARGET_ROOTFS_TAR is not set - - -# Kernel -BR2_LINUX_KERNEL=n -- 2.30.2