Chinaunix首页 | 论坛 | 博客
  • 博客访问: 201748
  • 博文数量: 37
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 375
  • 用 户 组: 普通用户
  • 注册时间: 2015-04-23 21:00
个人简介

潜心静气。。慢慢出成果

文章分类

全部博文(37)

文章存档

2018年(5)

2017年(6)

2016年(23)

2015年(3)

我的朋友

分类: 嵌入式

2016-11-03 09:43:52

原文地址: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

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