Dear Experts,
I am using using LSDK 21.08, and prototyping on ls1028ardb.
It seems like yocto_poky componenet has wrong url in configs/sdk.yml
when trying to make firmware with:
FETCH_PREBUILT_LSDK_RFS: y
flag.
Ii execute flex-builder -i mkfw -m ls1028ardb -b sd
Flexbuild failed to download (i tried to download manually as well, with no success):
url: git://git.yoctoproject.org/poky.git
tag: yocto-3.3.1
I changed url to:
url: https://github.com/yoctoproject/poky.git
same tag:
yocto-3.3.1
Please confirm that it is is correct url and i am downloading the same thing?
If not ,what url should i use?
Best regards
Alik