meta-rockchip/conf/machine/include/rk3288.inc
Trevor Woerner cba4c8779a rk3288.inc: gcc 5.2 is default on master
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>
2015-09-07 03:14:24 -04:00

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"