Hello NXP,
I want to build the image for S32G with version BSP33, I use the follow command to fetch the source:
repo init -u https://github.com/nxp-auto-linux/auto_yocto_bsp -b release/bsp33.0
repo sync
I get the error message:
curl: (6) Could not resolve host: source.codeaurora.org\n'
Syncing: 88% (8/9), done in 1m28.689s
Syncing: 133% (12/9) 2:09 | 1 job | 0:35 meta-linaro @ sources/meta-linaroThe following projects failed and could not be synced:
- sources/meta-alb
- sources/meta-linaro
- sources/meta-qoriq
error: Unable to fully sync the tree
error: Downloading network changes failed.
Failing repos (network):
sources/meta-alb
sources/meta-alb
sources/meta-linaro
sources/meta-linaro
sources/meta-qoriq
sources/meta-qoriq
error: Checking out local projects failed.
Failing repos (checkout):
sources/meta-alb
sources/meta-linaro
sources/meta-qoriq
Try re-running with "-j1 --fail-fast" to exit at the first error.
I think the reason is source.codeaurora.org no longer to access now.
So how do I modify the default.xml in .repo/manifests to download the source code for BSP33?
Solved! Go to Solution.
Hello, @sinjhe
Thanks for your post.
Since the source.codeaurora.org cannot provide service for building the old version BSP, I suggest referencing the following document for building it with updated repo settings
Sorry for your inconvenience.
BR
Chenyin
Hello, @sinjhe
You are welcome, if any other issues, welcome raising new posts, we are happy to support.
BR
Chenyin
Hello chenyin,
It works, thank you.
Hello, @sinjhe
Thanks for your post.
Since the source.codeaurora.org cannot provide service for building the old version BSP, I suggest referencing the following document for building it with updated repo settings
Sorry for your inconvenience.
BR
Chenyin