diff options
| author | John Klug <john.klug@multitech.com> | 2021-09-08 09:16:28 -0500 |
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2021-09-08 09:16:28 -0500 |
| commit | e544b4c07ae608f291dd9e0125e7fd4577351b13 (patch) | |
| tree | c18aaf138c269e5e378265c2ab980ef91cfeaf4c | |
| parent | 1ed6c59d7805cf83c34622f6864dc6bf0302b9c2 (diff) | |
| download | meta-mlinux-atmel-e544b4c07ae608f291dd9e0125e7fd4577351b13.tar.gz meta-mlinux-atmel-e544b4c07ae608f291dd9e0125e7fd4577351b13.tar.bz2 meta-mlinux-atmel-e544b4c07ae608f291dd9e0125e7fd4577351b13.zip | |
Add radio reset feature to mLinux factory image/test/commissioning
| -rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb index 41116e4..9ad7432 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -92,3 +92,5 @@ IMAGE_INSTALL_append = " dnsmasq bluez5-pand bluez5-rfcomm" IMAGE_INSTALL_append = " gpsd gpsd-conf gpsd-gpsctl libgps ntp ntp-utils gpspipe gps-utils" IMAGE_INSTALL_append = " uxfp qfirehose uvccapture" + +IMAGE_INSTALL_append = " ppp-radioresetwait radio-reset-background" |
