board/acmesystems/{aria, arietta}-g25: fix genimage.cfg
authorEdgar Bonet <bonet@grenoble.cnrs.fr>
Fri, 27 Aug 2021 18:22:53 +0000 (20:22 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 27 Aug 2021 19:48:24 +0000 (21:48 +0200)
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>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
board/acmesystems/aria-g25/genimage.cfg
board/acmesystems/arietta-g25/genimage.cfg

index b40ad9edf32edfe859e72aef016a2a3c8ec364c1..fd7b9557c61122105c6c153118771eff5c3898e5 100644 (file)
@@ -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
index 7c3112dd561bf184de3c13b855fc0978d02e76aa..9ab8a6aff5204665216b2a89cce3c53104cde2ff 100644 (file)
@@ -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