summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-05-11 13:53:22 +0200
committerLaurent Bonnans <laurent.bonnans@here.com>2020-06-02 12:05:40 +0200
commit54a65084b844afa651d2746006fe917d84febc9f (patch)
tree8d435b260b42c647582fbbecdacf81105ddaaab3
parentffd68bd40cfdd66d74787acb03b1de801b1a122c (diff)
downloadmeta-updater-54a65084b844afa651d2746006fe917d84febc9f.tar.gz
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 <ming.liu@toradex.com>
-rw-r--r--recipes-core/images/initramfs-ostree-image.bb2
1 files changed, 1 insertions, 1 deletions
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 = ""
13 13
14LICENSE = "MIT" 14LICENSE = "MIT"
15 15
16IMAGE_CLASSES_remove = "image_repo_manifest" 16IMAGE_CLASSES_remove = "image_repo_manifest qemuboot"
17 17
18IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" 18IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
19 19