All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] board/acmesystems/{aria, arietta}-g25: fix genimage.cfg
@ 2021-08-27 18:22 Edgar Bonet
  2021-08-27 19:49 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Edgar Bonet @ 2021-08-27 18:22 UTC (permalink / raw)
  To: buildroot mailing list; +Cc: Biagio Montaruli

On the Aria and the Arietta AT91Bootstrap builds, the file name of the
bootloader embeds its version number, and the genimage configuration
needs this filename in order to build the boot filesystem image. Commit
0614f435a09e99c33f418a646eaa7647944c2f4c bumped the AT91Bootstrap
version of all acmesystems' boards but failed to update genimage.cfg
accordingly, which broke the builds. The Acqua board is not affected
by this issue.

Update the affected genimage.cfg with the correct filenames.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/1515521690
https://gitlab.com/buildroot.org/buildroot/-/jobs/1515521691
https://gitlab.com/buildroot.org/buildroot/-/jobs/1515521692
https://gitlab.com/buildroot.org/buildroot/-/jobs/1515521694

Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>
---
 board/acmesystems/aria-g25/genimage.cfg    | 2 +-
 board/acmesystems/arietta-g25/genimage.cfg | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Note: I tested the builds but did not test the generated images, for
lack of the appropriate hardware.

diff --git a/board/acmesystems/aria-g25/genimage.cfg b/board/acmesystems/aria-g25/genimage.cfg
index b40ad9edf3..fd7b9557c6 100644
--- a/board/acmesystems/aria-g25/genimage.cfg
+++ b/board/acmesystems/aria-g25/genimage.cfg
@@ -11,7 +11,7 @@ image boot.vfat {
 		}
 
 		file boot.bin {
-			image = "at91sam9x5_aria-sdcardboot-linux-zimage-dt-3.8.13.bin"
+			image = "at91sam9x5_aria-sdcardboot-linux-zimage-dt-3.10.3.bin"
 		}
 	}
 	size = 16M
diff --git a/board/acmesystems/arietta-g25/genimage.cfg b/board/acmesystems/arietta-g25/genimage.cfg
index 7c3112dd56..9ab8a6aff5 100644
--- a/board/acmesystems/arietta-g25/genimage.cfg
+++ b/board/acmesystems/arietta-g25/genimage.cfg
@@ -11,7 +11,7 @@ image boot.vfat {
 		}
 		
 		file boot.bin {
-			image = "at91sam9x5_arietta-sdcardboot-linux-zimage-dt-3.8.13.bin"
+			image = "at91sam9x5_arietta-sdcardboot-linux-zimage-dt-3.10.3.bin"
 		} 
 	}
 	size = 16M
-- 
2.25.1
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] board/acmesystems/{aria, arietta}-g25: fix genimage.cfg
  2021-08-27 18:22 [Buildroot] [PATCH 1/1] board/acmesystems/{aria, arietta}-g25: fix genimage.cfg Edgar Bonet
@ 2021-08-27 19:49 ` Yann E. MORIN
  2021-08-28 15:49   ` Biagio Montaruli
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2021-08-27 19:49 UTC (permalink / raw)
  To: Edgar Bonet; +Cc: buildroot mailing list, Biagio Montaruli

Edgar, All,

On 2021-08-27 20:22 +0200, Edgar Bonet spake thusly:
> On the Aria and the Arietta AT91Bootstrap builds, the file name of the
> bootloader embeds its version number, and the genimage configuration
> needs this filename in order to build the boot filesystem image. Commit
> 0614f435a09e99c33f418a646eaa7647944c2f4c bumped the AT91Bootstrap
> version of all acmesystems' boards but failed to update genimage.cfg
> accordingly, which broke the builds. The Acqua board is not affected
> by this issue.
> 
> Update the affected genimage.cfg with the correct filenames.
> 
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/1515521690
> https://gitlab.com/buildroot.org/buildroot/-/jobs/1515521691
> https://gitlab.com/buildroot.org/buildroot/-/jobs/1515521692
> https://gitlab.com/buildroot.org/buildroot/-/jobs/1515521694
> 
> Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  board/acmesystems/aria-g25/genimage.cfg    | 2 +-
>  board/acmesystems/arietta-g25/genimage.cfg | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> Note: I tested the builds but did not test the generated images, for
> lack of the appropriate hardware.
> 
> diff --git a/board/acmesystems/aria-g25/genimage.cfg b/board/acmesystems/aria-g25/genimage.cfg
> index b40ad9edf3..fd7b9557c6 100644
> --- a/board/acmesystems/aria-g25/genimage.cfg
> +++ b/board/acmesystems/aria-g25/genimage.cfg
> @@ -11,7 +11,7 @@ image boot.vfat {
>  		}
>  
>  		file boot.bin {
> -			image = "at91sam9x5_aria-sdcardboot-linux-zimage-dt-3.8.13.bin"
> +			image = "at91sam9x5_aria-sdcardboot-linux-zimage-dt-3.10.3.bin"
>  		}
>  	}
>  	size = 16M
> diff --git a/board/acmesystems/arietta-g25/genimage.cfg b/board/acmesystems/arietta-g25/genimage.cfg
> index 7c3112dd56..9ab8a6aff5 100644
> --- a/board/acmesystems/arietta-g25/genimage.cfg
> +++ b/board/acmesystems/arietta-g25/genimage.cfg
> @@ -11,7 +11,7 @@ image boot.vfat {
>  		}
>  		
>  		file boot.bin {
> -			image = "at91sam9x5_arietta-sdcardboot-linux-zimage-dt-3.8.13.bin"
> +			image = "at91sam9x5_arietta-sdcardboot-linux-zimage-dt-3.10.3.bin"
>  		} 
>  	}
>  	size = 16M
> -- 
> 2.25.1
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] board/acmesystems/{aria, arietta}-g25: fix genimage.cfg
  2021-08-27 19:49 ` Yann E. MORIN
@ 2021-08-28 15:49   ` Biagio Montaruli
  0 siblings, 0 replies; 3+ messages in thread
