How to build android on imx53QSB from downloaded normal kernel (not using git)

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to build android on imx53QSB from downloaded normal kernel (not using git)

533 次查看
swaraj
Contributor II

As android.git.kernel.org is down i downloaded complete kernel from different site. How should i make my kernel to support IMX53_QSB for building. I have patches but they require kernel which requires only git.kernels

标签 (1)
0 项奖励
1 回复

450 次查看
AlanLevy
Contributor I

git.kernel.org isn't down, it just looks like they've changed the directory structure. Try the following git command in place of the one in the Freescale instructions:

git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git kernel_imx

 

This will get you a more recent repository than the Freescale instructions would have but it still contains 2.6.35.3.

0 项奖励