You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2018/03/15 22:52:54 UTC

[mynewt-nimble] branch master updated (1c26f0b -> 4d7dc81)

This is an automated email from the ASF dual-hosted git repository.

andk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git.


 discard 1c26f0b  nimble: Make this proper external repository
     new f34aebd  nimble/phy: Fix includes
     new 4d7dc81  nimble: Make this proper external repository

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1c26f0b)
            \
             N -- N -- N   refs/heads/master (4d7dc81)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 nimble/drivers/nrf51/src/ble_hw.c  | 2 +-
 nimble/drivers/nrf51/src/ble_phy.c | 2 +-
 nimble/drivers/nrf52/src/ble_hw.c  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
andk@apache.org.

[mynewt-nimble] 01/02: nimble/phy: Fix includes

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit f34aebd54d365f991ec6d0e2394c744d8415ea5c
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Thu Mar 15 22:47:59 2018 +0100

    nimble/phy: Fix includes
    
    Few leftovers after transition to nrfx.
    
    X-Original-Commit: a016470258f38e38ae6e8912d15d043caf0f7d4a
---
 nimble/drivers/nrf51/src/ble_hw.c  | 2 +-
 nimble/drivers/nrf51/src/ble_phy.c | 2 +-
 nimble/drivers/nrf52/src/ble_hw.c  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nimble/drivers/nrf51/src/ble_hw.c b/nimble/drivers/nrf51/src/ble_hw.c
index 5c30275..42d034c 100644
--- a/nimble/drivers/nrf51/src/ble_hw.c
+++ b/nimble/drivers/nrf51/src/ble_hw.c
@@ -25,7 +25,7 @@
 #include "ble/xcvr.h"
 #include "nimble/ble.h"
 #include "nimble/nimble_opt.h"
-#include "nrf51_bitfields.h"
+#include "nrfx.h"
 #include "controller/ble_hw.h"
 #include "mcu/cmsis_nvic.h"
 
diff --git a/nimble/drivers/nrf51/src/ble_phy.c b/nimble/drivers/nrf51/src/ble_phy.c
index ba51308..d928f59 100644
--- a/nimble/drivers/nrf51/src/ble_phy.c
+++ b/nimble/drivers/nrf51/src/ble_phy.c
@@ -28,7 +28,7 @@
 #include "nimble/nimble_opt.h"
 #include "controller/ble_phy.h"
 #include "controller/ble_ll.h"
-#include "nrf51_bitfields.h"
+#include "nrfx.h"
 
 /* XXX: 4) Make sure RF is higher priority interrupt than schedule */
 
diff --git a/nimble/drivers/nrf52/src/ble_hw.c b/nimble/drivers/nrf52/src/ble_hw.c
index 57d1402..af9c180 100644
--- a/nimble/drivers/nrf52/src/ble_hw.c
+++ b/nimble/drivers/nrf52/src/ble_hw.c
@@ -25,7 +25,7 @@
 #include "ble/xcvr.h"
 #include "nimble/ble.h"
 #include "nimble/nimble_opt.h"
-#include "nrf52_bitfields.h"
+#include "nrfx.h"
 #include "controller/ble_hw.h"
 #include "mcu/cmsis_nvic.h"
 #include "os/os_trace_api.h"

-- 
To stop receiving notification emails like this one, please contact
andk@apache.org.

[mynewt-nimble] 02/02: nimble: Make this proper external repository

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit 4d7dc8132a5d61a4870b5f003e8a24ed5c295e19
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Wed Dec 20 14:33:54 2017 +0100

    nimble: Make this proper external repository
