diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-02-24 17:53:10 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-02-24 17:53:10 +0100 |
commit | e92b269f27ac2337afc1a8d8af86bc747dd31f5e (patch) | |
tree | 8625f4f5b8aea6b75733c92f11cb35a441721ff1 /classes | |
parent | f38fc412321c9cb6c17110d8a8aa6183823b0122 (diff) | |
download | meta-updater-e92b269f27ac2337afc1a8d8af86bc747dd31f5e.tar.gz |
Fix several critical bugs in morty
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 8bc0a52..8b3cbcd 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass | |||
@@ -4,7 +4,7 @@ inherit image | |||
4 | 4 | ||
5 | IMAGE_DEPENDS_ostree = "ostree-native:do_populate_sysroot \ | 5 | IMAGE_DEPENDS_ostree = "ostree-native:do_populate_sysroot \ |
6 | virtual/kernel:do_deploy \ | 6 | virtual/kernel:do_deploy \ |
7 | ${OSTREE_INITRAMFS_IMAGE}:do_image_ext4" | 7 | ${OSTREE_INITRAMFS_IMAGE}:do_image_complete" |
8 | 8 | ||
9 | export OSTREE_REPO | 9 | export OSTREE_REPO |
10 | export OSTREE_BRANCHNAME | 10 | export OSTREE_BRANCHNAME |