All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Defconfig arcturus_ucls1012a_defconfig: bump UBOOT_CUSTOM_REPO_VERSION
@ 2018-06-05 14:02 Oleksandr Zhadan
  2018-06-05 16:46 ` Thomas Petazzoni
  2019-07-26 14:28 ` Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Oleksandr Zhadan @ 2018-06-05 14:02 UTC (permalink / raw)
  To: buildroot

This new u-boot custom repo version should fix the arcturus_ucls1012a_defconfig
fails to build on master. See the build log at:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/71726827

Signed-off-by: Oleksandr Zhadan <oleks@arcturusnetworks.com>
Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>
---
 configs/arcturus_ucls1012a_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/arcturus_ucls1012a_defconfig b/configs/arcturus_ucls1012a_defconfig
index 9d1da8c2cc..7fb980479a 100644
--- a/configs/arcturus_ucls1012a_defconfig
+++ b/configs/arcturus_ucls1012a_defconfig
@@ -28,7 +28,7 @@ BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/ArcturusNetworks/uCLS1012A-uboot.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="v0.2.1811"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="v0.2.1823"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="UCLS1012A_QSPI128"
 
 # Tools
-- 
2.11.0

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

* [Buildroot] [PATCH] Defconfig arcturus_ucls1012a_defconfig: bump UBOOT_CUSTOM_REPO_VERSION
  2018-06-05 14:02 [Buildroot] [PATCH] Defconfig arcturus_ucls1012a_defconfig: bump UBOOT_CUSTOM_REPO_VERSION Oleksandr Zhadan
@ 2018-06-05 16:46 ` Thomas Petazzoni
  2019-07-26 14:28 ` Thomas Petazzoni
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2018-06-05 16:46 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue,  5 Jun 2018 10:02:50 -0400, Oleksandr Zhadan wrote:
> This new u-boot custom repo version should fix the arcturus_ucls1012a_defconfig
> fails to build on master. See the build log at:
> 
>   https://gitlab.com/buildroot.org/buildroot/-/jobs/71726827
> 
> Signed-off-by: Oleksandr Zhadan <oleks@arcturusnetworks.com>
> Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>
> ---
>  configs/arcturus_ucls1012a_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master with a slightly reworked commit title and commit log.
Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] Defconfig arcturus_ucls1012a_defconfig: bump UBOOT_CUSTOM_REPO_VERSION
  2018-06-05 14:02 [Buildroot] [PATCH] Defconfig arcturus_ucls1012a_defconfig: bump UBOOT_CUSTOM_REPO_VERSION Oleksandr Zhadan
  2018-06-05 16:46 ` Thomas Petazzoni
@ 2019-07-26 14:28 ` Thomas Petazzoni
  2019-08-10 13:11   ` Thomas Petazzoni
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2019-07-26 14:28 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue,  5 Jun 2018 10:02:50 -0400
Oleksandr Zhadan <oleks@arcturusnetworks.com> wrote:

> This new u-boot custom repo version should fix the arcturus_ucls1012a_defconfig
> fails to build on master. See the build log at:
> 
>   https://gitlab.com/buildroot.org/buildroot/-/jobs/71726827
> 
> Signed-off-by: Oleksandr Zhadan <oleks@arcturusnetworks.com>
> Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>

This defconfig no longer builds with gcc 8.x, due to U-Boot:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/259846781

Could you have a look and send a patch to fix this ?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] Defconfig arcturus_ucls1012a_defconfig: bump UBOOT_CUSTOM_REPO_VERSION
  2019-07-26 14:28 ` Thomas Petazzoni
@ 2019-08-10 13:11   ` Thomas Petazzoni
  2019-08-18 20:40     ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2019-08-10 13:11 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 26 Jul 2019 16:28:24 +0200
Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:

> On Tue,  5 Jun 2018 10:02:50 -0400
> Oleksandr Zhadan <oleks@arcturusnetworks.com> wrote:
> 
> > This new u-boot custom repo version should fix the arcturus_ucls1012a_defconfig
> > fails to build on master. See the build log at:
> > 
> >   https://gitlab.com/buildroot.org/buildroot/-/jobs/71726827
> > 
> > Signed-off-by: Oleksandr Zhadan <oleks@arcturusnetworks.com>
> > Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>  
> 
> This defconfig no longer builds with gcc 8.x, due to U-Boot:
> 
>   https://gitlab.com/buildroot.org/buildroot/-/jobs/259846781
> 
> Could you have a look and send a patch to fix this ?

This is a second reminder about fixing this defconfig, which still
fails to build:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/269139088

Please send a fix in the near future, as otherwise we would have to
remove this defconfig.

Best regards,

Thomas Petazzoni
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] Defconfig arcturus_ucls1012a_defconfig: bump UBOOT_CUSTOM_REPO_VERSION
  2019-08-10 13:11   ` Thomas Petazzoni
@ 2019-08-18 20:40     ` Thomas Petazzoni
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2019-08-18 20:40 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 10 Aug 2019 15:11:24 +0200
Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:

> This is a second reminder about fixing this defconfig, which still
> fails to build:
> 
>   https://gitlab.com/buildroot.org/buildroot/-/jobs/269139088
> 
> Please send a fix in the near future, as otherwise we would have to
> remove this defconfig.

Here is a third reminder, since this defconfig again failed to build:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/273673079

Could you have a look ? If not we'll remove the defconfig by the end of
this month, before the 2019.08 release.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-08-18 20:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-05 14:02 [Buildroot] [PATCH] Defconfig arcturus_ucls1012a_defconfig: bump UBOOT_CUSTOM_REPO_VERSION Oleksandr Zhadan
2018-06-05 16:46 ` Thomas Petazzoni
2019-07-26 14:28 ` Thomas Petazzoni
2019-08-10 13:11   ` Thomas Petazzoni
2019-08-18 20:40     ` 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.