diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-11-03 09:34:32 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-11-03 09:34:32 -0500 |
commit | 5e1da7aeca498961c20147c356990752a4cb2d87 (patch) | |
tree | 62b730a12aafa34a1f9220c8bf363487193dc7d3 /recipes-core | |
parent | 961165c078505e47405a974bd771032557072776 (diff) | |
download | meta-mlinux-5e1da7aeca498961c20147c356990752a4cb2d87.tar.gz meta-mlinux-5e1da7aeca498961c20147c356990752a4cb2d87.tar.bz2 meta-mlinux-5e1da7aeca498961c20147c356990752a4cb2d87.zip |
fix: remove lora-network-server-usb from build
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 9cf9b06..2a3bef4 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-gateway-utils lora-gateway-usb-utils lora-network-server lora-query lora-packet-forwarder-usb" +IMAGE_INSTALL += "lora-gateway-utils lora-gateway-usb-utils lora-network-server lora-query lora-packet-forwarder" # MQTT server IMAGE_INSTALL += "mosquitto mosquitto-clients" |