summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2018-11-07 13:41:07 -0600
committerJeff Hatch <jhatch@multitech.com>2018-11-07 13:41:07 -0600
commitf1914677135cd27e6bfefa7c069942a64f540ed3 (patch)
treec1fcb64f7a62c39a737aa6bdb7b7f6131c821dc6 /recipes-core
parent5cf450389e8ebfcbe5ed19868ddb3615cd68e465 (diff)
parent168786331f7512dad56c6a755295a3f4624a7fbb (diff)
downloadmeta-mlinux-f1914677135cd27e6bfefa7c069942a64f540ed3.tar.gz
meta-mlinux-f1914677135cd27e6bfefa7c069942a64f540ed3.tar.bz2
meta-mlinux-f1914677135cd27e6bfefa7c069942a64f540ed3.zip
Merge branch 'master' of gitlab.multitech.net:mirrors/meta-mlinux4.1.0
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/images/mlinux-factory-image.bb2
-rw-r--r--recipes-core/images/mlinux-rs9113-base-image.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb
index 55fbc37..b9930d5 100644
--- a/recipes-core/images/mlinux-factory-image.bb
+++ b/recipes-core/images/mlinux-factory-image.bb
@@ -26,7 +26,7 @@ IMAGE_INSTALL += "autossh"
IMAGE_INSTALL += "monit"
# LoRa support (MTAC-LORA accessory card)
-IMAGE_INSTALL += "lora-gateway-utils lora-network-server lora-query lora-packet-forwarder-usb lora-gateway-geolocation-utils lora-packet-forwarder-geolocation"
+IMAGE_INSTALL += "lora-gateway-utils lora-network-server lora-query lora-packet-forwarder-usb lora-gateway-geolocation-utils lora-packet-forwarder-geolocation mtac-xdot-util"
# MQTT server
#IMAGE_INSTALL += "mosquitto"
diff --git a/recipes-core/images/mlinux-rs9113-base-image.bb b/recipes-core/images/mlinux-rs9113-base-image.bb
index 8aab186..7890e04 100644
--- a/recipes-core/images/mlinux-rs9113-base-image.bb
+++ b/recipes-core/images/mlinux-rs9113-base-image.bb
@@ -2,4 +2,4 @@ require mlinux-base-image.bb
DESCRIPTION = "mLinux base image with rs9113 drivers"
# Extra stuff to install
-IMAGE_INSTALL += " rs9113 "
+IMAGE_INSTALL += "kernel-module-rs9113 rs9113-noarch rs9113-util"