diff options
author | Jason Reiss <jreiss@multitech.com> | 2016-10-14 10:05:23 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-10-18 16:37:18 -0500 |
commit | 8000c124387080ddf9cb8b64402eb93961a531a6 (patch) | |
tree | 16401d2af380562299fc1a6dc05dc62db78c7190 /recipes-core | |
parent | c0c3d4e1eac3943988e71e6fe8606be2c73ccb1d (diff) | |
download | meta-mlinux-8000c124387080ddf9cb8b64402eb93961a531a6.tar.gz meta-mlinux-8000c124387080ddf9cb8b64402eb93961a531a6.tar.bz2 meta-mlinux-8000c124387080ddf9cb8b64402eb93961a531a6.zip |
lora: move old usb packet forwarder and library utilities to new recipes
add spi device path option to packet forwarder and library
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb index 38c8bc9..9cf9b06 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -20,7 +20,7 @@ IMAGE_INSTALL += "autossh" IMAGE_INSTALL += "monit" # LoRa support (MTAC-LORA accessory card) -IMAGE_INSTALL += "lora-network-server lora-query" +IMAGE_INSTALL += "lora-gateway-utils lora-gateway-usb-utils lora-network-server lora-query lora-packet-forwarder-usb" # MQTT server IMAGE_INSTALL += "mosquitto mosquitto-clients" |