You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2020/01/09 09:38:45 UTC

[mynewt-core] 02/02: loraping: remove bootloader/mgmt dependencies

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

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

commit 1cfa2d17c4a6da293bd7e134dfd5a8447f42c10a
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Wed Jan 8 13:01:24 2020 -0300

    loraping: remove bootloader/mgmt dependencies
    
    Some dependencies don't seem necessary for this sample app, and removing
    them allows for use in constrained devices (eg, b-l072z-lrwan1 with 72K
    slots).
    
    Signed-off-by: Fabio Utzig <ut...@apache.org>
---
 apps/loraping/pkg.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/apps/loraping/pkg.yml b/apps/loraping/pkg.yml
index b6daae2..f89e96c 100644
--- a/apps/loraping/pkg.yml
+++ b/apps/loraping/pkg.yml
@@ -25,19 +25,13 @@ pkg.homepage: "http://mynewt.apache.org/"
 pkg.keywords:
 
 pkg.deps:
-    - "@mcuboot/boot/bootutil"
-    - "@apache-mynewt-core/boot/split"
     - "@apache-mynewt-core/kernel/os"
-    - "@apache-mynewt-core/mgmt/imgmgr"
-    - "@apache-mynewt-core/mgmt/smp"
-    - "@apache-mynewt-core/mgmt/smp/transport/smp_shell"
     - "@apache-mynewt-core/sys/config"
     - "@apache-mynewt-core/sys/console/full"
     - "@apache-mynewt-core/sys/id"
     - "@apache-mynewt-core/sys/log/full"
     - "@apache-mynewt-core/sys/shell"
     - "@apache-mynewt-core/sys/stats/full"
-    - "@apache-mynewt-core/test/flash_test"
 
 pkg.deps.CONFIG_NFFS:
     - "@apache-mynewt-core/fs/nffs"