---
 nimble/controller/pkg.yml                  |  6 +++---
 nimble/controller/test/pkg.yml             | 14 +++++++-------
 nimble/drivers/native/pkg.yml              |  4 ++--
 nimble/drivers/nrf51/pkg.yml               |  6 +++---
 nimble/drivers/nrf52/pkg.yml               |  6 +++---
 nimble/host/mesh/pkg.yml                   | 12 ++++++------
 nimble/host/pkg.yml                        | 16 ++++++++--------
 nimble/host/services/ans/pkg.yml           |  4 ++--
 nimble/host/services/bleuart/pkg.yml       |  6 +++---
 nimble/host/services/gap/pkg.yml           |  4 ++--
 nimble/host/services/gatt/pkg.yml          |  4 ++--
 nimble/host/services/ias/pkg.yml           |  4 ++--
 nimble/host/services/lls/pkg.yml           |  4 ++--
 nimble/host/services/tps/pkg.yml           |  4 ++--
 nimble/host/store/config/pkg.yml           |  8 ++++----
 nimble/host/store/ram/pkg.yml              |  4 ++--
 nimble/host/test/pkg.yml                   | 16 ++++++++--------
 nimble/host/util/pkg.yml                   |  4 ++--
 nimble/pkg.yml                             |  4 ++--
 nimble/transport/emspi/pkg.yml             |  6 +++---
 nimble/transport/pkg.yml                   | 14 +++++++-------
 nimble/transport/ram/pkg.yml               |  6 +++---
 nimble/transport/socket/pkg.yml            | 10 +++++-----
 nimble/transport/uart/pkg.yml              | 10 +++++-----
 nimble/host/util/pkg.yml => repository.yml | 21 +++++++++++----------
 25 files changed, 99 insertions(+), 98 deletions(-)

diff --git a/nimble/controller/pkg.yml b/nimble/controller/pkg.yml
index fa50118..8ccb9f8 100644
--- a/nimble/controller/pkg.yml
+++ b/nimble/controller/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/controller
+pkg.name: nimble/controller
 pkg.description: Controller side of the nimble Bluetooth Smart stack.
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -31,8 +31,8 @@ pkg.req_apis:
     - stats
 
 pkg.deps:
-    - kernel/os
-    - net/nimble
+    - "@apache-mynewt-core/kernel/os"
+    - nimble
 
 pkg.init:
     ble_ll_init: 250
diff --git a/nimble/controller/test/pkg.yml b/nimble/controller/test/pkg.yml
index c345c13..ab1d9db 100644
--- a/nimble/controller/test/pkg.yml
+++ b/nimble/controller/test/pkg.yml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-pkg.name: net/nimble/controller/test
+pkg.name: nimble/controller/test
 pkg.type: unittest
 pkg.description: "NimBLE controller unit tests."
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
@@ -23,11 +23,11 @@ pkg.homepage: "http://mynewt.apache.org/"
 pkg.keywords:
 
 pkg.deps:
-    - test/testutil
-    - net/nimble/controller
+    - "@apache-mynewt-core/test/testutil"
+    - nimble/controller
 
 pkg.deps.SELFTEST:
-    - sys/console/stub
-    - sys/log/full
-    - sys/stats/stub
-    - net/nimble/transport/ram
+    - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/full"
+    - "@apache-mynewt-core/sys/stats/stub"
+    - nimble/transport/ram
diff --git a/nimble/drivers/native/pkg.yml b/nimble/drivers/native/pkg.yml
index f57af62..8795898 100644
--- a/nimble/drivers/native/pkg.yml
+++ b/nimble/drivers/native/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: hw/drivers/nimble/native
+pkg.name: nimble/drivers/native
 pkg.description: BLE driver for simulations.
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -27,4 +27,4 @@ pkg.keywords:
 
 pkg.apis: ble_driver
 pkg.deps:
-    - net/nimble/controller
+    - nimble/controller
diff --git a/nimble/drivers/nrf51/pkg.yml b/nimble/drivers/nrf51/pkg.yml
index 6c427b5..5f17d6f 100644
--- a/nimble/drivers/nrf51/pkg.yml
+++ b/nimble/drivers/nrf51/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: hw/drivers/nimble/nrf51
+pkg.name: nimble/drivers/nrf51
 pkg.description: BLE driver for nRF51 systems.
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -27,5 +27,5 @@ pkg.keywords:
 
 pkg.apis: ble_driver
 pkg.deps:
