mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* 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
8 lines
289 B
Plaintext
8 lines
289 B
Plaintext
# Important: LINUXFAMILY and ARCH are defined _before_ including the common family include
|
|
export UBOOT_USE_GCC="none"
|
|
export UEFI_GRUB_TERMINAL="gfxterm"
|
|
export LINUXFAMILY="riscv64"
|
|
export ARCH="riscv64"
|
|
source "${BASH_SOURCE%/*}/include/uefi_common.inc"
|
|
enable_extension "grub-riscv64"
|