summaryrefslogtreecommitdiffstats
path: root/classes/image_types_ostree.bbclass
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2017-10-23 17:33:30 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2017-10-24 08:43:46 +0200
commit37254206dba475608736210eea46f0622db187e3 (patch)
tree56fafd43e3c4d92374578403c21f8c1a7945c11e /classes/image_types_ostree.bbclass
parent6b83fd2c704ad8b528b80ac036abab1e94bb982b (diff)
downloadmeta-updater-37254206dba475608736210eea46f0622db187e3.tar.gz
Use garage-push from aktualizr repo.
No need for sota-tools repo anymore. Bump aktualizr version to get necessary build fix.
Diffstat (limited to 'classes/image_types_ostree.bbclass')
-rw-r--r--classes/image_types_ostree.bbclass2
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
161IMAGE_TYPEDEP_ostreepush = "ostree" 161IMAGE_TYPEDEP_ostreepush = "ostree"
162IMAGE_DEPENDS_ostreepush = "sota-tools-native:do_populate_sysroot" 162IMAGE_DEPENDS_ostreepush = "aktualizr-native:do_populate_sysroot"
163IMAGE_CMD_ostreepush () { 163IMAGE_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