summaryrefslogtreecommitdiff
path: root/recipes-core/images/mlinux-mtrv1-image.bb
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-02-11 14:18:49 -0600
committerJohn Klug <john.klug@multitech.com>2019-02-11 14:18:49 -0600
commitf6bda7ceded6981fda0a239bbbbd49601e9f7be0 (patch)
treea311fe2c355e1dddd98c7be8cb20a2b2c53b3bcb /recipes-core/images/mlinux-mtrv1-image.bb
parentf3a5c3694c747a901137800dd3c8ffa36312b6bc (diff)
downloadmeta-mlinux-atmel-f6bda7ceded6981fda0a239bbbbd49601e9f7be0.tar.gz
meta-mlinux-atmel-f6bda7ceded6981fda0a239bbbbd49601e9f7be0.tar.bz2
meta-mlinux-atmel-f6bda7ceded6981fda0a239bbbbd49601e9f7be0.zip
Need option driver for cellular modems
Diffstat (limited to 'recipes-core/images/mlinux-mtrv1-image.bb')
-rw-r--r--recipes-core/images/mlinux-mtrv1-image.bb69
1 files changed, 0 insertions, 69 deletions
diff --git a/recipes-core/images/mlinux-mtrv1-image.bb b/recipes-core/images/mlinux-mtrv1-image.bb
deleted file mode 100644
index b4c494d..0000000
--- a/recipes-core/images/mlinux-mtrv1-image.bb
+++ /dev/null
@@ -1,69 +0,0 @@
-# Conduit 0.0 or 0.1 without RS9113
-require mtrv1-modules.inc
-DESCRIPTION = "mLinux base image"
-LICENSE = "MIT"
-
-require mlinux-minimal-image.bb
-MULTITECH_MTAC = ""
-
-FILESYSTEM_FEATURES = "dosfstools \
- cifs-utils \
- lsof \
- "
-
-NETWORKING_FEATURES += "bridge-utils \
- inetutils-ftp \
- openssl \
- rsync \
- iperf \
- mii-diag \
- tcpdump \
- netcat \
- wget \
- strongswan \
- busybox-ifplugd \
- "
-
-WIFI_FEATURES = " \
- libnl \
- wpa-supplicant \
- wireless-tools \
- iw \
- hostap-daemon hostap-utils \
- "
-
-BLUETOOTH_FEATURES = "bluez5"
-
-# 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"
-
-# Extra stuff to install
-IMAGE_INSTALL += " \
- ${WIFI_FEATURES} \
- ${BLUETOOTH_FEATURES} \
- ${FILESYSTEM_FEATURES} \
- ${TIME_FEATURES} \
- ${MISC_FEATURES} \
- "