This change introduces a task workaround for a newt 1.9 bug that fails to properly install project dependencies, leaving the dependencies with an invalid state/version.
Also, removes the upgrade-project task, which was never useful and could be harmful.
If you are in a bad state by having installed the mynewt dependencies without this workaround, use the pylon.apps.<app>.reset-project task, or just rm -rf platform/mynewt/apps/gg-tool/repos
This change introduces a task workaround for a newt 1.9 bug that fails to properly install project dependencies, leaving the dependencies with an invalid state/version. Also, removes the
upgrade-project
task, which was never useful and could be harmful.If you are in a bad state by having installed the mynewt dependencies without this workaround, use the
pylon.apps.<app>.reset-project
task, or justrm -rf platform/mynewt/apps/gg-tool/repos