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

[2/2] incubator-mynewt-core git commit: Remove some unused packages from bletest so it builds for nrf51

Remove some unused packages from bletest so it builds for nrf51


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

Branch: refs/heads/develop
Commit: ae2999d8509427a0736a2f59df5259c72953946b
Parents: 5e78e26
Author: William San Filippo <wi...@runtime.io>
Authored: Thu Sep 29 10:41:36 2016 -0700
Committer: William San Filippo <wi...@runtime.io>
Committed: Thu Sep 29 11:24:56 2016 -0700

----------------------------------------------------------------------
 apps/bletest/pkg.yml    | 8 +++-----
 apps/bletest/src/main.c | 2 --
 2 files changed, 3 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/ae2999d8/apps/bletest/pkg.yml
----------------------------------------------------------------------
diff --git a/apps/bletest/pkg.yml b/apps/bletest/pkg.yml
index b17321e..2c78671 100644
--- a/apps/bletest/pkg.yml
+++ b/apps/bletest/pkg.yml
@@ -6,7 +6,7 @@
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
-# 
+#
 #  http://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing,
@@ -24,15 +24,13 @@ pkg.author: "Apache Mynewt <de...@mynewt.incubator.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
 pkg.keywords:
 
-pkg.deps: 
+pkg.deps:
     - net/nimble/controller
     - net/nimble/host
     - net/nimble/transport/ram
-    - kernel/os 
+    - kernel/os
     - sys/console/full
     - sys/shell
-    - libs/imgmgr
-    - libs/newtmgr
     - sys/config
     - sys/log
     - sys/stats

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/ae2999d8/apps/bletest/src/main.c
----------------------------------------------------------------------
diff --git a/apps/bletest/src/main.c b/apps/bletest/src/main.c
index 0282b4e..1b61456 100755
--- a/apps/bletest/src/main.c
+++ b/apps/bletest/src/main.c
@@ -29,8 +29,6 @@
 #include "shell/shell.h"
 #include "stats/stats.h"
 #include "hal/flash_map.h"
-#include "newtmgr/newtmgr.h"
-#include "imgmgr/imgmgr.h"
 
 /* BLE */
 #include "nimble/ble.h"