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 2015/11/13 23:56:38 UTC

incubator-mynewt-larva git commit: Remove workaround for having capability for ble_driver in bsp egg. Move BLE_DRIVER identity from bletest project to nimble/controller.

Repository: incubator-mynewt-larva
Updated Branches:
  refs/heads/master 832269ec2 -> c6ccb0e8e


Remove workaround for having capability for ble_driver in bsp egg.
Move BLE_DRIVER identity from bletest project to nimble/controller.


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

Branch: refs/heads/master
Commit: c6ccb0e8ec93a9529b297348acfdf9cbdf00726e
Parents: 832269e
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Fri Nov 13 14:52:18 2015 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Fri Nov 13 14:52:18 2015 -0800

----------------------------------------------------------------------
 hw/bsp/nrf52pdk/egg.yml       | 1 -
 net/nimble/controller/egg.yml | 2 ++
 project/bletest/bletest.yml   | 2 --
 3 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/c6ccb0e8/hw/bsp/nrf52pdk/egg.yml
----------------------------------------------------------------------
diff --git a/hw/bsp/nrf52pdk/egg.yml b/hw/bsp/nrf52pdk/egg.yml
index 8ad1ccd..75f5d37 100644
--- a/hw/bsp/nrf52pdk/egg.yml
+++ b/hw/bsp/nrf52pdk/egg.yml
@@ -4,7 +4,6 @@ egg.linkerscript.bootloader.OVERWRITE: "boot-nrf52pdk.ld"
 egg.downloadscript: nrf52pdk_download.sh
 egg.debugscript: nrf52pdk_debug.sh
 egg.cflags: -DNRF52
-egg.caps: ble_driver 
 egg.deps: 
     - hw/mcu/nordic/nrf52xxx
 egg.deps.BLE_DEVICE: 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/c6ccb0e8/net/nimble/controller/egg.yml
----------------------------------------------------------------------
diff --git a/net/nimble/controller/egg.yml b/net/nimble/controller/egg.yml
index 58a8434..83a3ed1 100644
--- a/net/nimble/controller/egg.yml
+++ b/net/nimble/controller/egg.yml
@@ -3,3 +3,5 @@ egg.vers: 0.1
 egg.deps:
     - libs/os
     - net/nimble
+egg.identities:
+    - BLE_DEVICE

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/c6ccb0e8/project/bletest/bletest.yml
----------------------------------------------------------------------
diff --git a/project/bletest/bletest.yml b/project/bletest/bletest.yml
index 231def1..c45dc08 100644
--- a/project/bletest/bletest.yml
+++ b/project/bletest/bletest.yml
@@ -4,5 +4,3 @@ project.eggs:
     - net/nimble/controller
     - net/nimble/host
     - libs/console/full
-project.identities:
-    - BLE_DEVICE