microwatt: Build kernel and ssh, iperf3 microwatt
authorJoel Stanley <joel@jms.id.au>
Fri, 13 Aug 2021 04:38:51 +0000 (14:08 +0930)
committerJoel Stanley <joel@jms.id.au>
Thu, 23 Sep 2021 06:27:57 +0000 (15:57 +0930)
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 <joel@jms.id.au>
configs/ppc64le_microwatt_defconfig

index 6b94d1b841d379ee2fa28b81eb11ee3463b55417..795eb443e4fda561c6d208277070e9fb3ccca053 100644 (file)
@@ -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