summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/conf/distro/include/aarch64-tune.inc
blob: 4628fcaf2c4d358ebab3ebfb198700832b54bebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# DEFAULTTUNE overrides for AGL on aarch64

# We should not need the tuning include below as the BSP should include the right set already.
# A double inclusion would produce a warning. This include line is just for reference
# include conf/machine/include/arm/arch-armv8.inc

AGL_DEFAULTTUNE ?= "aarch64"
DEFAULTTUNE:agldefaulttune = "${AGL_DEFAULTTUNE}"

# 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"