summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2018-10-18 12:38:37 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2018-10-23 08:21:44 +0200
commit91426871cc379c9eb337b1a369b5d26b6ab717b0 (patch)
tree9b1b0f1deb8fa5cf8709a2c21d602e51f986c840
parent2137101eb73d9aa3e425b52c5175d29018366916 (diff)
downloadDistroKit-91426871cc379c9eb337b1a369b5d26b6ab717b0.tar.gz
DistroKit-91426871cc379c9eb337b1a369b5d26b6ab717b0.tar.xz
platform: v7a: Loosen toolchain version to minor release
No need to insist on point release. This way a user can update the toolchain to (the not yet existent) 2018.02.x once it arrives, without the need to touch the BSP. This makes it consistent with the other platforms rpi and v8a. Signed-off-by: Alexander Dahl <post@lespocky.de>
-rw-r--r--configs/platform-v7a/platformconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig
index 27fe3bb..81e7bd4 100644
--- a/configs/platform-v7a/platformconfig
+++ b/configs/platform-v7a/platformconfig
@@ -63,7 +63,7 @@ PTXCONF_SYSROOT_CROSS="${PTXDIST_PLATFORMDIR}/sysroot-cross"
#
# toolchain
#
-PTXCONF_CROSSCHAIN_VENDOR="OSELAS.Toolchain-2018.02.0"
+PTXCONF_CROSSCHAIN_VENDOR="OSELAS.Toolchain-2018.02"
PTXCONF_CROSSCHAIN_CHECK="7.3.1"
PTXCONF_LIBC_GLIBC=y
# PTXCONF_LIBC_UCLIBC is not set