Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 3ae7fa3c7 -> c4023a2f8


testbench - Add boot/split_app dep

This change is necessary for testbench to be used as a split app (second
stage in a split image).


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/c4023a2f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/c4023a2f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/c4023a2f

Branch: refs/heads/develop
Commit: c4023a2f8a55150ff62e17552586ef651d538c46
Parents: 3ae7fa3
Author: Christopher Collins <ccoll...@apache.org>
Authored: Wed Jan 25 16:40:42 2017 -0800
Committer: Christopher Collins <ccoll...@apache.org>
Committed: Wed Jan 25 16:40:42 2017 -0800

----------------------------------------------------------------------
 apps/testbench/pkg.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/c4023a2f/apps/testbench/pkg.yml
----------------------------------------------------------------------
diff --git a/apps/testbench/pkg.yml b/apps/testbench/pkg.yml
index 92d4cff..28a25e5 100644
--- a/apps/testbench/pkg.yml
+++ b/apps/testbench/pkg.yml
@@ -31,6 +31,7 @@ pkg.deps:
     - mgmt/newtmgr/transport/nmgr_shell
     - kernel/os
     - boot/bootutil
+    - boot/split_app
     - encoding/json/test
 #    - sys/shell
     - sys/config

Reply via email to