-    - net/nimble
-    - net/nimble/controller
+    - nimble
+    - nimble/controller
diff --git a/nimble/drivers/nrf52/pkg.yml b/nimble/drivers/nrf52/pkg.yml
index f682667..180919c 100644
--- a/nimble/drivers/nrf52/pkg.yml
+++ b/nimble/drivers/nrf52/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: hw/drivers/nimble/nrf52
+pkg.name: nimble/drivers/nrf52
 pkg.description: BLE driver for nRF52 systems.
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -27,5 +27,5 @@ pkg.keywords:
 
 pkg.apis: ble_driver
 pkg.deps:
-    - net/nimble
-    - net/nimble/controller
+    - nimble
+    - nimble/controller
diff --git a/nimble/host/mesh/pkg.yml b/nimble/host/mesh/pkg.yml
index 3e1be0e..19fb91d 100644
--- a/nimble/host/mesh/pkg.yml
+++ b/nimble/host/mesh/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/host/mesh
+pkg.name: nimble/host/mesh
 pkg.description: Bluetooth Mesh
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -27,11 +27,11 @@ pkg.keywords:
     - mesh
 
 pkg.deps:
-    - kernel/os
-    - net/nimble
-    - util/mem
-    - net/nimble/host  
-    - crypto/tinycrypt
+    - "@apache-mynewt-core/kernel/os"
+    - "@apache-mynewt-core/util/mem"
+    - "@apache-mynewt-core/crypto/tinycrypt"
+    - nimble
+    - nimble/host  
 
 pkg.deps.BLE_MESH_SHELL:
     - sys/shell
diff --git a/nimble/host/pkg.yml b/nimble/host/pkg.yml
index 4affd38..f939b8e 100644
--- a/nimble/host/pkg.yml
+++ b/nimble/host/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/host
+pkg.name: nimble/host
 pkg.description: Host side of the nimble Bluetooth Smart stack.
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -26,21 +26,21 @@ pkg.keywords:
     - bluetooth
 
 pkg.deps:
-    - kernel/os
-    - net/nimble
-    - util/mem
+    - "@apache-mynewt-core/kernel/os"
+    - "@apache-mynewt-core/util/mem"
+    - nimble
 
 pkg.deps.BLE_SM_LEGACY:
-    - crypto/tinycrypt
+    - "@apache-mynewt-core/crypto/tinycrypt"
 
 pkg.deps.BLE_SM_SC:
-    - crypto/tinycrypt
+    - "@apache-mynewt-core/crypto/tinycrypt"
 
 pkg.deps.BLE_MONITOR_RTT:
-    - hw/drivers/rtt
+    - "@apache-mynewt-core/hw/drivers/rtt"
 
 pkg.deps.BLE_MESH:
-    - net/nimble/host/mesh
+    - nimble/host/mesh
 
 pkg.req_apis:
     - ble_transport
diff --git a/nimble/host/services/ans/pkg.yml b/nimble/host/services/ans/pkg.yml
index 345c93b..671791d 100644
--- a/nimble/host/services/ans/pkg.yml
+++ b/nimble/host/services/ans/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/host/services/ans
+pkg.name: nimble/host/services/ans
 pkg.description: Alert Notification Service Server.
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -28,7 +28,7 @@ pkg.keywords:
     - nimble 
 
 pkg.deps:
-    - net/nimble/host
+    - nimble/host
 
 pkg.init:
     ble_svc_ans_init: 303
diff --git a/nimble/host/services/bleuart/pkg.yml b/nimble/host/services/bleuart/pkg.yml
index a357d37..56fbffb 100644
--- a/nimble/host/services/bleuart/pkg.yml
+++ b/nimble/host/services/bleuart/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/host/services/bleuart
+pkg.name: nimble/host/services/bleuart
 pkg.description: BLE uart service.
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -27,8 +27,8 @@ pkg.keywords:
     - uart
 
 pkg.deps:
