summaryrefslogtreecommitdiffstats
path: root/external/meta-updater/recipes-core/images/initramfs-ostree-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-updater/recipes-core/images/initramfs-ostree-image.bb')
-rw-r--r--external/meta-updater/recipes-core/images/initramfs-ostree-image.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/external/meta-updater/recipes-core/images/initramfs-ostree-image.bb b/external/meta-updater/recipes-core/images/initramfs-ostree-image.bb
index e77499e2..936c59a0 100644
--- a/external/meta-updater/recipes-core/images/initramfs-ostree-image.bb
+++ b/external/meta-updater/recipes-core/images/initramfs-ostree-image.bb
@@ -13,8 +13,13 @@ IMAGE_LINGUAS = ""
LICENSE = "MIT"
+IMAGE_CLASSES_remove = "image_repo_manifest"
+
IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
+# Avoid circular dependencies
+EXTRA_IMAGEDEPENDS = ""
+
inherit core-image
IMAGE_ROOTFS_SIZE = "8192"
@@ -25,5 +30,3 @@ IMAGE_ROOTFS_EXTRA_SPACE = "0"
IMAGE_OVERHEAD_FACTOR = "1.0"
BAD_RECOMMENDATIONS += "busybox-syslog"
-
-