summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Wise <philip.wise@here.com>2018-08-10 13:42:36 +0200
committerPhil Wise <philip.wise@here.com>2018-08-14 16:03:10 +0200
commit7d657d0cbec360cafb94952fcd652fd084579204 (patch)
tree7ec52a536c6095e6a7613841bcee5543864aaa81
parent9927446d002b1154faae67ff990176a02f69e7e7 (diff)
downloadmeta-updater-fit-initramfs-support.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.
-rw-r--r--classes/image_types_ostree.bbclass1
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
10export OSTREE_REPO 11export OSTREE_REPO