summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorNicholas Sielicki <sielicki@yandex.com>2017-09-04 17:48:39 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-09-05 21:53:15 +0200
commit62ec0af5fb910f08095548b33062cef20d4ca07b (patch)
tree8ae27055a1e00f9c4012d6d53735bf25de3c5cc4 /configs
parent436291d3f03c5e30610b9f9ac5b797be3348aa45 (diff)
downloadbuildroot-62ec0af5fb910f08095548b33062cef20d4ca07b.tar.gz
buildroot-62ec0af5fb910f08095548b33062cef20d4ca07b.zip
configs/galileo: update kernel version to fix build with gcc 6.x
The kernel used so far for the galileo boards would not successfully build with GCC versions greater than 5. See: https://github.com/mdr78/Linux-x1000/pull/2 Signed-off-by: Nicholas Sielicki <sielicki@yandex.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/galileo_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig
index 43639a41ad..7db3cfe8a5 100644
--- a/configs/galileo_defconfig
+++ b/configs/galileo_defconfig
@@ -10,7 +10,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/intel/galileo/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/mdr78/Linux-x1000.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="0feded4f96ddca9816c6c1b8a4780cb4065747b9"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="8b3c9d8ce1656a26b1097d9091d53bfb39fef640"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/intel/galileo/linux-3.14.config"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
OpenPOWER on IntegriCloud