mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 20:59:03 +02:00
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:
parent
a90620fd2b
commit
0088534919
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user