buildroot configuration
This commit is contained in:
parent
e273324bf6
commit
f4fbd5fd40
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue