From fe3047981a6d9630781db0c483f1bf771f4fa052 Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Wed, 25 Sep 2019 10:43:51 -0500 Subject: lora: update gw and pkf recipes, remove geolocation packets for devices other than mtcdt --- recipes-core/images/mlinux-factory-image.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-core/images') diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb index 77a48ed..65c1f1f 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -26,7 +26,8 @@ IMAGE_INSTALL_append= " autossh" IMAGE_INSTALL_append = " monit" # LoRa support (MTAC-LORA accessory card) -IMAGE_INSTALL_append = " lora-gateway-utils lora-query lora-network-server lora-packet-forwarder-usb lora-gateway-geolocation-utils lora-packet-forwarder-geolocation" +IMAGE_INSTALL_append = " lora-gateway-utils lora-query lora-network-server lora-packet-forwarder-usb" +IMAGE_INSTALL_mtcdt_append = " lora-gateway-geolocation-utils lora-packet-forwarder-geolocation" IMAGE_INSTALL_mtbsp-at91_append = " mtac-xdot-util" # MQTT server -- cgit v1.2.3