summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-05-12 13:51:04 +0200
committerGitHub <noreply@github.com>2020-05-12 13:51:04 +0200
commitc47a487bdfd1b24eddd96263f85639d51915fc1f (patch)
tree94e12f918f780ccee5ee68030de505b8054fa2f5
parent810cc045392088eb8365e4928f303f2140d1484d (diff)
parent77465720c9bf36cc6156e091e8e5e46a79586cc5 (diff)
downloadmeta-updater-c47a487bdfd1b24eddd96263f85639d51915fc1f.tar.gz
Merge pull request #723 from liuming50/drop-qemuboot-from-initramfs-ostree-image
initramfs-ostree-image: drop qemuboot from IMAGE_CLASSES
-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