summaryrefslogtreecommitdiff
path: root/recipes-core/images/mlinux-factory-image.bb
blob: 37a653362fcaf57929f7e58594ce9bea5379f22a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Conduit 0.0 or 0.1 without RS9113
require mlinux-base-image.bb
DESCRIPTION = "mLinux factory image"

# For now we don't put this in MTR or AEP
# Password restrictions library from Redhat
IMAGE_INSTALL += "libpwquality"

LIGHTTPD = "lighttpd \
            lighttpd-module-cgi lighttpd-module-indexfile \
            lighttpd-module-redirect lighttpd-module-auth  \
            lighttpd-module-access lighttpd-module-accesslog \
            lighttpd-module-rewrite lighttpd-module-proxy lighttpd-module-fastcgi \
            lighttpd-module-scgi lighttpd-module-alias \
            lighttpd-module-dirlisting  lighttpd-module-staticfile \
            "

# Lighttpd web server
IMAGE_INSTALL += "${LIGHTTPD}"

IMAGE_INSTALL += "sqlite3"

IMAGE_INSTALL += "autossh"

# Monit system/process monitor
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"

# MQTT server
#IMAGE_INSTALL += "mosquitto"
IMAGE_INSTALL += "mosquitto mosquitto-clients"


# Perl support
IMAGE_INSTALL += "perl"
IMAGE_INSTALL += "perl-module-io perl-module-fcntl"
# not in meta-oe or oe-core...
#IMAGE_INSTALL += "libdevice-serialport-perl"
#IMAGE_INSTALL += "libexpect-perl"

# Python support
IMAGE_INSTALL += "python"
# Python modules
IMAGE_INSTALL += "python-async \
python-argparse \
python-compression \
python-dateutil \
python-html \
python-importlib \
python-psutil \
python-pycurl \
python-pyopenssl \
python-pyserial \
python-pyudev \
python-pyusb \
python-simplejson \
python-sqlite3 \
python-syslog \
python-textutils \
python-unixadmin \
python-xml \
"

# Ruby support
IMAGE_INSTALL += "ruby"

IMAGE_INSTALL += "ruby-sqlite3"
IMAGE_INSTALL += "ruby-serialport"

# OpenJDK Java runtime
# IMAGE_INSTALL += "openjdk-8"
# OpenJDK with JamVM VM (Multi-Tech default)
# IMAGE_INSTALL += "jamvm"
# OpenJDK with CACAO VM (run with 'java -cacao')
# IMAGE_INSTALL += "openjdk-7-vm-cacao"
# OpenJDK Zero VM (run with 'java -zero')
# IMAGE_INSTALL += "openjdk-7-vm-zero"

# PHP support
IMAGE_INSTALL += "php php-cli php-fpm"

# Node.js support
IMAGE_INSTALL += "nodejs nodejs-npm"

# Multi-Tech SMS Utility (see http://git.multitech.net)
IMAGE_INSTALL += "sms-utils"
# Multi-Tech GPS Utility
IMAGE_INSTALL += "venus-gps"
IMAGE_INSTALL += "pps-tools"
IMAGE_INSTALL += "dnsmasq bluez5-pand bluez5-rfcomm"

# When ntp is to use the GPS, gps-utils is required
IMAGE_INSTALL += "gpsd libgps ntp ntp-utils gpspipe gps-utils"

IMAGE_INSTALL += "lxfp uvccapture"