apps: Fix bootutils dependencies

Some applications were polling bootutils even if not using it.
bleprph is using it for DIS information so depend on mcuboot instead
and enable DIS by default.
This commit is contained in:
Szymon Janc
2019-04-17 13:28:52 +02:00
parent 7be7fe716b
commit 18afa6b76c
5 changed files with 2 additions and 5 deletions
-1
View File
@@ -25,7 +25,6 @@ pkg.homepage: "http://mynewt.apache.org/"
pkg.keywords:
pkg.deps:
- "@apache-mynewt-core/boot/bootutil"
- "@apache-mynewt-core/kernel/os"
- "@apache-mynewt-core/sys/console/full"
- "@apache-mynewt-core/sys/log/full"
-1
View File
@@ -25,7 +25,6 @@ pkg.homepage: "http://mynewt.apache.org/"
pkg.keywords:
pkg.deps:
- "@apache-mynewt-core/boot/bootutil"
- "@apache-mynewt-core/kernel/os"
- "@apache-mynewt-core/sys/console/full"
- "@apache-mynewt-core/sys/log/full"
+1 -1
View File
@@ -24,7 +24,7 @@ pkg.keywords:
pkg.deps:
- "@apache-mynewt-core/boot/split"
- "@apache-mynewt-core/boot/bootutil"
- "@mcuboot/boot/bootutil"
- "@apache-mynewt-core/kernel/os"
- "@apache-mynewt-core/mgmt/imgmgr"
- "@apache-mynewt-core/mgmt/newtmgr"
+1 -1
View File
@@ -45,7 +45,7 @@ syscfg.vals:
BLE_ROLE_PERIPHERAL: 1
# Configure DIS
BLE_SVC_DIS_FIRMWARE_REVISION_READ_PERM: 0
BLE_SVC_DIS_FIRMWARE_REVISION_READ_PERM: 1
# Log reboot messages to a flash circular buffer.
REBOOT_LOG_FCB: 1
-1
View File
@@ -32,7 +32,6 @@ pkg.deps:
- nimble/host/services/gatt
- nimble/host/store/config
- nimble/transport/ram
- "@apache-mynewt-core/boot/bootutil"
- "@apache-mynewt-core/kernel/os"
- "@apache-mynewt-core/sys/console/full"
- "@apache-mynewt-core/sys/log/full"