下载linaro android 4.4.2 for panda4460

$ export MANIFEST_REPO=git://android.git.linaro.org/platform/manifest.git
$ export MANIFEST_BRANCH=linaro_android_4.4.2
$ export MANIFEST_FILENAME=default.xml
$ cd ~/soft/soft_src/linaro-src
$ repo init -u ${MANIFEST_REPO} -b ${MANIFEST_BRANCH} -m ${MANIFEST_FILENAME} --repo-url=git://android.git.linaro.org/tools/repo -g common,pandaboard

Your Name  [jb]: vipzrx
Your Email [jb@e3v2]: vipzrx@gmail.com

Your identity is: vipzrx <vipzrx@gmail.com>
is this correct [y/N]? y

Testing colorized output (for 'repo diff', 'repo status'):
  black    red      green    yellow   blue     magenta   cyan     white
  bold     dim      ul       reverse
Enable color display in this user account (y/N)? y

repo has been initialized in /home/jb/soft/soft_src/linaro-src

$ repo sync

原文地址:https://www.cnblogs.com/vipzrx/p/3555021.html