summaryrefslogtreecommitdiff
path: root/recipes-core/images
diff options
context:
space:
mode:
authorMykyta Dorokhin <mykyta.dorokhin@globallogic.com>2016-08-31 12:41:03 +0300
committerMykyta Dorokhin <mykyta.dorokhin@globallogic.com>2016-08-31 12:41:03 +0300
commit8e0866632da9b6a12d44ccde718bed0dde3af9c5 (patch)
tree993eb3042c646d7365f225126d786efcfa86e84e /recipes-core/images
parentca697c01ef93c2a08493684b02656d3f93ca1a9d (diff)
downloadmeta-mlinux-atmel-8e0866632da9b6a12d44ccde718bed0dde3af9c5.tar.gz
meta-mlinux-atmel-8e0866632da9b6a12d44ccde718bed0dde3af9c5.tar.bz2
meta-mlinux-atmel-8e0866632da9b6a12d44ccde718bed0dde3af9c5.zip
mtp: Add initial support for the new pico machine type.
Build: MACHINE=mtp bitbake mlinux-picocell-image
Diffstat (limited to 'recipes-core/images')
-rw-r--r--recipes-core/images/mlinux-picocell-image.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-picocell-image.bb b/recipes-core/images/mlinux-picocell-image.bb
new file mode 100644
index 0000000..09e0fd6
--- /dev/null
+++ b/recipes-core/images/mlinux-picocell-image.bb
@@ -0,0 +1,7 @@
+require mlinux-base-image.bb
+
+# Multi-Tech SMS Utility (see http://git.multitech.net)
+IMAGE_INSTALL += "sms-utils"
+
+# MQTT server
+IMAGE_INSTALL += "mosquitto mosquitto-clients"