Hi, I am puzzled by the following behavior. I created a new pkg list “mypkg-list”. I see two .yml files in this directory, but only one in .app/pkg-lists. And when I do a list-pkg-lists, only one shows up. Could someone please explain what’s going on?
——— $ newt app generate-pkg-list mypkg-list https://github.com/apache/incubator-mynewt-larva <https://github.com/apache/incubator-mynewt-larva> > mypkg-list.yml $ more mypkg-list.yml name: mypkg-list url: https://github.com/apache/incubator-mynewt-larva <https://github.com/apache/incubator-mynewt-larva> pkgs: hw/bsp/nrf52pdk: vers: 0.0.0 hash: f3a0318e526f63d87a87f8d3c937a965dcd474fc deps: - hw/mcu/nordic/nrf52xxx@none#stable $ more pkg-list.yml (license stuff) name: larva url: https://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva <https://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva> pkgs: libs/baselibc: vers: 0.8.0 $ ls DISCLAIMER NOTICE app.yml compiler hw mypkg-list.yml pkg-list.yml scripts LICENSE README.md autotargets fs libs net project sys $ ls .app/pkg-lists/ [email protected] <mailto:[email protected]> $ newt app list-pkg-lists Remote package list larva@master (num_pkgs: 44) ————— thanks, aditi
