diff options
author | 2017-04-26 14:13:08 +0200 | |
---|---|---|
committer | 2017-04-29 01:38:06 +0200 | |
commit | 039cec7ba48f8340c159d10b7da91d1f35e6449a (patch) | |
tree | 6b80010cd1d01deee59acb439fe3826527b672d4 /meta-agl-distro/conf/distro/include/aarch64-tune.inc | |
parent | d9a02b96ebbf689395521d95f712107bf2631867 (diff) |
Enforce unified tunings across all target boards of AGLsandbox/jsmoeller/defaulttune
DEFAULTTUNE is a setting that should be defined in the DISTRO.
So we do it here. Goal is to have just 3-4 SDKs in the end.
We use these levels:
- ARM 32bit high: armv7vethf-neon-vfpv4 (=default)
- ARM 32bit medium: armv7athf-neon (enablevia DISTRO_FEATURE)
- AARCH64: aarch64
- x86-64: corei7-64
Change-Id: Icfafc83bf947170cfe440a4b3d842ec21d3bdaf8
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-distro/conf/distro/include/aarch64-tune.inc')
-rw-r--r-- | meta-agl-distro/conf/distro/include/aarch64-tune.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-agl-distro/conf/distro/include/aarch64-tune.inc b/meta-agl-distro/conf/distro/include/aarch64-tune.inc new file mode 100644 index 000000000..16d47b74e --- /dev/null +++ b/meta-agl-distro/conf/distro/include/aarch64-tune.inc @@ -0,0 +1,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" |