From f4fbd5fd40ad9c4e7f05726ab0cd618835623fd6 Mon Sep 17 00:00:00 2001 From: Peter McGoron Date: Mon, 12 Jun 2023 13:32:37 -0400 Subject: [PATCH] buildroot configuration --- .../board/litex_vexriscv/rootfs_overlay/etc/motd | 11 ++++++++++- buildroot/configs/litex_vexriscv_defconfig | 2 ++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/buildroot/board/litex_vexriscv/rootfs_overlay/etc/motd b/buildroot/board/litex_vexriscv/rootfs_overlay/etc/motd index 1f9ff5b..000dc9b 100644 --- a/buildroot/board/litex_vexriscv/rootfs_overlay/etc/motd +++ b/buildroot/board/litex_vexriscv/rootfs_overlay/etc/motd @@ -1 +1,10 @@ -Upsilon on Linux, LiteX VexRiscV +Welcome to Upsilon, the free and open source system-on-a-chip for scientific +equipment. + +Upsilon is distributed multiple free software licenses. You can find the +complete terms and conditions, along with the source code, at + https://software.mcgoron.com/peter/upsilon + +Upsilon is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the licenses for more information. diff --git a/buildroot/configs/litex_vexriscv_defconfig b/buildroot/configs/litex_vexriscv_defconfig index 845ea32..4ba37c7 100644 --- a/buildroot/configs/litex_vexriscv_defconfig +++ b/buildroot/configs/litex_vexriscv_defconfig @@ -4,6 +4,8 @@ BR2_RISCV_32=y # Build options BR2_CCACHE=y +BR2_TARGET_GENERIC_HOSTNAME="upsilon" +BR2_TARGET_GENERIC_ISSUE="Welcome to Upsilon" BR2_TARGET_GENERIC_ROOT_PASSWD="upsilon" # Instruction Set Extensions