fail to sync yocto (Linux 5.10.9_1.0.0) On Chinese mainland

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

fail to sync yocto (Linux 5.10.9_1.0.0) On Chinese mainland

1,997 Views
ttttttx
Contributor III

I want to download the latest yocto resource Linux 5.10.9_ 1.0.0 according to https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...  :  Linux 5.10.9_1.0.0​ :  "  i.MX yocto project user's guide.pdf  "  ,  Synchronization failed !!!   

That's what I did :

curl http://commondatastorage.googleapis.com/git-repo-downloads/repo  > ~/bin/repo

raotianxiang_0-1619026294004.png

...   # get file repo from other community topic
# https://source.codeaurora.org/external/imx/imx-manifest/tree/README?h=imx-linux-gatesgarth
chmod a+x ~/bin/repo PATH=${PATH}:~/bin
export REPO_URL='https://mirrors.tuna.tsinghua.edu.cn/git/git-repo'       or
export REPO_URL='https://gerrit-googlesource.proxy.ustclug.org/git-repo'
repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-gatesgarth -m imx-5.10.9-1.0.0.xml
repo sync

raotianxiang_1-1619026800804.png

some error messages are as follows :

raotianxiang_4-1619027264086.png

0 0 --:--:-- 0:02:00 --:--:-- 0\ncurl: (56) Unexpected EOF\n'

fsl-community-bsp-base:
fatal: unable to access 'https://github.com/Freescale/fsl-community-bsp-base/': gnutls_handshake() failed: The TLS connection was non-properly terminated.


meta-browser:
fatal: unable to access 'https://github.com/OSSystems/meta-browser/':Operation timed out after 300017 milliseconds with 0 out of 0 bytes received

fsl-community-bsp-base:
fatal: unable to access 'https://github.com/Freescale/fsl-community-bsp-base/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

error: Cannot fetch fsl-community-bsp-base from https://github.com/Freescale/fsl-community-bsp-base
Fetching: 7% [2 jobs] (1/14) started meta-clang
meta-browser:
fatal: unable to access 'https://github.com/OSSystems/meta-browser/':gnutls_handshake() failed: The TLS connection was non-properly terminated.

...

meta-freescale:
fatal: unable to access 'https://github.com/Freescale/meta-freescale/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

...

meta-qt5:
fatal: unable to access 'https://github.com/meta-qt5/meta-qt5/': Failed to connect to github.com port 443: 连接超时


meta-openembedded:
fatal: unable to access 'https://github.com/openembedded/meta-openembedded/': gnutls_handshake() failed: The TLS connection was non-properly terminated.


meta-openembedded:
fatal: unable to access 'https://github.com/openembedded/meta-openembedded/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

...

and so on 

...

The  result is not 100% synchronization

 

how i can do now ?

 

 

 

 

Tags (1)
0 Kudos
3 Replies

1,969 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello raotianxiang,

 

You must fix your proxy issues, that error is common issue with proxie not from yocto.

 

Regards

 

0 Kudos

1,726 Views
shivam_rawat
Contributor II

@Bio_TICFSL  i am also facing the same issue, so how to resolve this proxy , because i have not set any proxy and where to check it

i have followed the IMXLXYOCTOUG i.MX Yocto Project User's Guide Rev. LF5.10.9_1.0.0 — 12 April 2021 .  i am working on : Rugged Board ,  PhyCore - i.MX6 UL (MCIMX6G2CVM05AB) . Host machine is ubuntu18.4 

i executed the commands as mentioned below and the error it shows::

--------------------------------------------------------------------------------------------------------------------------------------
r@dell:~/bin/imx-yocto-bsp$ repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-gatesgarth -m imx-5.10.9-1.0.0.xml
fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
fatal: error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)
r@dell:~/bin/imx-yocto-bsp$
 --------------------------------------------------------------------------------------------------------------------------------------

1,929 Views
ttttttx
Contributor III

When I built imx-image-full, I found that qtwangland always failed to compile.

raotianxiang_0-1619201930223.pngraotianxiang_1-1619201968515.pngraotianxiang_2-1619202024440.png

Test config.qtwayland_client.tests.dmabuf-server-buffer tries to use undeclared library 'drm'

lib drm ?

raotianxiang_3-1619202359582.png

I had cleanall-ed them and rebuild , but no effect

 

How to solve this problem ?
0 Kudos