From ff912546a7b1d2ba3b76b030ab0cd3afe3d843e4 Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 15 Oct 2018 19:09:23 -0500 Subject: Remove libgps22 from factory image, and add mts-io mtac kernel modules --- recipes-core/images/mlinux-factory-image.bb | 2 +- recipes-core/images/mlinux-minimal-image.bb | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb index 138193f..55fbc37 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -92,6 +92,6 @@ IMAGE_INSTALL += "pps-tools" IMAGE_INSTALL += "dnsmasq bluez5-pand bluez5-rfcomm" # When ntp is to use the GPS, gps-utils is required -IMAGE_INSTALL += "gpsd libgps ntp ntp-utils gps-utils gpsd-udev libgps22" +IMAGE_INSTALL += "gpsd libgps ntp ntp-utils gps-utils gpsd-udev" IMAGE_INSTALL += "lxfp uvccapture" diff --git a/recipes-core/images/mlinux-minimal-image.bb b/recipes-core/images/mlinux-minimal-image.bb index 468ce29..ee13c05 100644 --- a/recipes-core/images/mlinux-minimal-image.bb +++ b/recipes-core/images/mlinux-minimal-image.bb @@ -38,7 +38,21 @@ NETWORKING_FEATURES = "ppp curl iproute2 \ # # mtcap does not need mts-io-util, but it is required for LoRa 2.1 images -MULTITECH_FEATURES = "kernel-module-mts-io mts-io-noarch mts-io-util config mts-id-eeprom set-rs485 radio-reset" +MULTITECH_FEATURES = "kernel-module-mts-io \ + mts-io-noarch \ + mts-io-util \ + config \ + mts-id-eeprom \ + set-rs485 \ + radio-reset" + +MULTITECH_MTAC = "kernel-module-mtac \ + kernel-module-mtac-eth \ + kernel-module-mtac-gpiob \ + kernel-module-mtac-lora \ + kernel-module-mtac-mfser \ + kernel-module-mtac-pulse \ + kernel-module-mtac-xdot" UPGRADE_FEATURES = "upgrade-reboot mtd-utils-static" -- cgit v1.2.3