diff options
author | Ming Liu <ming.liu@toradex.com> | 2020-05-11 13:53:22 +0200 |
---|---|---|
committer | Ming Liu <ming.liu@toradex.com> | 2020-05-11 13:54:48 +0200 |
commit | 77465720c9bf36cc6156e091e8e5e46a79586cc5 (patch) | |
tree | 0ca0e7ba78c5ce7a9a374a9a51f06eaba6c128c6 /recipes-core/images/initramfs-ostree-image.bb | |
parent | 82d7e04924f847bccba3136d1602d5646486a926 (diff) | |
download | meta-updater-77465720c9bf36cc6156e091e8e5e46a79586cc5.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>
Diffstat (limited to 'recipes-core/images/initramfs-ostree-image.bb')
-rw-r--r-- | recipes-core/images/initramfs-ostree-image.bb | 2 |
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 | ||
14 | LICENSE = "MIT" | 14 | LICENSE = "MIT" |
15 | 15 | ||
16 | IMAGE_CLASSES_remove = "image_repo_manifest" | 16 | IMAGE_CLASSES_remove = "image_repo_manifest qemuboot" |
17 | 17 | ||
18 | IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" | 18 | IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" |
19 | 19 | ||