QSDK代碼是歸檔在codeaurora上,代碼下載需要用到repo工具
安裝repo
安裝下載工具git和curl
sudo apt-get install git-core curl
使用curl獲取repo :
curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo -o repo
chmod +x repo
地址鏈接: https://mirrors.tuna.tsinghua.edu.cn/help/git-repo/
QSDK的代碼路徑為git://codeaurora.org/quic/qsdk/releases/manifest/qstak
對(duì)應(yīng)的版本和名稱執(zhí)行repo init
$ repo init -u git://codeaurora.org/quic/qsdk/releases/manifest/qstak -b release -m caf_AU_LINUX_QSDK_RELEASE_BANANA_10.4_C1_TARGET_ALL.2.4.3.1008.089.xml --repo-url=https://mirrors.tuna.tsinghua.edu.cn/git/git-repo
$ repo sync
參考鏈接: https://blog.csdn.net/yubing_615/article/details/51538377