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>
This commit is contained in:
Trevor Woerner 2015-09-07 03:14:24 -04:00
parent a8540f935b
commit cba4c8779a
2 changed files with 2 additions and 1 deletions

2
README
View File

@ -17,6 +17,8 @@ This layer depends on:
URI: git://git.openembedded.org/openembedded-core
layers: meta
branch: master
at least 039211f0d8fe79d07b65f2f02e299b9656034214
from Sep 4, 2015
}
OR

View File

@ -3,7 +3,6 @@
require conf/machine/include/tune-cortexa17.inc
GCCVERSION="5.2%"
DEFAULTTUNE="cortexa17-neon"
PREFERRED_PROVIDER_virtual/kernel = "linux"
SERIAL_CONSOLES = "115200;ttyS2"