radxa / meta-rockchip

Yocto BSP layer for the Rockchip SOC boards
MIT License
24 stars 15 forks source link

u-boot recipe for radxa-zero-3w is broken in scarthgap release #18

Open kmmenna opened 4 weeks ago

kmmenna commented 4 weeks ago

Following the README to build a first image:

$ MACHINE=radxa-zero-3w bitbake core-image-full-cmdline

I got the following error:

WARNING: u-boot-1_2024.01-r0 do_fetch: Failed to fetch URL git://github.com/Kwiboo/u-boot-rockchip.git;protocol=https;branch=rk3xxx-2024.07;name=Kwiboo, attempting MIRRORS if available
ERROR: u-boot-1_2024.01-r0 do_fetch: Fetcher failure: Unable to find revision 8cdf606e616baa36751f3b4adcfaefc781126c8c in branch rk3xxx-2024.07 even from upstream
ERROR: u-boot-1_2024.01-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/Kwiboo/u-boot-rockchip.git;protocol=https;branch=rk3xxx-2024.07;name=Kwiboo')
ERROR: Logfile of failure stored in: /yocto/sources/build/tmp-glibc/work/radxa_zero_3w-oe-linux/u-boot/2024.01/temp/log.do_fetch.93305
ERROR: Task (/yocto/sources/build/../openembedded-core/meta/recipes-bsp/u-boot/u-boot_2024.01.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1450 tasks of which 1437 didn't need to be rerun and 1 failed.

I believe that is related to specifics radxa-zero-3 instructions in u-boot recipe:

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"
Manu7788 commented 2 days ago

same for me. any fix found already?