source.codeaurora.org is closed, where is the nxp source code ? how to search in new address?

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

source.codeaurora.org is closed, where is the nxp source code ? how to search in new address?

Jump to solution
17,179 Views
gonewithwind-peter
Senior Contributor I

source.codeaurora.org is closed, where is the nxp source code ?

 

for example, where is the below one:

https://source.codeaurora.org/external/imx/imx-optee-client.git/

how to search in new address, there are many page need to change?

I am using maaxboard-sumo and maaxboard-mini-sumo. I tried to search by keywords imx-optee-client 

not found

https://github.com/nxp-imx-android

 

Thank you

 

0 Kudos
1 Solution
17,170 Views
brian14
NXP TechSupport
NXP TechSupport

Hi @gonewithwind-peter,

NXP did a source code migration from CodeAurora to GitHub.

Now, you can find any source code at the following link:

nxp-imx · GitHub

Also, here is the link to imx-optee-client:

GitHub - nxp-imx/imx-optee-client: i.MX optee client

I hope this information will be helpful.

View solution in original post

7 Replies
15,680 Views
mushan
Contributor I

Hi where is the source code after source code website closed, like

https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-sumo -m imx-4.14.98-2.0.0_ga.xml

how to search it on nxp/github?

thank you

0 Kudos
15,670 Views
gonewithwind-peter
Senior Contributor I
https://github.com/nxp-imx/imx-manifest -b imx-linux-sumo -m imx-4.14.98-2.0.0_ga.xml

I tired, It worked.
but inside ,many receipt not changed, many works to do. it's hard,if your are new use to run blitbake.
I directly backup my old source Downloads folder and never run bitbake cleanall so that I can use the already downloadsed source source code.


I

0 Kudos
17,171 Views
brian14
NXP TechSupport
NXP TechSupport

Hi @gonewithwind-peter,

NXP did a source code migration from CodeAurora to GitHub.

Now, you can find any source code at the following link:

nxp-imx · GitHub

Also, here is the link to imx-optee-client:

GitHub - nxp-imx/imx-optee-client: i.MX optee client

I hope this information will be helpful.

357 Views
weidehai17
Contributor I

repo init -u https://github.com/nxp-auto-linux/auto_yocto_bsp -b release/bsp33.0  -m aa-integration.xml 

repo sync

fatal: unable to access 'https://source.codeaurora.org/external/autobsps32/meta-aa-integration/': Could not resolve host: source.codeaurora.org  

then,

repo init -u https://github.com/nxp-auto-linux/auto_yocto_bsp -b release/bsp38.0  -m aa-integration.xml 

repo sync

Always stuck in:Fetching: 0% (0/9) 1:16 | 2 jobs | 1:09 meta-freescale @ sources/meta-freescale

Waiting for your reply,thanks!

0 Kudos
301 Views
gonewithwind-peter
Senior Contributor I

but 

I can download

Fetching: 100% (9/9), done in 20.164s
Checking out: 88% (8/9), done in 1.208s
repo sync has finished successfully.
~/work/test$ ls
nxp-setup-alb.sh sources
~/work/test$

please try to init you repos correctly to do again

0 Kudos
12,640 Views
vinisha_k_r
Contributor I

In case of https://github.com/nxp-imx/imx-manifest.

The issue still continuous. once the git link (https://github.com/nxp-imx/imx-manifest) is updated later on new error occur as can be seen below:

Error message:

fatal: unable to access 'https://source.codeaurora.org/external/imx/aosp/platform/bootable/recovery/': Could not resolve host: source.codeaurora.org

This again is based on source.codeaurora.org website.

 

In the provided git link we have verified the "imx-automotive-11.0.0_2.5.0.xml" file and have seen the hyper links are based on source.codeaurora.org.

 I request to provide some suggestions to resolve this issue.

0 Kudos
12,615 Views
gonewithwind-peter
Senior Contributor I

right!

inside , there are lots links are still to source.codeaurora.org.

so  we hope NXP can solve this issue. it's hard to us to solve it one by one.

up to now. I have to backup all Downloads folder and never use bitbake -c cleanall ... to do. so we can keep my old building image.