Adding freescale Git to local repo

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Adding freescale Git to local repo

971 Views
dilshad_alam
Senior Contributor II

I am trying to add remote freescale git branch to my repo.

Am i missing anything?

dalam@hibllxel04:~/work/workspace/linux3.14$ git remote add imxorigin http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git

dalam@hibllxel04:~/work/workspace/linux3.14$ git fetch imxorigin

error: Unable to get pack index http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/objects/pack/pack-e5f627a361db924bf101d0...

error: Unable to find eee5a08306df7d9b1f23f463c9e9439e04293b57 under http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git

Cannot obtain needed object eee5a08306df7d9b1f23f463c9e9439e04293b57

error: Fetch failed.

Labels (1)
0 Kudos
Reply
4 Replies

734 Views
dilshad_alam
Senior Contributor II

My requirement is to take selective commits from freescale rel_imx_3.14.28_1.0.0_ga branch to my gitlab repo.

Can someone guide me steps to do this?

0 Kudos
Reply

734 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Dilshad Alam,

I meant to use:

$ git remote add imxorigin git://git.freescale.com/imx/linux-2.6-imx.git

Instead of:

$ git remote add imxorigin http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git

Would you please give it a try?

733 Views
dilshad_alam
Senior Contributor II

Hi Gusarambula,

You mean to say

git clone imxorigin ?

0 Kudos
Reply

734 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Dilshad Alam,

I wasn’t able to fetch either. However, it worked with the clone:

$ git remote add imxorigin git://git.freescale.com/imx/linux-2.6-imx.git

$ git fetch imxorigin

0 Kudos
Reply