diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-11-01 16:05:17 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-11-01 16:05:17 -0500 |
commit | 961165c078505e47405a974bd771032557072776 (patch) | |
tree | 72e9a7ebaf9c4983623ece8958f263861b0ef5d2 /recipes-core/images/mlinux-mtcap-image.bb | |
parent | 2e60f2c0e343f90ea7dc1701091b2aecc84e59ce (diff) | |
download | meta-mlinux-961165c078505e47405a974bd771032557072776.tar.gz meta-mlinux-961165c078505e47405a974bd771032557072776.tar.bz2 meta-mlinux-961165c078505e47405a974bd771032557072776.zip |
mtcap: rename machine type mtp to mtcap
Diffstat (limited to 'recipes-core/images/mlinux-mtcap-image.bb')
-rw-r--r-- | recipes-core/images/mlinux-mtcap-image.bb | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-mtcap-image.bb b/recipes-core/images/mlinux-mtcap-image.bb new file mode 100644 index 0000000..ad60705 --- /dev/null +++ b/recipes-core/images/mlinux-mtcap-image.bb @@ -0,0 +1,52 @@ +DESCRIPTION = "mLinux Conduit Access Point image" + +require mlinux-minimal-image.bb + +FILESYSTEM_FEATURES = "dosfstools \ + cifs-utils \ + lsof \ + " + +NETWORKING_FEATURES += "bridge-utils \ + inetutils-ftp \ + openssl \ + rsync \ + iperf \ + mii-diag \ + tcpdump \ + netcat \ + wget \ + strongswan \ + " + +TIME_FEATURES = "tzdata tzdata-africa tzdata-americas tzdata-antarctica tzdata-arctic \ + tzdata-asia tzdata-atlantic tzdata-australia tzdata-europe tzdata-pacific \ + tzdata-misc \ + cronie \ + ntpdate \ + " + +MULTITECH_FEATURES += " \ + u-boot-linux-utils \ + mlinux-scripts \ + reset-handler \ + radio-cmd radio-query \ + jsparser \ + " + +LORA_FEATURES = "lora-packet-forwarder \ + lora-packet-forwarder-dbg \ + lora-gateway-utils" + +MISC_FEATURES = "minicom lrzsz nano" + +# Extra stuff to install +IMAGE_INSTALL += " \ + ${FILESYSTEM_FEATURES} \ + ${TIME_FEATURES} \ + ${LORA_FEATURES} \ + ${MISC_FEATURES} \ + " + +# Multi-Tech SMS Utility (see http://git.multitech.net) +IMAGE_INSTALL += "sms-utils" |