Re: [yocto-patches] [meta-rockchip] [PATCH] u-boot: fix incorrect commit reference (radxa-zero-3)

Quentin Schulz <[email protected]> Mon, 22 Jun 2026 18:00:08 +0200
Newsgroups org.yoctoproject.lists.yocto-patches
Message-ID <[email protected]>
Hi Cleiton,

On 6/22/26 3:46 PM, Cleiton Bueno via lists.yoctoproject.org wrote:
> [You don't often get email from [email protected]. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> The commit 8cdf606 is incorrect and does not belong to any
> branch on this repository, it may belong to a fork outside of
> the repository. The correct commit should be:
> 2e2ae1fb69a25217640bfe2fb9abaf9f4fbacead
> 
> Signed-off-by: Cleiton Bueno <[email protected]>
> ---
>   recipes-bsp/u-boot/u-boot_%.bbappend | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend
> index c939a48..9432e2b 100644
> --- a/recipes-bsp/u-boot/u-boot_%.bbappend
> +++ b/recipes-bsp/u-boot/u-boot_%.bbappend
> @@ -3,8 +3,8 @@ require u-boot-rockchip.inc
>   FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
> 
>   SRC_URI:radxa-zero-3 = "git://github.com/Kwiboo/u-boot-rockchip.git;protocol=https;branch=rk3xxx-2024.07;name=Kwiboo"
> -SRCREV:radxa-zero-3 = "8cdf606e616baa36751f3b4adcfaefc781126c8c"
> -SRCREV:radxa-zero-3:rk-u-boot-env = "8cdf606e616baa36751f3b4adcfaefc781126c8c"
> +SRCREV:radxa-zero-3 = "2e2ae1fb69a25217640bfe2fb9abaf9f4fbacead"
> +SRCREV:radxa-zero-3:rk-u-boot-env = "2e2ae1fb69a25217640bfe2fb9abaf9f4fbacead"
> 

This code doesn't exist anymore since Walnascar, on which branch of 
meta-rockchip are you building?

If it's for scarthgap/styhead, I think it'd make more sense to add 
upstream 2024.10 (or later) U-Boot recipe since the board is supported 
starting that version.

Jonas (Kwiboo) is the sole owner of that repo and may freely decide to 
rebase branches or delete them, so we should really aim at not using it.

Cheers,
Quentin