diff options
author | cajun-rat <phil@advancedtelematic.com> | 2017-10-24 09:24:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 09:24:20 +0200 |
commit | eceaca216c73bd188821e111a73723069668e1f3 (patch) | |
tree | 1a1e42ec1e0e8e7c9e0c62978b8a395dfa4481f2 /classes | |
parent | 6b83fd2c704ad8b528b80ac036abab1e94bb982b (diff) | |
parent | 5d654c0b45acd7e3dd1127739b7237143d984d0b (diff) | |
download | meta-updater-eceaca216c73bd188821e111a73723069668e1f3.tar.gz |
Merge pull request #148 from advancedtelematic/bugfix/PRO-4216/new-garage-push
Bugfix/pro 4216/new garage push
Diffstat (limited to 'classes')
-rw-r--r-- | classes/image_types_ostree.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index adcafe3..1f8e195 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass | |||
@@ -159,7 +159,7 @@ IMAGE_CMD_ostree () { | |||
159 | } | 159 | } |
160 | 160 | ||
161 | IMAGE_TYPEDEP_ostreepush = "ostree" | 161 | IMAGE_TYPEDEP_ostreepush = "ostree" |
162 | IMAGE_DEPENDS_ostreepush = "sota-tools-native:do_populate_sysroot" | 162 | IMAGE_DEPENDS_ostreepush = "aktualizr-native:do_populate_sysroot" |
163 | IMAGE_CMD_ostreepush () { | 163 | IMAGE_CMD_ostreepush () { |
164 | # Print warnings if credetials are not set or if the file has not been found. | 164 | # Print warnings if credetials are not set or if the file has not been found. |
165 | if [ -n "${SOTA_PACKED_CREDENTIALS}" ]; then | 165 | if [ -n "${SOTA_PACKED_CREDENTIALS}" ]; then |