Hi,
Building imx-image-full in imx8mp-lpddr4-evk.
repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-mickledore -m imx-6.1.36-2.1.0.xml
DISTRO=fsl-imx-wayland MACHINE=imx8mp-lpddr4-evk source imx-setup-release.sh -b ../build
Facing url fetching in nnshark recipe.
Kindly find the attachment for the issue.
Checked some old Solved: Yocto 3.3 5.10.72 BSP Build Fail - NXP Community , but not yet resolved for me. kindly help me.
Solved! Go to Solution.
you just use instead your own link, it seems your original link is gitsm://anongit.freedesktop.org/git/
if yes, you just add this link after the command I sent to you like
git config --global url.http://anongit.freedesktop.org/git/.insteadOf gitsm://anongit.freedesktop.org/
you just add your original link you need instead of
hi all:
i met this issue too. and finally i solved it. i put my solution here and hope it can help someone who also meet this issue.
find imx-yocto-bsp/sources/meta-imx/meta-ml/recipes-nnstreamer/nnshark/nnshark_2021.10.imx.bb
edit it as below:
use "bitbake -c cleanall nnshark" to clean nnshark first and then use "bitbake nnshark" or "bitbake imx-image-full -c populate_sdk" to build again.
in my case, i failed at the first try. i don't know why. maybe due to the bad network? but i clean nnshark and rebuild again, it success.
I am facing the same issue.
repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-mickledore -m imx-6.1.36-2.1.0.xml
DISTRO=fsl-imx-wayland MACHINE=imx8mp-lpddr4-evk source imx-setup-release.sh -b build-wayland
The old solution, adding do_configure[network] = "1" to
sources/meta-imx/meta-ml/recipes-nnstreamer/nnshark/nnshark_2021.10.imx.bb does not help
Hi,
Facing issue.
vie4cob@buildinfra:~[master]$ git config --global url.http://anongit.freedesktop.org/git/
error: invalid key: url.http://anongit.freedesktop.org/git/
Do we need to use any insteadof parameter like this git - Invalid key error when using url.<base>.insteadOf on Windows - Stack Overflow
If it is, Could you please provide value parameter also? Kindly help. Thanks
you just use instead your own link, it seems your original link is gitsm://anongit.freedesktop.org/git/
if yes, you just add this link after the command I sent to you like
git config --global url.http://anongit.freedesktop.org/git/.insteadOf gitsm://anongit.freedesktop.org/
you just add your original link you need instead of
I checked my bb file, which is same as yours, it seems this is firewall issue, try to use this command
git config --global url.http://anongit.freedesktop.org/git/ to check if this works for you or not