diff options
Diffstat (limited to 'recipes-core/images')
-rw-r--r-- | recipes-core/images/mlinux-mtrv1-image.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-core/images/mlinux-mtrv1-image.bb b/recipes-core/images/mlinux-mtrv1-image.bb index 3c10593..a9b2280 100644 --- a/recipes-core/images/mlinux-mtrv1-image.bb +++ b/recipes-core/images/mlinux-mtrv1-image.bb @@ -15,6 +15,7 @@ NETWORKING_FEATURES += "bridge-utils \ openssl \ rsync \ iperf \ + iperf3 \ mii-diag \ tcpdump \ netcat \ @@ -31,7 +32,7 @@ WIFI_FEATURES = " \ hostap-daemon hostap-utils \ " -BLUETOOTH_FEATURES = "bluez5" +BLUETOOTH_FEATURES = "bluez5 bluez5-pand" # Add all timezones available # ntpdate will sync time every 30 min by default via cron @@ -56,10 +57,10 @@ MULTITECH_FEATURES += " \ jsparser \ " -MISC_FEATURES = "minicom lrzsz nano" +MISC_FEATURES = "minicom lrzsz nano pps-tools" # Extra stuff to install -IMAGE_INSTALL += "kernel-module-rs9113 rs9113-util rs9113-autostart" +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 += " \ |