From 2422d1b225b71cc97c416d2876ab62c4b388804e Mon Sep 17 00:00:00 2001 From: Brandon Bayer Date: Tue, 7 Feb 2017 11:42:36 -0600 Subject: mtcap:feat: use same network server setup as mtcdt --- recipes-core/images/mlinux-mtcap-image.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'recipes-core') 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} \ " -- cgit v1.2.3