add first pass of virt

This commit is contained in:
Lane Jennison 2021-05-15 15:55:15 -04:00
parent c907ce590d
commit d452d5e6bc
3 changed files with 9344 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# Armbian Generic ARM64 image for qemu
BOARD_NAME="Virtual Generic"
BOARDFAMILY="generic"
KERNEL_TARGET="current"
SERIALCON="ttyS0"
FULL_DESKTOP="no"
BOOT_LOGO="yes"

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,4 @@
BOOTBRANCH='tag:v2021.04'
KERNELBRANCH='branch:linux-5.10.y'