Hello all,
The short version is:
If you pull larva or newt from the develop branch, you will want to make
sure you grab both together. Otherwise, newt will complain with a
message like the following:
Building target test (project = test)
Error: open : no such file or directory
More details:
The reason for this behavior is that I have renamed some yml files in
larva, and updated newt so that it looks for the newly-named files. In
particular, project and compiler definitions have been renamed as
follows:
* <project-name>.yml --> pkg.yml
* compiler.yml --> pkg.yml
Now, all package definitions should reside in a file called pkg.yml.
The rationale for this change along with some additional notes can be
read in the jira ticket: https://issues.apache.org/jira/browse/MYNEWT-39
I apologize for the inconvenience. This is the kind of change that is
best done as quickly and painfully as possible :).
Chris