こちらのブログを参考にさせていただいた
通常cm6 froyo-stableのソースを取得しようと思ったら
repo init -u git://github.com/CyanogenMod/android.git -b froyo-stable
だが、
Getting repo ...
from git://android.git.kernel.org/tools/repo.git
fatal: Unable to look up android.git.kernel.org (port 9418) (Name or service not known)
となり、取得できない
ここで
repo init -u git://github.com/CyanogenMod/android.git -b froyo-stable --repo-url=git://android.git.linaro.org/tools/repo.git
とやってやり、処理が終わったら.repo/manifest.xmlの
fetch="git://android.git.kernel.org/"
を
fetch="git://android.git.linaro.org/"
に変更して
repo sync
するといける
fetch="git://android.git.kernel.org/"
を
fetch="git://android.git.linaro.org/"
に変更して
repo sync
するといける
0 件のコメント:
コメントを投稿