diff options
author | John Klug <john.klug@multitech.com> | 2016-11-10 16:56:40 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-11-10 16:56:40 -0600 |
commit | 477a609adf3bcff66b6067389f52308bd4cb1055 (patch) | |
tree | 5f58bfbf78ca691bd3e1f931d9ae5cb117c2093c | |
parent | 85816c18c162ccb6860c169a90102963b1731046 (diff) | |
download | meta-mlinux-477a609adf3bcff66b6067389f52308bd4cb1055.tar.gz meta-mlinux-477a609adf3bcff66b6067389f52308bd4cb1055.tar.bz2 meta-mlinux-477a609adf3bcff66b6067389f52308bd4cb1055.zip |
Add pps-tools and gpsd to the factory image.
-rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 3 | ||||
-rw-r--r-- | recipes-core/images/mlinux-xrs9113-factory-image.bb | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb index 6cc7197..8cf6ad2 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -78,6 +78,7 @@ IMAGE_INSTALL += "nodejs nodejs-npm" IMAGE_INSTALL += "sms-utils" # Multi-Tech GPS Utility IMAGE_INSTALL += "venus-gps" +IMAGE_INSTALL += "pps-tools" +IMAGE_INSTALL += "gpsd" IMAGE_INSTALL += "uvccapture" - diff --git a/recipes-core/images/mlinux-xrs9113-factory-image.bb b/recipes-core/images/mlinux-xrs9113-factory-image.bb index 72d2698..c536553 100644 --- a/recipes-core/images/mlinux-xrs9113-factory-image.bb +++ b/recipes-core/images/mlinux-xrs9113-factory-image.bb @@ -79,6 +79,7 @@ IMAGE_INSTALL += "nodejs nodejs-npm" IMAGE_INSTALL += "sms-utils" # Multi-Tech GPS Utility IMAGE_INSTALL += "venus-gps" +IMAGE_INSTALL += "pps-tools" +IMAGE_INSTALL += "gpsd" IMAGE_INSTALL += "uvccapture" - |