machine: Use cortexa17-neon as default tune for rk3288.inc

Support for this tune is now supported in yocto 1.9. As it comes
with gcc 5, we also need to require gcc 5.2 and minimal compiler
version.

Signed-off-by: Romain Perier <romain.perier@gmail.com>
Reviewed-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Romain Perier 2015-08-29 17:39:25 +02:00
parent a90620fd2b
commit 0088534919

View File

@ -1,9 +1,10 @@
# Copyright (C) 2015 Romain Perier
# Released under the MIT license (see COPYING.MIT for the terms)
require conf/machine/include/tune-cortexa15.inc
require conf/machine/include/tune-cortexa17.inc
DEFAULTTUNE="cortexa15-neon"
GCCVERSION="5.2%"
DEFAULTTUNE="cortexa17-neon"
PREFERRED_PROVIDER_virtual/kernel = "linux"
SERIAL_CONSOLES = "115200;ttyS2"
KERNEL_IMAGETYPE = "zImage"