From f23828890d9ff9a1e02266faa87179447652c9dc Mon Sep 17 00:00:00 2001 From: Mike Nicholson Date: Mon, 22 Jul 2019 15:12:03 -0500 Subject: Updates for SDK build / mlinux-factory-build --- recipes-core/images/mlinux-base-image.bb | 3 ++- recipes-core/images/mlinux-factory-image.bb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'recipes-core') diff --git a/recipes-core/images/mlinux-base-image.bb b/recipes-core/images/mlinux-base-image.bb index 0eb3592..8618831 100644 --- a/recipes-core/images/mlinux-base-image.bb +++ b/recipes-core/images/mlinux-base-image.bb @@ -48,13 +48,14 @@ TIME_FEATURES = "tzdata tzdata-africa tzdata-americas tzdata-antarctica tzdata-a # radio-query: queries cellular radio for common info (IMEI, RSSI, etc) # jsparser: command line tool to parse JSON files MULTITECH_FEATURES += " \ - u-boot-linux-utils \ mlinux-scripts \ reset-handler \ radio-cmd radio-query \ jsparser \ " +UPGRADE_FEATURES_mtbsp-at91 = "u-boot-linux-utils" + MISC_FEATURES = "minicom lrzsz nano" # Extra stuff to install diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb index a20e64b..258fe44 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -26,7 +26,8 @@ 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 mtac-xdot-util" +IMAGE_INSTALL += "lora-gateway-utils lora-query lora-packet-forwarder-usb lora-gateway-geolocation-utils lora-packet-forwarder-geolocation" +IMAGE_INSTALL_mtbsp-at91 += "lora-network-server mtac-xdot-util" # MQTT server #IMAGE_INSTALL += "mosquitto" -- cgit v1.2.3