diff options
author | John Klug <john.klug@multitech.com> | 2019-05-20 15:39:45 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | 9335d17597e9e2b7bec8b30666b2df52ecee1439 (patch) | |
tree | f3e400ae8c09d7f274c01263e2fa92939f04b803 | |
parent | 9488982c22fa99f4ccec0b8a1330e6bfab7b7fd1 (diff) | |
download | meta-mlinux-9335d17597e9e2b7bec8b30666b2df52ecee1439.tar.gz meta-mlinux-9335d17597e9e2b7bec8b30666b2df52ecee1439.tar.bz2 meta-mlinux-9335d17597e9e2b7bec8b30666b2df52ecee1439.zip |
add packages for certification testing mtrv1
-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 += " \ |