diff options
author | 2017-03-06 17:45:04 +0100 | |
---|---|---|
committer | 2017-03-06 21:18:05 +0100 | |
commit | bafe9bc093d5d3140a298a2983a1cc52207d1e96 (patch) | |
tree | 3c4d6074464baa00b322f3c0c2ecd30b15b94df9 /configs | |
parent | 9cca9bb0b55b9dc87df3c4b0730c1cfc55442e3c (diff) | |
download | buildroot-bafe9bc093d5d3140a298a2983a1cc52207d1e96.tar.gz buildroot-bafe9bc093d5d3140a298a2983a1cc52207d1e96.tar.bz2 |
configs/telit_evk_pro3: bump barebox to 2017.01.0
This bump fix the build failure with gcc5 for barebox.
Some changes were made to the first patch to align to the latest
barebox api.
Also done the following changes:
- Use "BR2_TARGET_BAREBOX_CONFIG_FRAGMENT_FILES" instead of patching
the barebox sources.
- Use "BR2_GLOBAL_PATCH_DIR" instead of
"BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR".
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/telit_evk_pro3_defconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configs/telit_evk_pro3_defconfig b/configs/telit_evk_pro3_defconfig index 946c2f04a6..d2fd7d5a8a 100644 --- a/configs/telit_evk_pro3_defconfig +++ b/configs/telit_evk_pro3_defconfig @@ -2,6 +2,9 @@ BR2_arm=y BR2_arm926t=y +# Patches +BR2_GLOBAL_PATCH_DIR="board/telit/evk-pro3/patches" + # Linux headers same as kernel, a 3.9 series BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_9=y @@ -15,9 +18,9 @@ BR2_TARGET_ROOTFS_UBI=y # Bootloader BR2_TARGET_BAREBOX=y BR2_TARGET_BAREBOX_CUSTOM_VERSION=y -BR2_TARGET_BAREBOX_CUSTOM_VERSION_VALUE="2013.04.0" -BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR="board/telit/evk-pro3" +BR2_TARGET_BAREBOX_CUSTOM_VERSION_VALUE="2017.01.0" BR2_TARGET_BAREBOX_BOARD_DEFCONFIG="telit_evk_pro3" +BR2_TARGET_BAREBOX_CONFIG_FRAGMENT_FILES="board/telit/evk-pro3/barebox.fragment" # Kernel BR2_LINUX_KERNEL=y |