diff options
author | Steven Koo <steven.koo@ni.com> | 2021-07-23 13:58:31 -0500 |
---|---|---|
committer | michael-west <michael.west@ettus.com> | 2021-07-26 23:52:00 -0700 |
commit | 84afda6837e7e8c3b42ff3fbc4083bce4af446cb (patch) | |
tree | 48043a980c4ff427071f70086c5fd116ec49095d /.ci | |
parent | 3f8d93d2f178e6291ffd0112aa3342b00a3e2e5a (diff) | |
download | uhd-84afda6837e7e8c3b42ff3fbc4083bce4af446cb.tar.gz uhd-84afda6837e7e8c3b42ff3fbc4083bce4af446cb.tar.bz2 uhd-84afda6837e7e8c3b42ff3fbc4083bce4af446cb.zip |
ci: Update template to use checkout_meta_ettus
Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/oe-for-host.yml | 1 | ||||
-rw-r--r-- | .ci/oe-x4xx-packages.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.ci/oe-for-host.yml b/.ci/oe-for-host.yml index c2d2a48ec..909c3657d 100644 --- a/.ci/oe-for-host.yml +++ b/.ci/oe-for-host.yml @@ -55,6 +55,7 @@ jobs: parameters: machines: - qemux86_64 + checkout_meta_ettus: true targets: - $(Image) - package-index diff --git a/.ci/oe-x4xx-packages.yml b/.ci/oe-x4xx-packages.yml index 27c29b015..fb09cb42b 100644 --- a/.ci/oe-x4xx-packages.yml +++ b/.ci/oe-x4xx-packages.yml @@ -55,6 +55,7 @@ jobs: parameters: machines: - x4xx + checkout_meta_ettus: true targets: - uhd:do_package_write_ipk - uhd:do_run_tests |