-    - kernel/os
-    - net/nimble/host
+    - "@apache-mynewt-core/kernel/os"
+    - nimble/host
 
 pkg.req_apis:
     - console
diff --git a/nimble/host/services/gap/pkg.yml b/nimble/host/services/gap/pkg.yml
index c68acea..1ff5534 100644
--- a/nimble/host/services/gap/pkg.yml
+++ b/nimble/host/services/gap/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/host/services/gap
+pkg.name: nimble/host/services/gap
 pkg.description: Implements the GAP Service. 
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -28,7 +28,7 @@ pkg.keywords:
     - gap
 
 pkg.deps:
-    - net/nimble/host
+    - nimble/host
 
 pkg.init:
     ble_svc_gap_init: 301
diff --git a/nimble/host/services/gatt/pkg.yml b/nimble/host/services/gatt/pkg.yml
index 8af1c9e..6f027dc 100644
--- a/nimble/host/services/gatt/pkg.yml
+++ b/nimble/host/services/gatt/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/host/services/gatt
+pkg.name: nimble/host/services/gatt
 pkg.description: Implements the GATT service.
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -28,7 +28,7 @@ pkg.keywords:
     - gatt
 
 pkg.deps:
-    - net/nimble/host
+    - nimble/host
 
 pkg.init:
     ble_svc_gatt_init: 302
diff --git a/nimble/host/services/ias/pkg.yml b/nimble/host/services/ias/pkg.yml
index 0af4d5c..26ff1fb 100644
--- a/nimble/host/services/ias/pkg.yml
+++ b/nimble/host/services/ias/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/host/services/ias
+pkg.name: nimble/host/services/ias
 pkg.description: Immidiate Alert Service Implementation.
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -28,7 +28,7 @@ pkg.keywords:
     - nimble
 
 pkg.deps:
-    - net/nimble/host
+    - nimble/host
 
 pkg.init:
     ble_svc_ias_init: 303
diff --git a/nimble/host/services/lls/pkg.yml b/nimble/host/services/lls/pkg.yml
index bab70ff..d78493f 100644
--- a/nimble/host/services/lls/pkg.yml
+++ b/nimble/host/services/lls/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/host/services/lls
+pkg.name: nimble/host/services/lls
 pkg.description: Link Loss Service Implementation.
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -28,7 +28,7 @@ pkg.keywords:
     - nimble
 
 pkg.deps:
-    - net/nimble/host
+    - nimble/host
 
 pkg.init:
     ble_svc_lls_init: 303
diff --git a/nimble/host/services/tps/pkg.yml b/nimble/host/services/tps/pkg.yml
index 821d389..e9641b3 100644
--- a/nimble/host/services/tps/pkg.yml
+++ b/nimble/host/services/tps/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/host/services/tps
+pkg.name: nimble/host/services/tps
 pkg.description: Tx Power Service adopted specification.
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -28,7 +28,7 @@ pkg.keywords:
     - nimble
 
 pkg.deps:
-    - net/nimble/host
+    - nimble/host
 
 pkg.init:
     ble_svc_tps_init: 303
diff --git a/nimble/host/store/config/pkg.yml b/nimble/host/store/config/pkg.yml
index 9fb513f..ae5d428 100644
--- a/nimble/host/store/config/pkg.yml
+++ b/nimble/host/store/config/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/host/store/config
+pkg.name: nimble/host/store/config
 pkg.description: sys/config-based persistence layer for the NimBLE host.
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -28,11 +28,11 @@ pkg.keywords:
     - persistence
 
 pkg.deps:
-    - encoding/base64
-    - net/nimble/host
+    - "@apache-mynewt-core/encoding/base64"
+    - nimble/host
 
 pkg.deps.BLE_STORE_CONFIG_PERSIST:
-    - sys/config
+    - "@apache-mynewt-core/sys/config"
 
 pkg.init:
     ble_store_config_init: 500
