Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6569774
  • 博文数量: 1159
  • 博客积分: 12444
  • 博客等级: 上将
  • 技术积分: 12570
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-13 21:34
文章分类

全部博文(1159)

文章存档

2016年(126)

2015年(350)

2014年(56)

2013年(91)

2012年(182)

2011年(193)

2010年(138)

2009年(23)

分类: 嵌入式

2015-11-16 10:56:30

原文地址:repo新的下载地址 作者:kevin33643

kernel.org无法访问导致android的源码无法下载,这是另外一个git服务器的android源码的repo文件。

操作如下

$ curl "" > ~/bin //获取repo

$ chmod a+x repo

$ PATH= ~/bin:$PATH

下面就是获取源码了:

$ repo init -u git://git.omapzoom.org/platform/omapmanifest.git -b 27.x -m RLS27.12.1-P2_Gingerbread.xml

$ repo sync

阅读(634) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~