From 54a65084b844afa651d2746006fe917d84febc9f Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Mon, 11 May 2020 13:53:22 +0200 Subject: initramfs-ostree-image: drop qemuboot from IMAGE_CLASSES To avoid generating a qemuboot.conf for qemu machines, it's useless for a initramfs image. Signed-off-by: Ming Liu --- recipes-core/images/initramfs-ostree-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/images/initramfs-ostree-image.bb b/recipes-core/images/initramfs-ostree-image.bb index 936c59a..bc21ed3 100644 --- a/recipes-core/images/initramfs-ostree-image.bb +++ b/recipes-core/images/initramfs-ostree-image.bb @@ -13,7 +13,7 @@ IMAGE_LINGUAS = "" LICENSE = "MIT" -IMAGE_CLASSES_remove = "image_repo_manifest" +IMAGE_CLASSES_remove = "image_repo_manifest qemuboot" IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" -- cgit v1.2.3-54-g00ecf