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!