diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2018-05-29 12:09:27 +0000 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-05-29 17:49:49 +0200 |
commit | cbe43fd417d77f846f1ca47cdacd51a73be1aaec (patch) | |
tree | 9836c15e1981018a5ebd8a9393282bd1da47d3b7 | |
parent | 488052edffeb20f86b6d3d4bdd1f4f58511c8abf (diff) | |
download | buildroot-cbe43fd417d77f846f1ca47cdacd51a73be1aaec.tar.gz buildroot-cbe43fd417d77f846f1ca47cdacd51a73be1aaec.zip |
configs/stm32f429: force usage of binutils 2.28.x
Fixes #11051
Due to runtime issue with the usage of binutils 2.29.x, we need to use the
version 2.28.x
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Acked-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | configs/stm32f429_disco_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32f429_disco_defconfig b/configs/stm32f429_disco_defconfig index 5237e9adb5..fc167d0270 100644 --- a/configs/stm32f429_disco_defconfig +++ b/configs/stm32f429_disco_defconfig @@ -2,6 +2,7 @@ BR2_arm=y BR2_cortex_m4=y BR2_GLOBAL_PATCH_DIR="board/stmicroelectronics/stm32f429-disco/patches" BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_11=y +BR2_BINUTILS_VERSION_2_28_X=y BR2_ROOTFS_POST_BUILD_SCRIPT="board/stmicroelectronics/stm32-post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y |