[Buildroot] [PATCH 3/3] Update configuration files of Acme Systems Arietta G25

Biagio Montaruli biagio.hkr at gmail.com
Wed Sep 21 09:37:21 UTC 2016


Improve Buildroot configuration for Arietta G25 (both 128M and 256M version)
in order to use the 3.8.6 version of AT91bootstrap

Signed-off-by: Biagio Montaruli <biagio.hkr at gmail.com>
---
 configs/acmesystems_arietta_g25_128mb_defconfig | 7 ++-----
 configs/acmesystems_arietta_g25_256mb_defconfig | 7 ++-----
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/configs/acmesystems_arietta_g25_128mb_defconfig b/configs/acmesystems_arietta_g25_128mb_defconfig
index 0e392bc..c69fd8e 100644
--- a/configs/acmesystems_arietta_g25_128mb_defconfig
+++ b/configs/acmesystems_arietta_g25_128mb_defconfig
@@ -1,7 +1,7 @@
 # Architecture
 BR2_arm=y
 
-# Kernel header
+# Kernel headers
 BR2_KERNEL_HEADERS_4_7=y
 
 # System configuration
@@ -22,11 +22,8 @@ BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_ROOTFS_EXT2_LABEL="rootfs"
 
-# AT91bootstrap bootloader
+# AT91bootstrap bootloader v3.8.6
 BR2_TARGET_AT91BOOTSTRAP3=y
-BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
-BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git"
-BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.8.6"
 BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="arietta-128m"
 
 # Tools to build sdcard.img
diff --git a/configs/acmesystems_arietta_g25_256mb_defconfig b/configs/acmesystems_arietta_g25_256mb_defconfig
index 0529847..5875045 100644
--- a/configs/acmesystems_arietta_g25_256mb_defconfig
+++ b/configs/acmesystems_arietta_g25_256mb_defconfig
@@ -1,7 +1,7 @@
 # Architecture
 BR2_arm=y
 
-# Kernel header
+# Kernel headers
 BR2_KERNEL_HEADERS_4_7=y
 
 # System configuration
@@ -22,11 +22,8 @@ BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_ROOTFS_EXT2_LABEL="rootfs"
 
-# AT91bootstrap bootloader
+# AT91bootstrap bootloader v3.8.6
 BR2_TARGET_AT91BOOTSTRAP3=y
-BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
-BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git"
-BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.8.6"
 BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="arietta-256m"
 
 # Tools to build sdcard.img
-- 
2.7.4



More information about the buildroot mailing list