summaryrefslogtreecommitdiff
path: root/recipes-core/images
diff options
context:
space:
mode:
authorMike Nicholson <mikempls@users.noreply.github.com>2019-07-22 15:12:03 -0500
committerSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2020-05-20 13:44:06 +0300
commitf23828890d9ff9a1e02266faa87179447652c9dc (patch)
treed42eb3f1c766a69fc5a7921cf382455e1d1c8ff6 /recipes-core/images
parent2611b1ae3eb5776f20da3e36716955219113643c (diff)
downloadmeta-mlinux-f23828890d9ff9a1e02266faa87179447652c9dc.tar.gz
meta-mlinux-f23828890d9ff9a1e02266faa87179447652c9dc.tar.bz2
meta-mlinux-f23828890d9ff9a1e02266faa87179447652c9dc.zip
Updates for SDK build / mlinux-factory-build
Diffstat (limited to 'recipes-core/images')
-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"