Can't find tag "jb4.2.2_1.1.0-ga" in linux-2.6-imx.git and uboot-imx.git

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

Can't find tag "jb4.2.2_1.1.0-ga" in linux-2.6-imx.git and uboot-imx.git

跳至解决方案
1,987 次查看
rickchu
Contributor IV

Hi,

I have download android_jb4.2.2_1.1.0-ga.tar.gz and follow Android_User_Guide.pdf to setup source codes, but in chapter 3.1, I have problem to get kernel and u-boot source codes from Git server.

I can not find tag jb4.2.2_1.1.0-ga in Git server. Does anyone knows how to clone kernel & u-boot source codes which tagged with jb4.2.2_1.1.0-ga? Thanks.

Rick

标签 (3)
0 项奖励
回复
1 解答
1,245 次查看
LeonardoSandova
Specialist I

have you fetched the tags?

$ git fetch --tags

Leo

在原帖中查看解决方案

0 项奖励
回复
7 回复数
1,245 次查看
e-planit
Contributor I

I have the same issue.  Will post anything I find.

0 项奖励
回复
1,246 次查看
LeonardoSandova
Specialist I

have you fetched the tags?

$ git fetch --tags

Leo

0 项奖励
回复
1,245 次查看
leoyanfeng
Contributor II

I have the same issue too and I do "git fetch --tags".But doing "git tag" shows no branch "jb4.2.2_1.1.0-ga".I do everything following the user guide. In Site "linux-2.6-imx.git - Freescale i.MX Linux Tree ",the branch is exist.Anyone can help me?(I am sorry about my English.)

0 项奖励
回复
1,245 次查看
LeonardoSandova
Specialist I

that is strange. Does 'git remove -v' point to the correct repo?

$ git remote -v
origin    git://git.freescale.com/imx/linux-2.6-imx.git (fetch)
origin    git://git.freescale.com/imx/linux-2.6-imx.git (push)

Leo

0 项奖励
回复
1,245 次查看
leoyanfeng
Contributor II

Thanks。I have resolved the problem。

1.set the git proxy。This is very important。

2.git fetch --tags git://git.freescale.com/imx/linux-2.6-imx.git jb4.2.2_1.1.0-ga

3.git checkout jb4.2.2_1.1.0-ga.

Note:Using http or https prxoy may have some problems."git fetch --tags linux-2.6-imx.git - Freescale i.MX Linux Tree jb4.2.2_1.1.0-ga" does not work well。

0 项奖励
回复
1,245 次查看
rickchu
Contributor IV

Leo, thanks.

0 项奖励
回复
1,245 次查看
e-planit
Contributor I

Thank you Leo!  That's clearly it, as now the patches apply without error, and the build is proceeding.  I very much appreciate your help.

Tom

0 项奖励
回复