From 6044483b27efc81954ab68c04471a20850517238 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 6 Sep 2017 15:07:55 +0200 Subject: image_type_tezi: depend on u-boot Without this, if nothing else makes sure that U-Boot got built then image_type_tezi fails. This can happen when one does build core-image-minimal. | NOTE: Create bootfs tarball | tar: SPL: Cannot stat: No such file or directory Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- classes/image_type_tezi.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/image_type_tezi.bbclass b/classes/image_type_tezi.bbclass index 867c75a..5422a6f 100644 --- a/classes/image_type_tezi.bbclass +++ b/classes/image_type_tezi.bbclass @@ -1,6 +1,6 @@ inherit image_types -IMAGE_DEPENDS_teziimg = "tezi-metadata:do_deploy" +IMAGE_DEPENDS_teziimg = "tezi-metadata:do_deploy virtual/bootloader" def rootfs_get_size(d): import subprocess -- cgit v1.2.3