diff --git a/nimble/host/store/ram/pkg.yml b/nimble/host/store/ram/pkg.yml
index f771605..2f1b4ee 100644
--- a/nimble/host/store/ram/pkg.yml
+++ b/nimble/host/store/ram/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/host/store/ram
+pkg.name: nimble/host/store/ram
 pkg.description: >
     DEPRECATED; for a RAM-only BLE store, use store/config and set
     BLE_STORE_CONFIG_PERSIST to 0.  RAM-based persistence layer for the NimBLE
@@ -31,7 +31,7 @@ pkg.keywords:
     - persistence
 
 pkg.deps:
-    - net/nimble/host
+    - nimble/host
 
 pkg.init:
     ble_store_ram_init: 500
diff --git a/nimble/host/test/pkg.yml b/nimble/host/test/pkg.yml
index b5e39f2..e0f273d 100644
--- a/nimble/host/test/pkg.yml
+++ b/nimble/host/test/pkg.yml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-pkg.name: net/nimble/host/test
+pkg.name: nimble/host/test
 pkg.type: unittest
 pkg.description: "NimBLE host unit tests."
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
@@ -23,12 +23,12 @@ pkg.homepage: "http://mynewt.apache.org/"
 pkg.keywords:
 
 pkg.deps:
-    - test/testutil
-    - net/nimble/host
-    - net/nimble/host/store/config
+    - "@apache-mynewt-core/test/testutil"
+    - nimble/host
+    - nimble/host/store/config
 
 pkg.deps.SELFTEST:
-    - sys/console/stub
-    - sys/log/full
-    - sys/stats/stub
-    - net/nimble/transport/ram
+    - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/full"
+    - "@apache-mynewt-core/sys/stats/stub"
+    - nimble/transport/ram
diff --git a/nimble/host/util/pkg.yml b/nimble/host/util/pkg.yml
index 3c4b373..b80dbea 100644
--- a/nimble/host/util/pkg.yml
+++ b/nimble/host/util/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/host/util
+pkg.name: nimble/host/util
 pkg.description: Supplementary utilities for the NimBLE host
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -26,4 +26,4 @@ pkg.keywords:
     - bluetooth
 
 pkg.deps:
-    - net/nimble/host
+    - nimble/host
diff --git a/nimble/pkg.yml b/nimble/pkg.yml
index 6136d98..2c54d1f 100644
--- a/nimble/pkg.yml
+++ b/nimble/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble
+pkg.name: nimble
 pkg.description: Generic functionality for the nimble Bluetooth Smart stack; used by both the controller and the host.
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -26,4 +26,4 @@ pkg.keywords:
     - bluetooth
 
 pkg.deps:
-    - kernel/os
+    - "@apache-mynewt-core/kernel/os"
diff --git a/nimble/transport/emspi/pkg.yml b/nimble/transport/emspi/pkg.yml
index a1f6511..479bdc5 100644
--- a/nimble/transport/emspi/pkg.yml
+++ b/nimble/transport/emspi/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/transport/emspi
+pkg.name: nimble/transport/emspi
 pkg.description: "HCI transport using EM's HCI SPI protocol."
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -26,8 +26,8 @@ pkg.keywords:
     - bluetooth
 
 pkg.deps:
-    - net/nimble
-    - kernel/os
+    - "@apache-mynewt-core/kernel/os"
+    - nimble
 
 pkg.apis:
     - ble_transport
diff --git a/nimble/transport/pkg.yml b/nimble/transport/pkg.yml
index 3a59081..e2d9548 100644
--- a/nimble/transport/pkg.yml
+++ b/nimble/transport/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/transport
+pkg.name: nimble/transport
 pkg.description: Meta-package for NimBLE HCI transport
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -26,17 +26,17 @@ pkg.keywords:
     - bluetooth
 
 pkg.deps.BLE_HCI_TRANSPORT_NIMBLE_BUILTIN:
