Hi
I try to download newest Yocto BSP following IMX_YOCTO_PROJECT_USERS_GUIDE
but when I try "repo init" and "repo sync", it failed.
fail log as below:
Fetching: 0% (0/13) warming up
fatal: unable to access 'https://git.yoctoproject.org/git/poky/': server certificate verification failed. CAfile: none CRLfile: none
poky:
fatal: unable to access 'https://git.yoctoproject.org/git/poky/': server certificate verification failed. CAfile: none CRLfile: none
poky: sleeping 4.0 seconds before retrying
fatal: unable to access 'https://git.yoctoproject.org/git/poky/': server certificate verification failed. CAfile: none CRLfile: none
poky:
fatal: unable to access 'https://git.yoctoproject.org/git/poky/': server certificate verification failed. CAfile: none CRLfile: none
error: Cannot fetch poky from https://git.yoctoproject.org/git/poky
Fetching: 30% (4/13) meta-freescale-3rdparty
fatal: unable to access 'https://git.openembedded.org/meta-python2/': server certificate verification failed. CAfile: none CRLfile: none
meta-python2:
fatal: unable to access 'https://git.openembedded.org/meta-python2/': server certificate verification failed. CAfile: none CRLfile: none
meta-python2: sleeping 4.0 seconds before retrying
fatal: unable to access 'https://git.openembedded.org/meta-python2/': server certificate verification failed. CAfile: none CRLfile: none
meta-python2:
fatal: unable to access 'https://git.openembedded.org/meta-python2/': server certificate verification failed. CAfile: none CRLfile: none
error: Cannot fetch meta-python2 from https://git.openembedded.org/meta-python2
Fetching: 100% (13/13), done in 7.633s
Garbage collecting: 100% (13/13), done in 0.026s
Fetching: 0% (0/2) warming up
fatal: unable to access 'https://git.openembedded.org/meta-python2/': server certificate verification failed. CAfile: none CRLfile: none
meta-python2:
fatal: unable to access 'https://git.openembedded.org/meta-python2/': server certificate verification failed. CAfile: none CRLfile: none
meta-python2: sleeping 4.0 seconds before retrying
fatal: unable to access 'https://git.openembedded.org/meta-python2/': server certificate verification failed. CAfile: none CRLfile: none
meta-python2:
fatal: unable to access 'https://git.openembedded.org/meta-python2/': server certificate verification failed. CAfile: none CRLfile: none
error: Cannot fetch meta-python2 from https://git.openembedded.org/meta-python2
fatal: unable to access 'https://git.yoctoproject.org/git/poky/': server certificate verification failed. CAfile: none CRLfile: none
poky:
fatal: unable to access 'https://git.yoctoproject.org/git/poky/': server certificate verification failed. CAfile: none CRLfile: none
poky: sleeping 4.0 seconds before retrying
fatal: unable to access 'https://git.yoctoproject.org/git/poky/': server certificate verification failed. CAfile: none CRLfile: none
poky:
fatal: unable to access 'https://git.yoctoproject.org/git/poky/': server certificate verification failed. CAfile: none CRLfile: none
error: Cannot fetch poky from https://git.yoctoproject.org/git/poky
Fetching: 100% (2/2), done in 10.039s
Garbage collecting: 100% (2/2), done in 0.006s
fatal: failed to unpack tree object HEAD
error.GitError: Cannot checkout meta-python2: Cannot initialize work tree for meta-python2
error: Cannot checkout meta-python2
fatal: failed to unpack tree object HEAD
error.GitError: Cannot checkout poky: Cannot initialize work tree for poky
error: Cannot checkout poky
error: Unable to fully sync the tree.
error: Downloading network changes failed.
error: Checking out local projects failed.
Failing repos:
sources/meta-python2
sources/poky
Try re-running with "-j1 --fail-fast" to exit at the first error.
how can i fix this issue, thanks.