Can't use manifest for release 17 WP76xx

Hi,

Release 17 for WP76xx is now available for download and can be obtained using Leaf.
I would like to use the manifest file from GitHub - legatoproject/manifest: repo manifests for Legato , however i cannot sync products/wp76xx/releases/Release17.xml. There are multiple tags missing in other repo’s reffered to.

Maybe someone has forgotten to push something?

just a suggestion, you can use the yocto source here:

https://source.sierrawireless.com/resources/airprime/software/wp76xx/wp76xx-firmware-release-17-components/#sthash.FEuVoW0Q.dpbs

We can compile it:

Thank you for your suggestion.
Currently we are working with other projects using repo and manifest files. So I would like to have the same flow in all mine projects if possible.

Could someone from the developers push the missings changes?

quick question, have you contacted distributor on this?
It would be better to get a fix there.

BTW, do you mean you are seeing these error message?

owner@CNHKG-EX-001367:~/git_test_WP76_R17$ python3 repo init -u ssh://git@github.com/legatoproject/manifest -m products/wp76xx/releases/Release17.xml -g default,-cache,proprietary

... A new version of repo (2.35) is available.
... You should upgrade soon:
    cp /home/owner/git_test_WP76_R17/.repo/repo/repo /home/owner/git_test_WP76_R17/repo

repo: reusing existing repo client checkout in /home/owner/git_test_WP76_R17
Enter passphrase for key '/home/owner/.ssh/id_ecdsa': 

repo has been initialized in /home/owner/git_test_WP76_R17
owner@CNHKG-EX-001367:~/git_test_WP76_R17$ python3 repo sync

... A new version of repo (2.35) is available.
... You should upgrade soon:
    cp /home/owner/git_test_WP76_R17/.repo/repo/repo /home/owner/git_test_WP76_R17/repo

Enter passphrase for key '/home/owner/.ssh/id_ecdsa': 
Fetching:  0% (0/62) 0:05 | 5 jobs | 0:04 msm-4.14 @ kernel
fatal: Couldn't find remote ref refs/tags/22.10.0.ThreadX.rc1

tinydtls:
fatal: Couldn't find remote ref refs/tags/22.10.0.ThreadX.rc1
tinydtls: sleeping 4.0 seconds before retrying
fatal: Couldn't find remote ref refs/tags/22.10.0.ThreadX.rc1

tinydtls:
fatal: Couldn't find remote ref refs/tags/22.10.0.ThreadX.rc1
error: Cannot fetch tinydtls from https://github.com/legatoproject/tinydtls

fatal: Couldn't find remote ref refs/tags/20.09.0.rc1

legato-3rdParty-libcbor:
fatal: Couldn't find remote ref refs/tags/20.09.0.rc1
legato-3rdParty-libcbor: sleeping 4.0 seconds before retrying
fatal: Couldn't find remote ref refs/tags/20.09.0.rc1

legato-3rdParty-libcbor:
fatal: Couldn't find remote ref refs/tags/20.09.0.rc1

fatal: Couldn't find remote ref refs/tags/21.01.0.FreeRTOS.rc1

yes that’s correct. like stated in the issue on the github page of legato: Can’t sync products/wp76xx/releases/Release17.xml (missing tags) · Issue #14 · legatoproject/manifest · GitHub

OK, I have reported this issue internally

As a workaround now, please download the one in SOURCE website to start your development.
We will let you know once it is fixed.

1 Like

Hi,

I see that Adam Lin has pushed a commit “Fix WP76 release17 and legato 21.05.2.rc2 manifest”. That’s a good sign. He has unfortunately not pushed the tags of all the other repo’s to “refs/tags/21.05.2.rc2”.

Could you be so kind and get this fixed?

21.05.2.rc2 seems to be aninternal tag that cannot push to external.
We are still trying to fix this ( maybe create a new tag…)