You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2016/10/10 19:26:48 UTC

[32/50] [abbrv] incubator-mynewt-core git commit: Restore newtmgr required API for some packages.

Restore newtmgr required API for some packages.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/b7375d0a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b7375d0a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/b7375d0a

Branch: refs/heads/sterly_refactor
Commit: b7375d0a8fce6079de365a0fa6dbff0d1de0be47
Parents: 72c74e5
Author: Christopher Collins <cc...@apache.org>
Authored: Wed Sep 21 20:45:19 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Wed Sep 21 22:27:46 2016 -0700

----------------------------------------------------------------------
 libs/crash_test/pkg.yml | 2 ++
 libs/imgmgr/pkg.yml     | 3 +++
 sys/config/pkg.yml      | 4 +++-
 sys/log/pkg.yml         | 5 +++--
 sys/stats/pkg.yml       | 4 ++--
 5 files changed, 13 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b7375d0a/libs/crash_test/pkg.yml
----------------------------------------------------------------------
diff --git a/libs/crash_test/pkg.yml b/libs/crash_test/pkg.yml
index f823781..c5514d9 100644
--- a/libs/crash_test/pkg.yml
+++ b/libs/crash_test/pkg.yml
@@ -26,6 +26,8 @@ pkg.deps.CRASH_TEST_CLI:
     - libs/shell
 pkg.req_apis.CRASH_TEST_CLI:
     - console
+pkg.req_apis.CRASH_TEST_NEWTMGR:
+    - newtmgr
 
 pkg.deps.CRASH_TEST_NEWTMGR:
     - libs/newtmgr

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b7375d0a/libs/imgmgr/pkg.yml
----------------------------------------------------------------------
diff --git a/libs/imgmgr/pkg.yml b/libs/imgmgr/pkg.yml
index 5194768..65d12a5 100644
--- a/libs/imgmgr/pkg.yml
+++ b/libs/imgmgr/pkg.yml
@@ -27,6 +27,9 @@ pkg.deps:
     - libs/bootutil
     - libs/util
 
+pkg.req_apis:
+    - newtmgr
+
 pkg.deps.IMGMGR_FS:
     - fs/fs
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b7375d0a/sys/config/pkg.yml
----------------------------------------------------------------------
diff --git a/sys/config/pkg.yml b/sys/config/pkg.yml
index 2d7c83d..05b1f94 100644
--- a/sys/config/pkg.yml
+++ b/sys/config/pkg.yml
@@ -28,13 +28,15 @@ pkg.deps:
 pkg.deps.CONFIG_CLI:
     - libs/shell
 pkg.deps.CONFIG_NEWTMGR:
-    - libs/newtmgr
     - libs/json
 pkg.deps.CONFIG_FCB:
     - sys/fcb
 pkg.deps.CONFIG_NFFS:
     - fs/nffs
 
+pkg.req_apis.CONFIG_NEWTMGR:
+    - newtmgr
+
 pkg.init_function: config_pkg_init
 pkg.init_stage: 5
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b7375d0a/sys/log/pkg.yml
----------------------------------------------------------------------
diff --git a/sys/log/pkg.yml b/sys/log/pkg.yml
index dc84d2f..bd57e84 100644
--- a/sys/log/pkg.yml
+++ b/sys/log/pkg.yml
@@ -27,14 +27,15 @@ pkg.keywords:
 pkg.deps:
     - libs/os
     - libs/util
-pkg.deps.LOG_NEWTMGR:
-    - libs/newtmgr
 pkg.deps.LOG_FCB:
     - hw/hal
     - sys/fcb
 pkg.deps.LOG_CLI:
     - libs/shell
 
+pkg.req_apis.LOG_NEWTMGR:
+    - newtmgr
+
 pkg.init_function: log_init
 pkg.init_stage: 1
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b7375d0a/sys/stats/pkg.yml
----------------------------------------------------------------------
diff --git a/sys/stats/pkg.yml b/sys/stats/pkg.yml
index 9927ef3..bde92c8 100644
--- a/sys/stats/pkg.yml
+++ b/sys/stats/pkg.yml
@@ -29,8 +29,8 @@ pkg.deps:
     - libs/util
 pkg.deps.STATS_CLI:
     - libs/shell
-pkg.deps.STATS_NEWTMGR:
-    - libs/newtmgr
+pkg.req_apis.STATS_NEWTMGR:
+    - newtmgr
 
 pkg.init_function: stats_module_init
 pkg.init_stage: 0