设为首页 加入收藏

TOP

怎样用git获取指定的Android Linux Kernel
2014-11-24 08:20:29 来源: 作者: 【 】 浏览:1
Tags:怎样 git 获取 指定 Android Linux Kernel

root@localhost project-android]#git clone git://android.git.kernel.org/kernel/common.git


[root@localhost src]#cd common


[root@localhost common]# ls
arch CREDITS drivers include Kbuild MAINTAINERS net samples sound
block crypto firmware init kernel Makefile README scripts usr
COPYING Documentation fs ipc lib mm REPORTING-BUGS security virt
[root@localhost common]# git branch -a
* android-2.6.27
diff
remotes/origin/HEAD -> origin/android-2.6.27
remotes/origin/android-2.6.25
remotes/origin/android-2.6.27
remotes/origin/android-2.6.29
remotes/origin/android-goldfish-2.6.27
remotes/origin/android-goldfish-2.6.29


要想下载2.6.29内核,只要最后执行一下git checkout origin/android-2.6.29


】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇ARM Linux静态映射分析 下一篇Android版本及版本代号对照

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容:

·C 内存管理 | 菜鸟教 (2025-12-26 20:20:37)
·如何在 C 语言函数中 (2025-12-26 20:20:34)
·国际音标 [ç] (2025-12-26 20:20:31)
·微服务 Spring Boot (2025-12-26 18:20:10)
·如何调整 Redis 内存 (2025-12-26 18:20:07)