Hi @Harvey021 ,
While performing 'repo sync,' we encountered an issue with cloning the repository of the meta-ivi layer. Below is the log:
Fetching: 75% (12/16) 5:01 | 1 job | 4:27 meta-ivi @ sources/meta-ivifatal: unable to connect to github.com:github.com[0: 192.30.255.113]: errno=Connection timed outmeta-ivi:fatal: unable to connect to github.com:github.com[0: 192.30.255.113]: errno=Connection timed outmeta-ivi: sleeping 4.0 seconds before retryingfatal: unable to connect to github.com:github.com[0: 192.30.255.112]: errno=Connection timed outerror: Cannot fetch meta-ivi from git://github.com/genivi/meta-iviFetching: 100% (16/16), done in 5m30.794sFetching: 0% (0/1) 4:25 | 1 job | 4:25 meta-ivi @ sources/meta-ivifatal: unable to connect to github.com:github.com[0: 192.30.255.113]: errno=Connection timed outmeta-ivi:fatal: unable to connect to github.com:github.com[0: 192.30.255.113]: errno=Connection timed outmeta-ivi: sleeping 4.0 seconds before retryingfatal: unable to connect to github.com:github.com[0: 192.30.255.113]: errno=Connection timed outerror: Cannot fetch meta-ivi from git://github.com/genivi/meta-iviFetching: 100% (1/1), done in 4m25.551sfatal: failed to unpack tree object HEADerror.GitError: Cannot checkout meta-ivi: Cannot initialize work tree for meta-ivierror: Cannot checkout meta-iviChecking out: 100% (16/16), done in 6.921serror: Unable to fully sync the treeerror: Downloading network changes failed.error: Checking out local projects failed.Failing repos:sources/meta-iviTry re-running with "-j1 --fail-fast" to exit at the first error.================================================================================Repo command failed due to the following SyncError errors:GitCommandError: 'fetch --quiet --progress genivi --prune --recurse-submodules=no --tags +refs/heads/:refs/remotes/genivi/ +refs/tags/:refs/tags/' on meta-ivi failedstdout: fatal: unable to connect to github.com:GitCommandError: 'fetch --quiet --progress genivi --prune --recurse-submodules=no --tags +refs/heads/:refs/remotes/genivi/ +refs/tags/:refs/tags/' on meta-ivi failedstdout: fatal: unable to connect to github.com:Cannot initialize work tree for meta-ivi
We have executed 'git config --global url." ".insteadOf git://github.com/' and also performed a separate clone of meta-ivi. However, during compilation, hcitool, hciattach, and hciconfig were not generated. After adding 'deprecated' in the file './meta-ivi/meta-ivi-test/recipes-connectivity/bluez5/bluez5_%.bbappend' as follows:
PACKAGECONFIG += " readline testing tools deprecated"
and recompiling, the binaries were generated. Even though the binaries were generated, there are issues with Bluetooth connectivity after flashing the Yocto image onto the device.
Kindly help me in resolving the issue.