buildroot configuration

This commit is contained in:
Peter McGoron 2023-06-12 13:32:37 -04:00
parent e273324bf6
commit f4fbd5fd40
2 changed files with 12 additions and 1 deletions

View File

@ -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.

View File

@ -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