diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-09-01 16:24:58 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-09-01 16:24:58 -0500 |
commit | 7c7f115424d07c226ec238980d2f33e02ba6414c (patch) | |
tree | 993eb3042c646d7365f225126d786efcfa86e84e /recipes-core/images/mlinux-picocell-image.bb | |
parent | ca697c01ef93c2a08493684b02656d3f93ca1a9d (diff) | |
parent | 8e0866632da9b6a12d44ccde718bed0dde3af9c5 (diff) | |
download | meta-mlinux-atmel-7c7f115424d07c226ec238980d2f33e02ba6414c.tar.gz meta-mlinux-atmel-7c7f115424d07c226ec238980d2f33e02ba6414c.tar.bz2 meta-mlinux-atmel-7c7f115424d07c226ec238980d2f33e02ba6414c.zip |
Merge branch 'dev-mtp' into 'internal-dev'
mtp: Add initial support for the new pico machine type.
Build:
MACHINE=mtp bitbake mlinux-picocell-image
See merge request !1
Diffstat (limited to 'recipes-core/images/mlinux-picocell-image.bb')
-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" |