You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/10/03 17:41:30 UTC

incubator-mynewt-core git commit: split; add init function.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 54c1a512f -> a56727e8b


split; add init function.


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

Branch: refs/heads/develop
Commit: a56727e8b70424018677fb4df3c7b3fe454df06b
Parents: 54c1a51
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Mon Oct 3 10:40:27 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Mon Oct 3 10:41:09 2016 -0700

----------------------------------------------------------------------
 boot/split/pkg.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/a56727e8/boot/split/pkg.yml
----------------------------------------------------------------------
diff --git a/boot/split/pkg.yml b/boot/split/pkg.yml
index 6bbb41b..6948235 100644
--- a/boot/split/pkg.yml
+++ b/boot/split/pkg.yml
@@ -24,6 +24,8 @@ pkg.homepage: "http://mynewt.apache.org/"
 pkg.keywords:
     - split
 
-
 pkg.deps: 
     - boot/bootutil
+
+pkg.init_function: split_app_init
+pkg.init_stage: 5