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

Cleiton Bueno <[email protected]> Mon, 22 Jun 2026 13:06:36 -0300
Newsgroups org.yoctoproject.lists.yocto-patches
Message-ID <CAA-i2LwP13YUZ8cnN7G8h3XuYESC36PPHSyvnTp6Oyd+PnXA7g@mail.gmail.com>
Understood!

I'll move u-boot upstream and test it. If it works, I'll send a patch with
this modification to radxa-zero-3w as soon as it's working.

Em seg., 22 de jun. de 2026 às 13:00, Quentin Schulz <
[email protected]> escreveu:

> Hi Cleiton,
>
> On 6/22/26 3:46 PM, Cleiton Bueno via lists.yoctoproject.org wrote:
> > [You don't often get email from cleiton.bueno=
> [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
>


--