-    - net/nimble/transport/ram
-    - net/nimble/controller
+    - nimble/transport/ram
+    - nimble/controller
 
 pkg.deps.BLE_HCI_TRANSPORT_EMSPI:
-    - net/nimble/transport/emspi
+    - nimble/transport/emspi
 
 pkg.deps.BLE_HCI_TRANSPORT_RAM:
-    - net/nimble/transport/ram
+    - nimble/transport/ram
 
 pkg.deps.BLE_HCI_TRANSPORT_SOCKET:
-    - net/nimble/transport/socket
+    - nimble/transport/socket
 
 pkg.deps.BLE_HCI_TRANSPORT_UART:
-    - net/nimble/transport/uart
+    - nimble/transport/uart
diff --git a/nimble/transport/ram/pkg.yml b/nimble/transport/ram/pkg.yml
index c340cee..a9d46a7 100644
--- a/nimble/transport/ram/pkg.yml
+++ b/nimble/transport/ram/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/transport/ram
+pkg.name: nimble/transport/ram
 pkg.description: XXX
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -26,8 +26,8 @@ pkg.keywords:
     - bluetooth
 
 pkg.deps:
-    - net/nimble
-    - kernel/os
+    - "@apache-mynewt-core/kernel/os"
+    - nimble
 
 pkg.apis:
     - ble_transport
diff --git a/nimble/transport/socket/pkg.yml b/nimble/transport/socket/pkg.yml
index 75ef04c..11a94fe 100644
--- a/nimble/transport/socket/pkg.yml
+++ b/nimble/transport/socket/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/transport/socket
+pkg.name: nimble/transport/socket
 pkg.description: Provides HCI transport over socket interface
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -26,10 +26,10 @@ pkg.keywords:
     - bluetooth
 
 pkg.deps:
-    - hw/hal
-    - kernel/os
-    - net/nimble
-    - util/mem
+    - "@apache-mynewt-core/hw/hal"
+    - "@apache-mynewt-core/kernel/os"
+    - "@apache-mynewt-core/util/mem"
+    - nimble
 
 pkg.apis:
     - ble_transport
diff --git a/nimble/transport/uart/pkg.yml b/nimble/transport/uart/pkg.yml
index 2419fa3..f281b64 100644
--- a/nimble/transport/uart/pkg.yml
+++ b/nimble/transport/uart/pkg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-pkg.name: net/nimble/transport/uart
+pkg.name: nimble/transport/uart
 pkg.description: XXX
 pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
@@ -26,10 +26,10 @@ pkg.keywords:
     - bluetooth
 
 pkg.deps:
-    - hw/hal
-    - kernel/os
-    - net/nimble
-    - util/mem
+    - "@apache-mynewt-core/hw/hal"
+    - "@apache-mynewt-core/kernel/os"
+    - "@apache-mynewt-core/util/mem"
+    - nimble
 
 pkg.apis:
     - ble_transport
diff --git a/nimble/host/util/pkg.yml b/repository.yml
similarity index 75%
copy from nimble/host/util/pkg.yml
copy to repository.yml
index 3c4b373..ba9fea1 100644
--- a/nimble/host/util/pkg.yml
+++ b/repository.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,
@@ -17,13 +17,14 @@
 # under the License.
 #
 
-pkg.name: net/nimble/host/util
-pkg.description: Supplementary utilities for the NimBLE host
-pkg.author: "Apache Mynewt <de...@mynewt.apache.org>"
-pkg.homepage: "http://mynewt.apache.org/"
-pkg.keywords:
-    - ble
-    - bluetooth
+repo.name: apache-mynewt-nimble
+repo.versions:
+    "0.0.0": "master"
+
+    "0-dev": "0.0.0"
+    "0-latest": "0.0.0"
+
+repo.newt_compatibility:
+    0.0.0:
+        1.1.0: good
 
-pkg.deps:
-    - net/nimble/host

-- 
To stop receiving notification emails like this one, please contact
andk@apache.org.