diff options
author | Phil Wise <philip.wise@here.com> | 2018-08-10 13:42:36 +0200 |
---|---|---|
committer | Phil Wise <philip.wise@here.com> | 2018-08-14 16:03:10 +0200 |
commit | 7d657d0cbec360cafb94952fcd652fd084579204 (patch) | |
tree | 7ec52a536c6095e6a7613841bcee5543864aaa81 /classes | |
parent | 9927446d002b1154faae67ff990176a02f69e7e7 (diff) | |
download | meta-updater-7d657d0cbec360cafb94952fcd652fd084579204.tar.gz |
Add back dependency on INITRAMFS_IMAGE:do_image_completefit-initramfs-support
Without this the build fails because the initramfs hasn't been build
before do_image_ostree. There should be a dependency through
virtual/kernel:do_deploy, but there is clearly some reason why this
isn't enough.
Diffstat (limited to 'classes')
-rw-r--r-- | classes/image_types_ostree.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index dac3580..b525738 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass | |||
@@ -5,6 +5,7 @@ do_image_ostree[depends] += "ostree-native:do_populate_sysroot \ | |||
5 | coreutils-native:do_populate_sysroot \ | 5 | coreutils-native:do_populate_sysroot \ |
6 | unzip-native:do_populate_sysroot \ | 6 | unzip-native:do_populate_sysroot \ |
7 | virtual/kernel:do_deploy \ | 7 | virtual/kernel:do_deploy \ |
8 | ${INITRAMFS_IMAGE}:do_image_complete \ | ||
8 | " | 9 | " |
9 | 10 | ||
10 | export OSTREE_REPO | 11 | export OSTREE_REPO |