mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 20:59:03 +02:00

As of the 2015/09/04 commit 039211f0d8fe79d07b65f2f02e299b9656034214 on openembedded-core, gcc 5.2 (5.%) is now the default on master. Therefore there is no need to request it explicitly. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
10 lines
284 B
HTML
10 lines
284 B
HTML
# Copyright (C) 2015 Romain Perier
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
require conf/machine/include/tune-cortexa17.inc
|
|
|
|
DEFAULTTUNE="cortexa17-neon"
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux"
|
|
SERIAL_CONSOLES = "115200;ttyS2"
|
|
KERNEL_IMAGETYPE = "zImage"
|