From 7d657d0cbec360cafb94952fcd652fd084579204 Mon Sep 17 00:00:00 2001 From: Phil Wise Date: Fri, 10 Aug 2018 13:42:36 +0200 Subject: Add back dependency on INITRAMFS_IMAGE:do_image_complete 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. --- classes/image_types_ostree.bbclass | 1 + 1 file changed, 1 insertion(+) 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 \ coreutils-native:do_populate_sysroot \ unzip-native:do_populate_sysroot \ virtual/kernel:do_deploy \ + ${INITRAMFS_IMAGE}:do_image_complete \ " export OSTREE_REPO -- cgit v1.2.3-54-g00ecf