summaryrefslogtreecommitdiff
path: root/recipes-core/images/mlinux-rs9113-mtrv1-image.bb
blob: da5632cc8930990974fdc6cf002d86ee5b25eb69 (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
require mtr-modules.inc
DESCRIPTION = "mLinux base mtr image"
LICENSE = "MIT"

require mlinux-minimal-image.bb
MULTITECH_MTAC = ""

FILESYSTEM_FEATURES = "dosfstools \
                 cifs-utils \
				 lsof \
                 "

NETWORKING_FEATURES += "bridge-utils \
                       dnsmasq \
                       inetutils-ftp \
                       openssl \
                       rsync \
                       iperf2 \
                       iperf3 \
					   mii-diag \
					   tcpdump \
					   netcat \
					   wget \
					   strongswan \
					   busybox-ifplugd \
                       "

WIFI_FEATURES = " \
                libnl \
                wpa-supplicant \
                iw \
                hostapd \
                hostapd-cfg \
                "

BLUETOOTH_FEATURES = "bluez5 bluez5-pand"

# Add all timezones available
# ntpdate will sync time every 30 min by default via cron
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 \
                 "

# u-boot-linux-utils: U-Boot environment access from Linux
# mlinux-scripts: sample scripts for setting up Conduit for various tasks
# reset-handler: default reset button handler
# radio-cmd: supports cellular radio activation and other configuration commands
# radio-query: queries cellular radio for common info (IMEI, RSSI, etc)
# jsparser: command line tool to parse JSON files
MULTITECH_FEATURES += " \
                     u-boot-linux-utils \
                     mlinux-scripts \
					 reset-handler \
					 radio-cmd radio-query \
					 jsparser \
                     "

MISC_FEATURES = "minicom lrzsz nano pps-tools"

# Extra stuff to install
IMAGE_INSTALL += "kernel-module-rs9113 rs9113rf rs9113-util rs9113-utils-extra rs9113-misc rs9113-autostart"
IMAGE_INSTALL += "gpsd libgps libgps24 ntp ntp-utils gpspipe gps-utils"
IMAGE_INSTALL += "uxfp"
CONSOLE = "sysvinit-inittab-start-open"

IMAGE_INSTALL += " \
				${WIFI_FEATURES} \
				${BLUETOOTH_FEATURES} \
				${FILESYSTEM_FEATURES} \
                ${TIME_FEATURES} \
                ${MISC_FEATURES} \
                "