[48/59] [abbrv] incubator-mynewt-core git commit: Fix sblinky

2016-09-21 Thread ccollins
Fix sblinky

The app needed either nffs or fcb as a dependency.


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

Branch: refs/heads/develop
Commit: 0c0f3e129041d1f8e10566b21a95b9447e5827c6
Parents: 77144ec
Author: Christopher Collins 
Authored: Tue Sep 20 13:28:13 2016 -0700
Committer: Christopher Collins 
Committed: Tue Sep 20 13:28:13 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/0c0f3e12/apps/sblinky/pkg.yml
--
diff --git a/apps/sblinky/pkg.yml b/apps/sblinky/pkg.yml
index 45dfbac..9bc7c96 100644
--- a/apps/sblinky/pkg.yml
+++ b/apps/sblinky/pkg.yml
@@ -31,6 +31,7 @@ pkg.deps:
 - libs/newtmgr
 - hw/mcu/nordic
 - drivers/adc
+- fs/nffs
 - libs/console/full
 - libs/os
 - libs/shell



incubator-mynewt-core git commit: Fix sblinky

2016-09-20 Thread ccollins
Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/sterly_refactor 77144ec46 -> 0c0f3e129


Fix sblinky

The app needed either nffs or fcb as a dependency.


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

Branch: refs/heads/sterly_refactor
Commit: 0c0f3e129041d1f8e10566b21a95b9447e5827c6
Parents: 77144ec
Author: Christopher Collins 
Authored: Tue Sep 20 13:28:13 2016 -0700
Committer: Christopher Collins 
Committed: Tue Sep 20 13:28:13 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/0c0f3e12/apps/sblinky/pkg.yml
--
diff --git a/apps/sblinky/pkg.yml b/apps/sblinky/pkg.yml
index 45dfbac..9bc7c96 100644
--- a/apps/sblinky/pkg.yml
+++ b/apps/sblinky/pkg.yml
@@ -31,6 +31,7 @@ pkg.deps:
 - libs/newtmgr
 - hw/mcu/nordic
 - drivers/adc
+- fs/nffs
 - libs/console/full
 - libs/os
 - libs/shell