From 59655cc5f8ed4c95edd8ce46208f429188eb0852 Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Mon, 5 Nov 2018 13:54:57 -0600 Subject: add mtac-xdot-util package --- recipes-core/images/mlinux-factory-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core') 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" -- cgit v1.2.3 From 71111fd59d80abc8f7bcd81c8879e05fb1b8f72b Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 6 Nov 2018 18:01:03 -0600 Subject: Split scripts from objects from kernel modules for possible updates --- recipes-core/images/mlinux-rs9113-base-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core') 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" -- cgit v1.2.3