From: Biagio Montaruli @ 2021-08-28 15:49 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: buildroot mailing list, Edgar Bonet


[-- Attachment #1.1: Type: text/plain, Size: 3344 bytes --]

Edgar,
many thanks for your patch.
I have successfully tested it on my Arietta G25.

Regards,
Biagio.

Il giorno ven 27 ago 2021 alle ore 21:49 Yann E. MORIN <
yann.morin.1998@free.fr> ha scritto:

> Edgar, All,
>
> On 2021-08-27 20:22 +0200, Edgar Bonet spake thusly:
> > On the Aria and the Arietta AT91Bootstrap builds, the file name of the
> > bootloader embeds its version number, and the genimage configuration
> > needs this filename in order to build the boot filesystem image. Commit
> > 0614f435a09e99c33f418a646eaa7647944c2f4c bumped the AT91Bootstrap
> > version of all acmesystems' boards but failed to update genimage.cfg
> > accordingly, which broke the builds. The Acqua board is not affected
> > by this issue.
> >
> > Update the affected genimage.cfg with the correct filenames.
> >
> > Fixes:
> > https://gitlab.com/buildroot.org/buildroot/-/jobs/1515521690
> > https://gitlab.com/buildroot.org/buildroot/-/jobs/1515521691
> > https://gitlab.com/buildroot.org/buildroot/-/jobs/1515521692
> > https://gitlab.com/buildroot.org/buildroot/-/jobs/1515521694
> >
> > Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>
>
> Applied to master, thanks.
>
> Regards,
> Yann E. MORIN.
>
> > ---
> >  board/acmesystems/aria-g25/genimage.cfg    | 2 +-
> >  board/acmesystems/arietta-g25/genimage.cfg | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > Note: I tested the builds but did not test the generated images, for
> > lack of the appropriate hardware.
> >
> > diff --git a/board/acmesystems/aria-g25/genimage.cfg
> b/board/acmesystems/aria-g25/genimage.cfg
> > index b40ad9edf3..fd7b9557c6 100644
> > --- a/board/acmesystems/aria-g25/genimage.cfg
> > +++ b/board/acmesystems/aria-g25/genimage.cfg
> > @@ -11,7 +11,7 @@ image boot.vfat {
> >               }
> >
> >               file boot.bin {
> > -                     image =
> "at91sam9x5_aria-sdcardboot-linux-zimage-dt-3.8.13.bin"
> > +                     image =
> "at91sam9x5_aria-sdcardboot-linux-zimage-dt-3.10.3.bin"
> >               }
> >       }
> >       size = 16M
> > diff --git a/board/acmesystems/arietta-g25/genimage.cfg
> b/board/acmesystems/arietta-g25/genimage.cfg
> > index 7c3112dd56..9ab8a6aff5 100644
> > --- a/board/acmesystems/arietta-g25/genimage.cfg
> > +++ b/board/acmesystems/arietta-g25/genimage.cfg
> > @@ -11,7 +11,7 @@ image boot.vfat {
> >               }
> >
> >               file boot.bin {
> > -                     image =
> "at91sam9x5_arietta-sdcardboot-linux-zimage-dt-3.8.13.bin"
> > +                     image =
> "at91sam9x5_arietta-sdcardboot-linux-zimage-dt-3.10.3.bin"
> >               }
> >       }
> >       size = 16M
> > --
> > 2.25.1
> > _______________________________________________
> > buildroot mailing list
> > buildroot@busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
>
> --
>
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics'
> conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___
>      |
> | +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is
> no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v
>  conspiracy.  |
>
> '------------------------------^-------^------------------^--------------------'
>

[-- Attachment #1.2: Type: text/html, Size: 5071 bytes --]

[-- Attachment #2: Type: text/plain, Size: 145 bytes --]

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-08-28 15:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-27 18:22 [Buildroot] [PATCH 1/1] board/acmesystems/{aria, arietta}-g25: fix genimage.cfg Edgar Bonet
2021-08-27 19:49 ` Yann E. MORIN
2021-08-28 15:49   ` Biagio Montaruli

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.