blob: 16d47b74e49148332f95afdd0c60608617a7556a (
plain)
1
2
3
4
5
6
7
8
9
|
# We should not need any includes as the board should include the right set already. This is just for reference.
# include conf/machine/include/arm/arch-armv8.inc
DEFAULTTUNE = "aarch64"
# not yet ready
#QB_SYSTEM_NAME ?= "qemu-system-aarch"
#QB_DEFAULT_KERNEL ?= "zImage"
#QB_DEFAULT_FSTYPE ?= "ext4"
#QB_MACHINE ?= "-machine foo"
#QB_CPU ?= "-cpu bar"
|