diff options
author | John Klug <john.klug@multitech.com> | 2022-04-13 15:41:39 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-04-13 15:41:39 -0500 |
commit | 572c6d539b64600608fba3279e07ac3880dcc48d (patch) | |
tree | f642889bd1bb49ce185df8e7f65b3b636d2a1175 /recipes-core/images | |
parent | 529f193cd590a7eee11df89b6503c7eb1bb34207 (diff) | |
download | meta-mlinux-atmel-572c6d539b64600608fba3279e07ac3880dcc48d.tar.gz meta-mlinux-atmel-572c6d539b64600608fba3279e07ac3880dcc48d.tar.bz2 meta-mlinux-atmel-572c6d539b64600608fba3279e07ac3880dcc48d.zip |
Add MTRE features to the mLinux-sel build
Diffstat (limited to 'recipes-core/images')
-rw-r--r-- | recipes-core/images/mlinux-sel-test-image.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-core/images/mlinux-sel-test-image.bb b/recipes-core/images/mlinux-sel-test-image.bb index 847fea9..a452893 100644 --- a/recipes-core/images/mlinux-sel-test-image.bb +++ b/recipes-core/images/mlinux-sel-test-image.bb @@ -1,4 +1,4 @@ -require mtr-modules.inc +require mtre-modules.inc DESCRIPTION = "mLinux base mtr image" LICENSE = "MIT" @@ -11,6 +11,7 @@ TEST_FEATURES = "i2c-tools \ libgpiod-tools \ strace \ devmem2 \ + socat \ " FILESYSTEM_FEATURES = "dosfstools \ @@ -69,7 +70,7 @@ 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 = " kernel-module-rs9113 rs9113-util rs9113-autostart" IMAGE_INSTALL_append = " gpsd gpsd-conf gpsd-gpsctl libgps ntp ntp-utils gpspipe gps-utils" IMAGE_INSTALL_append = " \ |