Convert to new override syntax
[AGL/meta-agl.git] / meta-agl-core / conf / distro / include / aarch64-tune.inc
1 # DEFAULTTUNE overrides for AGL on aarch64
2
3 # We should not need the tuning include below as the BSP should include the right set already.
4 # A double inclusion would produce a warning. This include line is just for reference
5 # include conf/machine/include/arm/arch-armv8.inc
6
7 DEFAULTTUNE:poky-agl := "aarch64"
8 # not yet ready
9 #QB_SYSTEM_NAME ?= "qemu-system-aarch"
10 #QB_DEFAULT_KERNEL ?= "zImage"
11 #QB_DEFAULT_FSTYPE ?= "ext4"
12 #QB_MACHINE ?= "-machine foo"
13 #QB_CPU ?= "-cpu bar"