diff options
author | John Klug <john.klug@multitech.com> | 2016-11-11 08:38:16 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-11-11 08:38:16 -0600 |
commit | 5b47b6c343c9421a7b6b59328ff8cbf85b0066af (patch) | |
tree | e6d62cc32241f34bddecb2fe08fab6e2e797b740 /recipes-core | |
parent | 2ad72fa9c537724121bdf8b9260ae0a389b117b5 (diff) | |
parent | 477a609adf3bcff66b6067389f52308bd4cb1055 (diff) | |
download | meta-mlinux-5b47b6c343c9421a7b6b59328ff8cbf85b0066af.tar.gz meta-mlinux-5b47b6c343c9421a7b6b59328ff8cbf85b0066af.tar.bz2 meta-mlinux-5b47b6c343c9421a7b6b59328ff8cbf85b0066af.zip |
Merge branch 'master' of gitlab.multitech.net:mirrors/meta-mlinux
Diffstat (limited to 'recipes-core')
-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" - |