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>
21 lines
829 B
Plaintext
21 lines
829 B
Plaintext
BR2_arm=y
|
|
BR2_cortex_m4=y
|
|
BR2_GLOBAL_PATCH_DIR="board/stmicroelectronics/stm32f469-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
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.11"
|
|
BR2_LINUX_KERNEL_DEFCONFIG="stm32"
|
|
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(LINUX_DIR)/arch/arm/configs/dram_0x00000000.config"
|
|
BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
|
|
BR2_LINUX_KERNEL_IMAGE_TARGET_NAME="xipImage"
|
|
BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME="stm32f469-disco"
|
|
BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config"
|
|
BR2_TARGET_ROOTFS_INITRAMFS=y
|
|
# BR2_TARGET_ROOTFS_TAR is not set
|
|
BR2_TARGET_AFBOOT_STM32=y
|
|
BR2_PACKAGE_HOST_OPENOCD=y
|