Hi David, it’s another issue related to master branch vs. develop.
The version of blinky in develop branch has this change in already: https://github.com/apache/incubator-mynewt-blinky/blob/develop/apps/blinky/pkg.yml As part of updating the version string in newt, I also changed it to fetch the develop version of blinky repository. I.e. NewtBlinkyTag is set to ‘develop’ with newt in develop branch. > On Nov 9, 2016, at 12:55 PM, David G. Simmons <[email protected]> wrote: > > > I'm not sure if anyone's looked at the blinky app lately, but I've found > something I think is slightly problematic. > > pkg.deps: > - "@apache-mynewt-core/libs/os" > - "@apache-mynewt-core/hw/hal" > - "@apache-mynewt-core/libs/console/full" > > There is no more libs/os, and in fact there is no more libs. sys/console/full > is ok, but there is no libs/os and no corresponding dependency in sys for os. > In fact, I was able to delete the first line, and set the console line to > sys/console/full and successfully build the app so I think that must be the > correct solution. > > I've submitted a pull request for that. > > dg > -- > David G. Simmons > (919) 534-5099 > Web <https://davidgs.com/> • Blog <https://davidgs.com/davidgs_blog> • > Linkedin <http://linkedin.com/in/davidgsimmons> • Twitter > <http://twitter.com/TechEvangelist1> • GitHub <http://github.com/davidgs> > /** Message digitally signed for security and authenticity. > * If you cannot read the PGP.sig attachment, please go to > * http://www.gnupg.com/ <http://www.gnupg.com/> Secure your email!!! > * Public key available at keyserver.pgp.com <http://keyserver.pgp.com/> > **/ > ♺ This email uses 100% recycled electrons. Don't blow it by printing! > > There are only 2 hard things in computer science: Cache invalidation, naming > things, and off-by-one errors. > >
