apache / mynewt-newt

An OS to build, deploy and securely manage billions of devices
https://mynewt.apache.org/
Apache License 2.0
117 stars 96 forks source link

Allow to add external repos from pkg.yml #507

Closed m-gorecki closed 1 year ago

m-gorecki commented 1 year ago

This allows to add exernal repositories to pkg.yml files. Repositories will be downloaded when "newt upgrade" command is called. The syntax of adding new repo to the pkg.yml file is the same as adding new repo to the project.yml file.