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,761件の閲覧回数
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,019件の閲覧回数
LeonardoSandova
Specialist I

have you fetched the tags?

$ git fetch --tags

Leo

元の投稿で解決策を見る

0 件の賞賛
7 返答(返信)
1,019件の閲覧回数
e-planit
Contributor I

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

0 件の賞賛
1,020件の閲覧回数
LeonardoSandova
Specialist I

have you fetched the tags?

$ git fetch --tags

Leo

0 件の賞賛
1,019件の閲覧回数
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,019件の閲覧回数
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,019件の閲覧回数
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,019件の閲覧回数
rickchu
Contributor IV

Leo, thanks.

0 件の賞賛
1,019件の閲覧回数
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 件の賞賛