We had the need to rebuild our source trees as some changes were not getting picked up.
In the shift to github from codeaurora it seems branches no longer exist in either
Linux source code migration (CAF -> Github) - NXP Community
or using
repo init -u https://github.com/nxp-qoriq/yocto-sdk -b dunfell
During the repo sync we get this error.
gfine@LinuxServer:~/ls1043a_051723b$ repo init -u https://github.com/nxp-qoriq/yocto-sdk -b dunfell
Downloading Repo source from https://gerrit.googlesource.com/git-repo
remote: Counting objects: 151, done
remote: Finding sources: 100% (9/9)
remote: Total 9 (delta 4), reused 7 (delta 4)
Unpacking objects: 100% (9/9), done.
Your identity is: Glen Fine <glen.fine@canyonaero.com>
If you want to change this, please re-run 'repo init' with --config-name
repo has been initialized in /home/gfine/ls1043a_051723b
gfine@LinuxServer:~/ls1043a_051723b$ repo sync
remote: Enumerating objects: 147, done.
remote: Counting objects: 100% (147/147), done.
remote: Compressing objects: 100% (86/86), done.
remote: Total 134 (delta 71), reused 107 (delta 44), pack-reused 0
Receiving objects: 100% (134/134), 119.23 KiB | 38.00 KiB/s, done.
Resolving deltas: 100% (71/71), completed with 7 local objects.
Fetching: 50% (6/12) 6:44 | Last synced: openembedded/meta-openembeddedb' % 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 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: source.codeaurora.org\n'
Fetching: 50% (6/12) 6:48 | Last synced: openembedded/meta-openembedded
fatal: unable to access 'https://source.codeaurora.org/external/qoriq/qoriq-components/meta-qoriq/': Could not resolve host: source.codeaurora.org
qoriq/qoriq-components/meta-qoriq:
fatal: unable to access 'https://source.codeaurora.org/external/qoriq/qoriq-components/meta-qoriq/': Could not resolve host: source.codeaurora.org
qoriq/qoriq-components/meta-qoriq: sleeping 4.0 seconds before retrying
fatal: unable to access 'https://source.codeaurora.org/external/qoriq/qoriq-components/meta-qoriq/': Could not resolve host: source.codeaurora.org
qoriq/qoriq-components/meta-qoriq:
fatal: unable to access 'https://source.codeaurora.org/external/qoriq/qoriq-components/meta-qoriq/': Could not resolve host: source.codeaurora.org
error: Cannot fetch qoriq/qoriq-components/meta-qoriq from https://source.codeaurora.org/external/qoriq/qoriq-components/meta-qoriq
Fetching: 75% (9/12) 6:54 | Last synced: meta-selinux
It seems dunfell is not longer available so we tried
repo init -u https://github.com/nxp-qoriq/yocto-sdk -b hardknott
and
repo init -u https://github.com/nxp-qoriq/yocto-sdk -b langfell
with the same result.
I have combed the community to see if an update was posted.
Are we working with the wrong repo? If so, what is the correct repo? We tried
repo init -u https://github.com/nxp-imx/imx-manifest -b dunfell
and it failed as well.