diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2016-08-31 12:41:03 +0300 |
---|---|---|
committer | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2016-08-31 12:41:03 +0300 |
commit | 8e0866632da9b6a12d44ccde718bed0dde3af9c5 (patch) | |
tree | 993eb3042c646d7365f225126d786efcfa86e84e /recipes-core/images | |
parent | ca697c01ef93c2a08493684b02656d3f93ca1a9d (diff) | |
download | meta-mlinux-8e0866632da9b6a12d44ccde718bed0dde3af9c5.tar.gz meta-mlinux-8e0866632da9b6a12d44ccde718bed0dde3af9c5.tar.bz2 meta-mlinux-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.bb | 7 |
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" |