diff options
author | Brandon Bayer <bbayer@multitech.com> | 2017-02-07 11:42:36 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-02-24 18:11:20 -0600 |
commit | 2422d1b225b71cc97c416d2876ab62c4b388804e (patch) | |
tree | 8d0946e9da36f3bf500dc96b8923b10d21e399d9 /recipes-core/images/mlinux-mtcap-image.bb | |
parent | 3a42594870353f447dbbdafd6e1602fc64dd8d48 (diff) | |
download | meta-mlinux-2422d1b225b71cc97c416d2876ab62c4b388804e.tar.gz meta-mlinux-2422d1b225b71cc97c416d2876ab62c4b388804e.tar.bz2 meta-mlinux-2422d1b225b71cc97c416d2876ab62c4b388804e.zip |
mtcap:feat: use same network server setup as mtcdt
Diffstat (limited to 'recipes-core/images/mlinux-mtcap-image.bb')
-rw-r--r-- | recipes-core/images/mlinux-mtcap-image.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-core/images/mlinux-mtcap-image.bb b/recipes-core/images/mlinux-mtcap-image.bb index 610fe08..e1d419b 100644 --- a/recipes-core/images/mlinux-mtcap-image.bb +++ b/recipes-core/images/mlinux-mtcap-image.bb @@ -36,9 +36,11 @@ MULTITECH_FEATURES += " \ annex-client \ " -LORA_FEATURES = "lora-packet-forwarder \ - lora-packet-forwarder-dbg \ - lora-gateway-utils" +IMAGE_INSTALL += "lora-network-server \ + lora-gateway-utils \ + lora-query \ + mosquitto mosquitto-clients \ + " MISC_FEATURES = "minicom lrzsz nano" @@ -46,7 +48,6 @@ MISC_FEATURES = "minicom lrzsz nano" IMAGE_INSTALL += " \ ${FILESYSTEM_FEATURES} \ ${TIME_FEATURES} \ - ${LORA_FEATURES} \ ${MISC_FEATURES} \ " |