diff options
| author | sharma-mts <86847754+sharma-mts@users.noreply.github.com> | 2022-02-10 14:14:44 -0600 |
|---|---|---|
| committer | sharma-mts <86847754+sharma-mts@users.noreply.github.com> | 2022-02-10 14:14:44 -0600 |
| commit | e0ef9c832b51f7efe296e332fbd5a8c4e6ac5d53 (patch) | |
| tree | 2e54a9b009d4126cdb8fcd4e4d5ceb83a9bb61b2 | |
| parent | 977cb7a392ad53f9ced4015aaae0bfc5020c0dd1 (diff) | |
| download | meta-mlinux-atmel-e0ef9c832b51f7efe296e332fbd5a8c4e6ac5d53.tar.gz meta-mlinux-atmel-e0ef9c832b51f7efe296e332fbd5a8c4e6ac5d53.tar.bz2 meta-mlinux-atmel-e0ef9c832b51f7efe296e332fbd5a8c4e6ac5d53.zip | |
Added lora 1303 recipe
| -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 9ad7432..886318d 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" +IMAGE_INSTALL_append = " lora-gateway-utils lora-query lora-network-server lora-packet-forwarder-usb lora-gateway-sx1303" IMAGE_INSTALL_append_mtcdt = " lora-gateway-geolocation-utils lora-packet-forwarder-geolocation" IMAGE_INSTALL_append_mtcdt = " mtac-xdot-util" |
