Move packages into "boot" top-level directory.

This commit is contained in:
Christopher Collins 2016-12-12 17:50:46 -08:00
parent 92ea77f068
commit 39a5fa95c3
48 changed files with 5 additions and 5 deletions

View File

@ -26,8 +26,8 @@ pkg.keywords:
- bootloader
pkg.deps:
- hw/hal
- crypto/mbedtls
- kernel/os
- sys/defs
- sys/flash_map
- "@apache-mynewt-core/hw/hal"
- "@apache-mynewt-core/crypto/mbedtls"
- "@apache-mynewt-core/kernel/os"
- "@apache-mynewt-core/sys/defs"
- "@apache-mynewt-core/sys/flash_map"