Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] [PATCH 1/1] ucls1012a: bump kernel and u-boot version
@ 2019-08-26 17:39 Oleksandr Zhadan
  2019-08-27  7:25 ` Thomas Petazzoni
  2019-09-09 22:20 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Oleksandr Zhadan @ 2019-08-26 17:39 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Oleksandr Zhadan <oleks@arcturusnetworks.com>
Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>
---
 configs/arcturus_ucls1012a_defconfig | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/configs/arcturus_ucls1012a_defconfig b/configs/arcturus_ucls1012a_defconfig
index 7fb980479a..fceaed0db7 100644
--- a/configs/arcturus_ucls1012a_defconfig
+++ b/configs/arcturus_ucls1012a_defconfig
@@ -14,7 +14,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/arcturus/aarch64-ucls1012a/post-image.sh"
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,ArcturusNetworks,uCLS1012A-kernel,v0.2.1811)/linux-v0.2.1811.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,ArcturusNetworks,uCLS1012A-kernel,v0.2.1935)/linux-v0.2.1935.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="ucls1012a"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="arcturus/arc-ucls1012a"
@@ -26,9 +26,8 @@ BR2_TARGET_ROOTFS_CPIO_GZIP=y
 # U-boot
 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.1823"
+BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
+BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,ArcturusNetworks,uCLS1012A-uboot,v0.2.1935)/uboot-v0.2.1935.tar.gz"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="UCLS1012A_QSPI128"
 
 # Tools
-- 
2.16.4

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

* [Buildroot] [PATCH 1/1] [PATCH 1/1] ucls1012a: bump kernel and u-boot version
  2019-08-26 17:39 [Buildroot] [PATCH 1/1] [PATCH 1/1] ucls1012a: bump kernel and u-boot version Oleksandr Zhadan
@ 2019-08-27  7:25 ` Thomas Petazzoni
  2019-08-27 13:51   ` Oleksandr G Zhadan
  2019-09-09 22:20 ` Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2019-08-27  7:25 UTC (permalink / raw)
  To: buildroot

Hello Oleksandr,

On Mon, 26 Aug 2019 13:39:42 -0400
Oleksandr Zhadan <oleks@arcturusnetworks.com> wrote:

> Signed-off-by: Oleksandr Zhadan <oleks@arcturusnetworks.com>
> Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>

Thanks for the patch. I assume this is fixing the build issue reported
at https://gitlab.com/buildroot.org/buildroot/-/jobs/278489234 ?

Thanks,

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

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

* [Buildroot] [PATCH 1/1] [PATCH 1/1] ucls1012a: bump kernel and u-boot version
  2019-08-27  7:25 ` Thomas Petazzoni
@ 2019-08-27 13:51   ` Oleksandr G Zhadan
  0 siblings, 0 replies; 4+ messages in thread
From: Oleksandr G Zhadan @ 2019-08-27 13:51 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

Yes, it will fix the issue.

Oleks

On 8/27/19 3:25 AM, Thomas Petazzoni wrote:
> Hello Oleksandr,
>
> On Mon, 26 Aug 2019 13:39:42 -0400
> Oleksandr Zhadan <oleks@arcturusnetworks.com> wrote:
>
>> Signed-off-by: Oleksandr Zhadan <oleks@arcturusnetworks.com>
>> Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>
> Thanks for the patch. I assume this is fixing the build issue reported
> at https://gitlab.com/buildroot.org/buildroot/-/jobs/278489234 ?
>
> Thanks,
>
> Thomas Petazzoni

-- 
Oleksandr Zhadan
oleks at arcturusnetworks.com
416.621.0125 x.235

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

* [Buildroot] [PATCH 1/1] [PATCH 1/1] ucls1012a: bump kernel and u-boot version
  2019-08-26 17:39 [Buildroot] [PATCH 1/1] [PATCH 1/1] ucls1012a: bump kernel and u-boot version Oleksandr Zhadan
  2019-08-27  7:25 ` Thomas Petazzoni
@ 2019-09-09 22:20 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2019-09-09 22:20 UTC (permalink / raw)
  To: buildroot

On Mon, 26 Aug 2019 13:39:42 -0400
Oleksandr Zhadan <oleks@arcturusnetworks.com> wrote:

> Signed-off-by: Oleksandr Zhadan <oleks@arcturusnetworks.com>
> Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>
> ---
>  configs/arcturus_ucls1012a_defconfig | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)

Applied to master, thanks. Sorry for the delay in applying this. I
thought I had applied it, but clearly not.

Best regards,

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

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

end of thread, other threads:[~2019-09-09 22:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-26 17:39 [Buildroot] [PATCH 1/1] [PATCH 1/1] ucls1012a: bump kernel and u-boot version Oleksandr Zhadan
2019-08-27  7:25 ` Thomas Petazzoni
2019-08-27 13:51   ` Oleksandr G Zhadan
2019-09-09 22:20 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox