All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] Update at91bootstrap3 package to 3.8.6 version
@ 2016-09-21  9:37 Biagio Montaruli
  2016-09-21  9:37 ` [Buildroot] [PATCH 2/3] Update configuration files of Acme Systems Aria G25 Biagio Montaruli
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Biagio Montaruli @ 2016-09-21  9:37 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Biagio Montaruli <biagio.hkr@gmail.com>
---
 boot/at91bootstrap3/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/boot/at91bootstrap3/Config.in b/boot/at91bootstrap3/Config.in
index b8ebe80..237deb9 100644
--- a/boot/at91bootstrap3/Config.in
+++ b/boot/at91bootstrap3/Config.in
@@ -15,7 +15,7 @@ choice
 	prompt "AT91 Bootstrap 3 version"
 
 config BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION
-	bool "3.8"
+	bool "3.8.6"
 
 config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT
 	bool "Custom Git repository"
@@ -40,7 +40,7 @@ endif
 
 config BR2_TARGET_AT91BOOTSTRAP3_VERSION
 	string
-	default "v3.8" if BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION
+	default "v3.8.6" if BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION
 	default BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION \
 		if BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 2/3] Update configuration files of Acme Systems Aria G25
  2016-09-21  9:37 [Buildroot] [PATCH 1/3] Update at91bootstrap3 package to 3.8.6 version Biagio Montaruli
@ 2016-09-21  9:37 ` Biagio Montaruli
  2016-09-21 10:25   ` Thomas Petazzoni
  2016-09-21  9:37 ` [Buildroot] [PATCH 3/3] Update configuration files of Acme Systems Arietta G25 Biagio Montaruli
  2016-09-21 10:24 ` [Buildroot] [PATCH 1/3] Update at91bootstrap3 package to 3.8.6 version Thomas Petazzoni
  2 siblings, 1 reply; 5+ messages in thread
From: Biagio Montaruli @ 2016-09-21  9:37 UTC (permalink / raw)
  To: buildroot

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

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

diff --git a/configs/acmesystems_aria_g25_128mb_defconfig b/configs/acmesystems_aria_g25_128mb_defconfig
index 72444ea..57cf781 100644
--- a/configs/acmesystems_aria_g25_128mb_defconfig
+++ b/configs/acmesystems_aria_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="aria-128m"
 
 # Tools to build sdcard.img
diff --git a/configs/acmesystems_aria_g25_256mb_defconfig b/configs/acmesystems_aria_g25_256mb_defconfig
index 4afc120..1f5c091 100644
--- a/configs/acmesystems_aria_g25_256mb_defconfig
+++ b/configs/acmesystems_aria_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="aria-256m"
 
 # Tools to build sdcard.img
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 3/3] Update configuration files of Acme Systems Arietta G25
  2016-09-21  9:37 [Buildroot] [PATCH 1/3] Update at91bootstrap3 package to 3.8.6 version Biagio Montaruli
  2016-09-21  9:37 ` [Buildroot] [PATCH 2/3] Update configuration files of Acme Systems Aria G25 Biagio Montaruli
@ 2016-09-21  9:37 ` Biagio Montaruli
  2016-09-21 10:24 ` [Buildroot] [PATCH 1/3] Update at91bootstrap3 package to 3.8.6 version Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Biagio Montaruli @ 2016-09-21  9:37 UTC (permalink / raw)
  To: buildroot

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@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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/3] Update at91bootstrap3 package to 3.8.6 version
  2016-09-21  9:37 [Buildroot] [PATCH 1/3] Update at91bootstrap3 package to 3.8.6 version Biagio Montaruli
  2016-09-21  9:37 ` [Buildroot] [PATCH 2/3] Update configuration files of Acme Systems Aria G25 Biagio Montaruli
  2016-09-21  9:37 ` [Buildroot] [PATCH 3/3] Update configuration files of Acme Systems Arietta G25 Biagio Montaruli
@ 2016-09-21 10:24 ` Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2016-09-21 10:24 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 21 Sep 2016 11:37:19 +0200, Biagio Montaruli wrote:
> Signed-off-by: Biagio Montaruli <biagio.hkr@gmail.com>
> ---
>  boot/at91bootstrap3/Config.in | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Please update the hash file of this package when bumping the version.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 2/3] Update configuration files of Acme Systems Aria G25
  2016-09-21  9:37 ` [Buildroot] [PATCH 2/3] Update configuration files of Acme Systems Aria G25 Biagio Montaruli
@ 2016-09-21 10:25   ` Thomas Petazzoni
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2016-09-21 10:25 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 21 Sep 2016 11:37:20 +0200, Biagio Montaruli wrote:
> Improve Buildroot configuration for Aria G25 (both 128M and 256M version)
> in order to use the 3.8.6 version of AT91bootstrap
> 
> Signed-off-by: Biagio Montaruli <biagio.hkr@gmail.com>

Your previous patches updating the configurations have not been merged,
so please resend a patch that has all the changes for each
configuration.

Also, I am not sure we want to do:

-# 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="aria-256m"

Indeed, if we do that, it means that whenever the at91bootstrap3
package gets updated, your defconfigs would automatically use a newer
version of the bootloader, which has never been tested. For defconfigs,
we generally prefer to use fixed versions of the bootloader and kernel.
So please keep your defconfigs as they were: an explicit reference to
the project on Github and the v3.8.6 Git tag.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-09-21 10:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-21  9:37 [Buildroot] [PATCH 1/3] Update at91bootstrap3 package to 3.8.6 version Biagio Montaruli
2016-09-21  9:37 ` [Buildroot] [PATCH 2/3] Update configuration files of Acme Systems Aria G25 Biagio Montaruli
2016-09-21 10:25   ` Thomas Petazzoni
2016-09-21  9:37 ` [Buildroot] [PATCH 3/3] Update configuration files of Acme Systems Arietta G25 Biagio Montaruli
2016-09-21 10:24 ` [Buildroot] [PATCH 1/3] Update at91bootstrap3 package to 3.8.6 version Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.