Hi, I did repo init for the latest stable version 9.0.0 but I am getting manifest 'icefish_9.0.0.xml' not available or not found an error. Help me how can I fetch a new stable release source?
[new tag] v2.4.1 -> v2.4.1 Downloading manifest from https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo Server does not provide clone.bundle; ignoring. fatal: manifest 'icefish_9.0.0.xml' not available fatal: manifest icefish_9.0.0.xml not found
You need to specify '-b icefish' instead of '-b master', actually. The release manifests do usually end up in master, but to use them, you need to specify the corresponding branch.
Hi,
I did repo init for the latest stable version 9.0.0 but I am getting manifest 'icefish_9.0.0.xml' not available or not found an error. Help me how can I fetch a new stable release source?
imx8@imx8:~/agl_latest$ repo init -b master -m icefish_9.0.0.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
Get https://gerrit.googlesource.com/git-repo/clone.bundle
Get https://gerrit.googlesource.com/git-repo
remote: Counting objects: 2, done
remote: Finding sources: 100% (52/52)
remote: Total 52 (delta 7), reused 52 (delta 7)
Unpacking objects: 100% (52/52), done.
From https://gerrit.googlesource.com/git-repo
d38300c..e20da3e master -> origin/master
0b57eed..d957ec6 stable -> origin/stable
[new tag] v2.4 -> v2.4
[new tag] v2.4.1 -> v2.4.1
Downloading manifest from https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
Server does not provide clone.bundle; ignoring.
fatal: manifest 'icefish_9.0.0.xml' not available
fatal: manifest icefish_9.0.0.xml not found