* Add initial RISCV support * Add UEFI edge and current kernel configs * Cleanup and adjust packages * Those files were in wrong path * Fix locations * Ubuntu images built * Remove Debian support as its too fragile * Remove Pinta as it doesn't work under riscv * Limitation is only for building images * Remove obsolete switch * Cleanup major arch config files * Support for Docker building
5 lines
150 B
Plaintext
5 lines
150 B
Plaintext
# riscv64 via UEFI for all UEFI-enabled boards
|
|
export BOARD_NAME="UEFI riscv64"
|
|
export BOARDFAMILY="uefi-riscv64"
|
|
export KERNEL_TARGET="current,edge"
|