5aebd53be5dbf741b65f1349681311eef5d3a0ca
[AGL/meta-agl.git] / meta-agl-distro / conf / distro / include / arm-tune.inc
1 # DEFAULTTUNE overrides for AGL on ARM 32bit
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-armv7ve.inc
6 # medium profile boards need to
7 #   include conf/machine/include/arch/arm-armv7-a.inc
8
9 DEFAULTTUNE = "${@bb.utils.contains('DISTRO_FEATURES', 'agl-medium-arm-compiler', 'armv7athf-neon', 'armv7vethf-neon-vfpv4', d)}"
10 QB_SYSTEM_NAME ?= "qemu-system-arm"
11 QB_DEFAULT_KERNEL ?= "zImage"
12 QB_DEFAULT_FSTYPE ?= "ext4"
13 QB_MACHINE ?= "${@bb.utils.contains('DISTRO_FEATURES', 'agl-medium-arm-compiler', '-machine vexpress-a9', '-machine vexpress-a15', d)}"
14 QB_CPU ?= "${@bb.utils.contains('DISTRO_FEATURES', 'agl-medium-arm-compiler', '-cpu cortex-a9', '-cpu cortex-a15', d)}"