From 199af4cb52128e0c2a871e9285eaf7e1ea2841be Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 19 Oct 2022 17:58:41 -0500 Subject: Fix up mtrv1 images --- recipes-core/images/mlinux-mtrv1-image.bb | 4 ++-- recipes-core/images/mlinux-rs9113-mtrv1-image.bb | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes-core/images/mlinux-mtrv1-image.bb b/recipes-core/images/mlinux-mtrv1-image.bb index d60c9e0..faf20dc 100644 --- a/recipes-core/images/mlinux-mtrv1-image.bb +++ b/recipes-core/images/mlinux-mtrv1-image.bb @@ -3,6 +3,7 @@ DESCRIPTION = "mLinux base mtr image" LICENSE = "MIT" require mlinux-minimal-image.bb +MULTITECH_MTAC = "" CONSOLE = "sysvinit-inittab-start-open" @@ -41,7 +42,6 @@ WIFI_FEATURES = " \ hostapd-cfg \ " -BLUETOOTH_FEATURES = "bluez5 bluez5-pand bluez5-mlinit" # Add all timezones available # ntpdate will sync time every 30 min by default via cron @@ -69,8 +69,8 @@ MULTITECH_FEATURES_append = " \ MISC_FEATURES = "minicom lrzsz nano pps-tools" # Extra stuff to install -IMAGE_INSTALL_append = " kernel-module-rs9113 rs9113-util rs9113-autostart" IMAGE_INSTALL_append = " gpsd gpsd-conf gpsd-gpsctl libgps ntp ntp-utils gpspipe gps-utils python3-pygps-pyc" +IMAGE_INSTALL_append = " uxfp qfirehose" IMAGE_INSTALL_append = " \ ${TEST_FEATURES} \ diff --git a/recipes-core/images/mlinux-rs9113-mtrv1-image.bb b/recipes-core/images/mlinux-rs9113-mtrv1-image.bb index fb1dc34..91e8d67 100644 --- a/recipes-core/images/mlinux-rs9113-mtrv1-image.bb +++ b/recipes-core/images/mlinux-rs9113-mtrv1-image.bb @@ -25,6 +25,8 @@ NETWORKING_FEATURES_append = " bridge-utils \ openssl \ rsync \ iperf3 \ + ppp-radioresetwait \ + radio-reset-background \ mii-diag \ tcpdump \ netcat \ @@ -41,7 +43,7 @@ WIFI_FEATURES = " \ hostapd-cfg \ " -BLUETOOTH_FEATURES = "bluez5 bluez5-pand" +BLUETOOTH_FEATURES = "bluez5 bluez5-pand bluez5-mlinit" # Add all timezones available # ntpdate will sync time every 30 min by default via cron -- cgit v1.2.3