Cannot clone repos from source.codeaurora.org

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

Cannot clone repos from source.codeaurora.org

5,274 Views
jopado
Contributor I

I am trying to get kernel and uboot source for Layerscape 18.03. Instructions from LSDK-KC-REV18.03.pdf chapter 7. Anyone else having issues?

user@ls1046:~$ git clone https://source.codeaurora.org/external/qoriq/qoriq-components/linux
Cloning into 'linux'...
remote: Counting objects: 6194997, done.
remote: Compressing objects: 100% (18195/18195), done.
remote: Total 6194997 (delta 51131), reused 60145 (delta 49138)
Receiving objects: 100% (6194997/6194997), 1.06 GiB | 844.00 KiB/s, done.
Resolving deltas: 100% (5201161/5201161), done.
Checking connectivity... done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

user@ls1046:~$ git clone https://source.codeaurora.org/external/qoriq/qoriq-components/u-boot
Cloning into 'u-boot'...
remote: Counting objects: 563314, done.
remote: Compressing objects: 100% (1422/1422), done.
remote: Total 563314 (delta 1829), reused 2091 (delta 1492)
Receiving objects: 100% (563314/563314), 94.86 MiB | 1.01 MiB/s, done.
Resolving deltas: 100% (465361/465361), done.
Checking connectivity... done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

0 Kudos
5 Replies

3,118 Views
Pavel
NXP Employee
NXP Employee

Use the following command sequence for flex-builder of the LSDK 18.03:

1.

source setup.env

2.

flex-builder -c firmware -a arm64


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

3,118 Views
jopado
Contributor I

Lets try this again. Please see section 7 of the LSDK 18.03 Documenation,

specifically the following. The git clone does not work. Is this the

correct repo? Is the documentation wrong? What is the URL to the coreect

repo please.

0 Kudos

3,118 Views
stuartrubin
Contributor III

@Joe Dougherty, I'm having the same issue. Was this even resolved? Thanks 

0 Kudos

3,118 Views
jopado
Contributor I

I was able to use this to get the source:

   git clone https://github.com/qoriq-open-source/linux.git

   cd linux
   git checkout tags/LSDK-18.03-V4.14

Hope this helps.

0 Kudos

3,118 Views
stuartrubin
Contributor III

Thanks, Joe, I'll try it now.

0 Kudos