remotes: General include files
yocto-layers: Yocto/OE Linux, BSP and Apps
clone.sh: Helper script for automated REPOs setup
curl https://raw.githubusercontent.com/tibbotech/repo-manifests/master/clone.sh > ./clone.sh && chmod 0755 ./clone.sh && ./clone.sh
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo3
chmod a+x ~/bin/repo3
repo3 init -u https://github.com/tibbotech/repo-manifests.git -m subfolder/some.xml
repo3 sync
"python should be a link to python3 in your system"
ln -sf `which python` `which python3`
"python expected to exist in your system"
ln -s `which python3` /usr/bin/python