diff options
author | John Klug <john.klug@multitech.com> | 2019-08-26 18:54:29 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-11-11 11:34:05 -0600 |
commit | 03825d11666a303f4bbb53670fd217f50ca54c1b (patch) | |
tree | 79405cde2bfeacb68ed2098b7c5876c260922879 | |
parent | a34d3bfffde71efb1588c146a07da239cb8e7cfb (diff) | |
download | meta-mlinux-03825d11666a303f4bbb53670fd217f50ca54c1b.tar.gz meta-mlinux-03825d11666a303f4bbb53670fd217f50ca54c1b.tar.bz2 meta-mlinux-03825d11666a303f4bbb53670fd217f50ca54c1b.zip |
Add lxfp to MTRV1/MTHS images
-rw-r--r-- | recipes-core/images/mlinux-mtrv1-image.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-mtrv1-image.bb b/recipes-core/images/mlinux-mtrv1-image.bb index a81ddb1..553d9cb 100644 --- a/recipes-core/images/mlinux-mtrv1-image.bb +++ b/recipes-core/images/mlinux-mtrv1-image.bb @@ -63,6 +63,7 @@ MISC_FEATURES = "minicom lrzsz nano pps-tools" # Extra stuff to install 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 += "lxfp" IMAGE_INSTALL += " \ ${WIFI_FEATURES} \ |