You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2018/07/31 19:58:46 UTC

[mynewt-newt] branch master updated (8ec493c -> ebb3a56)

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git.


    from 8ec493c  Merge pull request #196 from ccollins476ad/syscfg-yaml-check
     add fdbe6d4  Prevent original "-O" flag from being overridden
     add 2ce08ab  target: settings in YCfg, not map[string]string
     add dd96417  Add code to emit YAML
     add cbca1da  Allow build_profile to be overridden per package
     new ebb3a56  Merge pull request #195 from ccollins476ad/pkg-profile

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 newt/builder/build.go        | 32 +++++++++++++++++++++--
 newt/builder/buildpackage.go | 12 +++++++--
 newt/builder/cmake.go        |  2 +-
 newt/builder/library.go      |  4 +--
 newt/builder/targetbuild.go  | 18 +++++++------
 newt/cli/target_cmds.go      |  7 +++---
 newt/newtutil/newtutil.go    |  5 ++++
 newt/pkg/localpackage.go     | 22 +++-------------
 newt/target/target.go        | 47 +++++++++++++++-------------------
 newt/toolchain/compiler.go   |  9 +++++++
 newt/ycfg/ycfg.go            | 14 +++++++++++
 yaml/misc.go                 | 60 +++++++++++++++++++++++++++++++++++++++++---
 12 files changed, 165 insertions(+), 67 deletions(-)


[mynewt-newt] 01/01: Merge pull request #195 from ccollins476ad/pkg-profile

Posted by cc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git

commit ebb3a56a44990d8662f94c11a594bce3d84a19d0
Merge: 8ec493c cbca1da
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Tue Jul 31 12:58:44 2018 -0700

    Merge pull request #195 from ccollins476ad/pkg-profile
    
    Allow build_profile to be overridden per package

 newt/builder/build.go        | 32 +++++++++++++++++++++--
 newt/builder/buildpackage.go | 12 +++++++--
 newt/builder/cmake.go        |  2 +-
 newt/builder/library.go      |  4 +--
 newt/builder/targetbuild.go  | 18 +++++++------
 newt/cli/target_cmds.go      |  7 +++---
 newt/newtutil/newtutil.go    |  5 ++++
 newt/pkg/localpackage.go     | 22 +++-------------
 newt/target/target.go        | 47 +++++++++++++++-------------------
 newt/toolchain/compiler.go   |  9 +++++++
 newt/ycfg/ycfg.go            | 14 +++++++++++
 yaml/misc.go                 | 60 +++++++++++++++++++++++++++++++++++++++++---
 12 files changed, 165 insertions(+), 67 deletions(-)