All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip][PATCH] u-boot: Update SRCREV for radxa-zero-3
@ 2024-12-07 16:23 Oleksii Kurochko
  2024-12-09 15:22 ` [yocto-patches] " Quentin Schulz
  0 siblings, 1 reply; 8+ messages in thread
From: Oleksii Kurochko @ 2024-12-07 16:23 UTC (permalink / raw)
  To: yocto-patches; +Cc: Oleksii Kurochko, Trevor Woerner

During the fetch stage of u-boot for radxa-zero-3, the following issue occurs:
  Unable to find revision 8cdf606e616baa36751f3b4adcfaefc781126c8c in branch
  rk3xxx-2024.07 even from upstream

This happens because the hash of the head commit for the rk3xxx-2024.07 branch
is different from the one specified in the recipe.
This can be verified by running the following command in
<yocto>/build/tmp/work/radxa_zero_3e-poky-linux/u-boot/2024.01/git:
  $ git rev-list -n 1 rk3xxx-2024.07
    2e2ae1fb69a25217640bfe2fb9abaf9f4fbacead

Update the SRCREV to the hash of the current head commit corresponding to
the rk3xxx-2024.07 branch.

Fixes: e0b13fe834b5("radxa-zero-3{e|w}: add")
Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
---
 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"
 
 SRC_URI:append:rk-u-boot-env = " file://rockchip-enable-environment-mmc.cfg"
 SRCREV:rk-u-boot-env = "cdfcc37428e06f4730ab9a17cc084eeb7676ea1a"
-- 
2.47.1



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

end of thread, other threads:[~2024-12-12  9:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-07 16:23 [meta-rockchip][PATCH] u-boot: Update SRCREV for radxa-zero-3 Oleksii Kurochko
2024-12-09 15:22 ` [yocto-patches] " Quentin Schulz
2024-12-10 16:16   ` Oleksii Kurochko
2024-12-10 16:37     ` Quentin Schulz
2024-12-10 19:03       ` Oleksii Kurochko
2024-12-11  9:25         ` Quentin Schulz
2024-12-12  9:21           ` Oleksii Kurochko
2024-12-11 20:07   ` Trevor Woerner

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.