diff options
author | John Klug <john.klug@multitech.com> | 2022-05-25 12:37:52 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-10-19 17:50:34 -0500 |
commit | 82862a0989bb832a343bbf929fc612794bfdc728 (patch) | |
tree | 7572158dfdc0621e32ae9370caaaa96db1a9a946 /recipes-core/images | |
parent | 8c79c938c68f28385b0b47146ac95277f7429744 (diff) | |
download | meta-mlinux-atmel-82862a0989bb832a343bbf929fc612794bfdc728.tar.gz meta-mlinux-atmel-82862a0989bb832a343bbf929fc612794bfdc728.tar.bz2 meta-mlinux-atmel-82862a0989bb832a343bbf929fc612794bfdc728.zip |
Make sure LoRa Packet Forwarder is on all images
Diffstat (limited to 'recipes-core/images')
-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 6adf7e2..3b690d7 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -31,7 +31,7 @@ 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-sx1303" +IMAGE_INSTALL_append = " lora-gateway-utils lora-query lora-network-server lora-packet-forwarder-usb lora-gateway-sx1303 lora-packet-forwarder" IMAGE_INSTALL_append_mtcdt = " lora-gateway-geolocation-utils lora-packet-forwarder-geolocation" IMAGE_INSTALL_append_mtcdt = " mtac-xdot-util" |