* [Buildroot] [PATCH] boot/uboot: bump version to 2026.04
@ 2026-04-12 8:19 Javad Rahimipetroudi via buildroot
2026-04-12 11:41 ` Julien Olivain via buildroot
2026-04-12 12:16 ` [Buildroot] [PATCH] configs/orangepi_pc2: bump uboot " Javad Rahimipetroudi via buildroot
0 siblings, 2 replies; 4+ messages in thread
From: Javad Rahimipetroudi via buildroot @ 2026-04-12 8:19 UTC (permalink / raw)
To: buildroot; +Cc: Javad Rahimipetroudi, Javad Rahimi
This patch fix the autobuild error for OrangePi PC2:
Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/13858950361
Signed-off-by: Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
---
configs/orangepi_pc2_defconfig | 3 ---
1 file changed, 3 deletions(-)
diff --git a/configs/orangepi_pc2_defconfig b/configs/orangepi_pc2_defconfig
index 46d04b34c8..115fcc93fe 100644
--- a/configs/orangepi_pc2_defconfig
+++ b/configs/orangepi_pc2_defconfig
@@ -23,9 +23,6 @@ BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.9"
BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="sun50i_a64"
BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.04"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_pc2"
BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
--
2.53.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] boot/uboot: bump version to 2026.04
2026-04-12 8:19 [Buildroot] [PATCH] boot/uboot: bump version to 2026.04 Javad Rahimipetroudi via buildroot
@ 2026-04-12 11:41 ` Julien Olivain via buildroot
2026-04-12 12:16 ` [Buildroot] [PATCH] configs/orangepi_pc2: bump uboot " Javad Rahimipetroudi via buildroot
1 sibling, 0 replies; 4+ messages in thread
From: Julien Olivain via buildroot @ 2026-04-12 11:41 UTC (permalink / raw)
To: Javad Rahimipetroudi; +Cc: buildroot, Javad Rahimipetroudi, Javad Rahimi
Hi Javad,
Thanks for the patch. I have few comments.
Since you are updating uboot only of a defconfig, the commit title
should
rather be:
configs/orangepi_pc2: bump uboot to 2026.04
On 12/04/2026 10:19, Javad Rahimipetroudi via buildroot wrote:
> This patch fix the autobuild error for OrangePi PC2:
> Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/13858950361
>
> Signed-off-by: Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
> ---
> configs/orangepi_pc2_defconfig | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/configs/orangepi_pc2_defconfig
> b/configs/orangepi_pc2_defconfig
> index 46d04b34c8..115fcc93fe 100644
> --- a/configs/orangepi_pc2_defconfig
> +++ b/configs/orangepi_pc2_defconfig
> @@ -23,9 +23,6 @@ BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y
> BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.9"
> BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="sun50i_a64"
> BR2_TARGET_UBOOT=y
> -BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
> -BR2_TARGET_UBOOT_CUSTOM_VERSION=y
> -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.04"
If you remove those config lines, this defconfig will use the "latest"
default version set in "boot/uboot", which will changed in the future.
In Buildroot, we prefer having defconfigs using a fixed version (to make
sure it is more stable to what defconfigs maintainers are testing). So
you
should instead only change the custom uboot version:
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2026.04"
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_pc2"
> BR2_TARGET_UBOOT_NEEDS_DTC=y
> BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
> --
> 2.53.0
Could you send an updated patch please?
Best regards,
Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] configs/orangepi_pc2: bump uboot version to 2026.04
2026-04-12 8:19 [Buildroot] [PATCH] boot/uboot: bump version to 2026.04 Javad Rahimipetroudi via buildroot
2026-04-12 11:41 ` Julien Olivain via buildroot
@ 2026-04-12 12:16 ` Javad Rahimipetroudi via buildroot
2026-04-12 14:43 ` Julien Olivain via buildroot
1 sibling, 1 reply; 4+ messages in thread
From: Javad Rahimipetroudi via buildroot @ 2026-04-12 12:16 UTC (permalink / raw)
To: buildroot; +Cc: Javad Rahimipetroudi, Javad Rahimi
This patch fixes the autobuild error for the OrangePi PC2.
Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/13858950361
Signed-off-by: Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
---
Changes v1 -> v2:
- change the commit title
- change uboot from latest version to a fixed version
---
configs/orangepi_pc2_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/orangepi_pc2_defconfig b/configs/orangepi_pc2_defconfig
index 46d04b34c8..9d59e72de5 100644
--- a/configs/orangepi_pc2_defconfig
+++ b/configs/orangepi_pc2_defconfig
@@ -25,7 +25,7 @@ BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="sun50i_a64"
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.04"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2026.04"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_pc2"
BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
--
2.53.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] configs/orangepi_pc2: bump uboot version to 2026.04
2026-04-12 12:16 ` [Buildroot] [PATCH] configs/orangepi_pc2: bump uboot " Javad Rahimipetroudi via buildroot
@ 2026-04-12 14:43 ` Julien Olivain via buildroot
0 siblings, 0 replies; 4+ messages in thread
From: Julien Olivain via buildroot @ 2026-04-12 14:43 UTC (permalink / raw)
To: Javad Rahimipetroudi; +Cc: buildroot, Javad Rahimipetroudi, Javad Rahimi
On 12/04/2026 14:16, Javad Rahimipetroudi via buildroot wrote:
> This patch fixes the autobuild error for the OrangePi PC2.
> Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/13858950361
>
> Signed-off-by: Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
Applied to master, thanks. For info, I added
BR2_TARGET_UBOOT_NEEDS_GNUTLS=y needed by this new uboot version.
See:
https://gitlab.com/buildroot.org/buildroot/-/commit/9882f8e5c1c33361509325b6d30a211da465882c
Best regards,
Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-04-12 14:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-12 8:19 [Buildroot] [PATCH] boot/uboot: bump version to 2026.04 Javad Rahimipetroudi via buildroot
2026-04-12 11:41 ` Julien Olivain via buildroot
2026-04-12 12:16 ` [Buildroot] [PATCH] configs/orangepi_pc2: bump uboot " Javad Rahimipetroudi via buildroot
2026-04-12 14:43 ` Julien Olivain via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox