diff options
author | John Klug <john.klug@multitech.com> | 2016-11-14 14:23:59 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-11-14 14:23:59 -0600 |
commit | 14287ad7ab86c5141decfcb93405427be61caae0 (patch) | |
tree | a0762bffb5088c8bb7787834388fb20cbdd640a4 | |
parent | 8d0f0fb4b86062bbd1dbaf8d4ea3640b97ae5a58 (diff) | |
download | meta-mlinux-14287ad7ab86c5141decfcb93405427be61caae0.tar.gz meta-mlinux-14287ad7ab86c5141decfcb93405427be61caae0.tar.bz2 meta-mlinux-14287ad7ab86c5141decfcb93405427be61caae0.zip |
Eliminate copy of base image to rs9113 image.
-rw-r--r-- | recipes-core/images/mlinux-rs9113-base-image.bb | 63 |
1 files changed, 1 insertions, 62 deletions
diff --git a/recipes-core/images/mlinux-rs9113-base-image.bb b/recipes-core/images/mlinux-rs9113-base-image.bb index 6423237..7147e8c 100644 --- a/recipes-core/images/mlinux-rs9113-base-image.bb +++ b/recipes-core/images/mlinux-rs9113-base-image.bb @@ -1,66 +1,5 @@ DESCRIPTION = "mLinux base image" LICENSE = "MIT" -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 \ - " - -WIFI_FEATURES = " \ - libnl \ - wpa-supplicant \ - wireless-tools \ - iw \ - hostap-daemon hostap-utils \ - " - -BLUETOOTH_FEATURES = "bluez4" - -# 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 \ - annex-client \ - " - -MISC_FEATURES = "minicom lrzsz nano rs9113" - # Extra stuff to install -IMAGE_INSTALL += " \ - ${WIFI_FEATURES} \ - ${BLUETOOTH_FEATURES} \ - ${FILESYSTEM_FEATURES} \ - ${TIME_FEATURES} \ - ${MISC_FEATURES} \ - " +IMAGE_INSTALL += " rs9113 " |