summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/images/mlinux-base-image.bb3
-rw-r--r--recipes-core/images/mlinux-factory-image.bb3
2 files changed, 4 insertions, 2 deletions
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"