Open main menu

DAVE Developer's Wiki β

Changes

DESK-MX8M-L/Development/Building the Yocto BSP

1,204 bytes added, 17:43, 15 February 2022
Initialize the build environment
./repo sync -c
</pre>
 
In case of <code>ca-certificates</code> failures, which may appears during https access to some repo:
 
dvdk@vagrant:~/desk-mx-l/yocto$ ./repo sync
Fetching projects: 11% (2/17) meta-freescale-3rdpartyfatal: unable to access 'https://source.codeaurora.org/external/imxsupport/meta-nxp-demo-experience/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-
certificates.crt CRLfile: none
fatal: unable to access 'https://git.openembedded.org/meta-python2/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
fatal: unable to access 'https://source.codeaurora.org/external/imxsupport/meta-nxp-demo-experience/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
fatal: unable to access 'https://git.openembedded.org/meta-python2/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
error: Cannot fetch meta-nxp-demo-experience from https://source.codeaurora.org/external/imxsupport/meta-nxp-demo-experience
 
a possible solution is to disable the SSL verification setting:
 
export GIT_SSL_NO_VERIFY=1
 
==== Initialize DISTRO and MACHINE ====
Select the Weston backend:
<pre class="workstation-terminal">
8,253
edits