Hi there
It seems that recently NXP repos moved from codeaurora to github.
How can I download the BSP33.0 from github.
After I am initialize the repo like blow
repo init -u https://github.com/nxp-auto-linux/auto_yocto_bsp -b release/bsp30.0 --repo-url='https://mirrors.tuna.tsinghua.edu.cn/git/git-repo/'
Downloading Repo source from https://mirrors.tuna.tsinghua.edu.cn/git/git-repo/
remote: Enumerating objects: 4460, done.
remote: Counting objects: 100% (4460/4460), done.
remote: Compressing objects: 100% (2121/2121), done.
remote: Total 8034 (delta 3974), reused 2339 (delta 2339), pack-reused 3574
Receiving objects: 100% (8034/8034), 3.75 MiB | 13.15 MiB/s, done.
Resolving deltas: 100% (5167/5167), done.
Your identity is: Your Name <you@example.com>
If you want to change this, please re-run 'repo init' with --config-name
repo has been initialized in /home/grce/fsl-auto-yocto-bsp
and sync it like this
repo sync
It seems like they still access to source.codeaurora.org
$ repo sync
remote: Enumerating objects: 21, done.
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 15 (delta 11), reused 15 (delta 11), pack-reused 0
Unpacking objects: 100% (15/15), done.
Fetching: 0% (0/9) warming upb' % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: source.codeaurora.org\n'
fatal: unable to access 'https://source.codeaurora.org/external/autobsps32/meta-alb/': Could not resolve host: source.codeaurora.org
meta-alb:
fatal: unable to access 'https://source.codeaurora.org/external/autobsps32/meta-alb/': Could not resolve host: source.codeaurora.org
meta-alb: sleeping 4.0 seconds before retrying
fatal: unable to access 'https://source.codeaurora.org/external/autobsps32/meta-alb/': Could not resolve host: source.codeaurora.org
meta-alb:
fatal: unable to access 'https://source.codeaurora.org/external/autobsps32/meta-alb/': Could not resolve host: source.codeaurora.org
error: Cannot fetch meta-alb from https://source.codeaurora.org/external/autobsps32/meta-alb
But why?
Have you not completed the migration yet?
Is it still not possible to correctly download the yocto project code even after source.codeaurora.org is no longer accessible?
Do you have any alternative solutions to download the BSP30.0 source code?
Thank you!
Hello,
Please take a look in the following Post that also apply to S32G devices
Linux source code migration (CAF -> Github) - NXP Community
Regards
Hey,
I wanted to build Yocto on the S32G and used the S32G_LinuxBSP_33.0_User_Manual to do so. As already discussed in this thread, the following line will not work anymore:
repo init -u https://source.codeaurora.org/external/autobsps32/auto_yocto_bsp -b release/bsp33.0
Could you give a concrete example for this case, how I can find the correct repo?
"repo init -u https://github.com/nxp-auto-linux/auto_yocto_bsp.git -b release/bsp33.0" is also not working as it still somehow uses codeaurora:
Kind Regards
I am sorry, I am not the NXP employee, so my answer is for reference only.
Since codeaurora has been closed, I strongly recommend that you consider compiling BSP35.0(or above) directly instead of downloading and compiling BSP30.0 on Github.
here is the cmd for BSP35.0 download
repo init -u https://github.com/nxp-auto-linux/auto_yocto_bsp -b release/bsp35.0
after that, pls following the BSP30.0 menual to compile it.
Otherwise
If you must compile BSP30.0, modifying the content of the configuration file in the. repo folder may be a necessary
Such as, modify
https://source.codeaurora.org/external/qoriq/qoriq-components/meta-qoriq/
to https://github.com/nxp-qoriq/meta-qoriq