mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-04 09:07:52 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user