diff options
author | John Klug <john.klug@multitech.com> | 2016-12-21 09:15:47 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-12-21 09:15:47 -0600 |
commit | 0d53f1437fcdbae1c1b112b9892be8994cef3834 (patch) | |
tree | 2cf46a12b25f6b7d2fd1e080cc9b8d47300e1407 /.gitlab-ci.yml | |
parent | 12465c3b11e4a7517a92480980f1ce2f8a877e71 (diff) | |
parent | 2ba73a35c4907336858320b31ce515a6aa10698f (diff) | |
download | meta-mlinux-0d53f1437fcdbae1c1b112b9892be8994cef3834.tar.gz meta-mlinux-0d53f1437fcdbae1c1b112b9892be8994cef3834.tar.bz2 meta-mlinux-0d53f1437fcdbae1c1b112b9892be8994cef3834.zip |
Change priority of gpsd and add multitech GPS device to default.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba2186a..e07d2a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ before_script: - (test -f env-oe.sh && ./setup.sh --update) || ./setup.sh - source env-oe.sh - cd layers/meta-mlinux + - git fetch - git checkout $CI_BUILD_REF - cd ../.. |