summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2020-01-26 15:58:59 +0100
committerMing Liu <liu.ming50@gmail.com>2020-01-30 16:07:04 +0100
commit01282c3e9ecb1aff1afd58d53f83f4a98ea934a6 (patch)
tree3ac3ac374b7ec6e963c3ba05514d05cce884345c
parentf080cbbd1230dc4c371e15abc9bf1a77c8f1bb0f (diff)
downloadmeta-updater-01282c3e9ecb1aff1afd58d53f83f4a98ea934a6.tar.gz
initramfs-ostree-image: drop image_repo_manifest from IMAGE_CLASSES
We should remove image_repo_manifest from IMAGE_CLASSES instead of dropping buildinfo_manifest from IMAGE_PREPROCESS_COMMAND, which would ensure the entire class not to be inherited. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
-rw-r--r--recipes-core/images/initramfs-ostree-image.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/images/initramfs-ostree-image.bb b/recipes-core/images/initramfs-ostree-image.bb
index 7e03f3d..936c59a 100644
--- a/recipes-core/images/initramfs-ostree-image.bb
+++ b/recipes-core/images/initramfs-ostree-image.bb
@@ -13,6 +13,8 @@ IMAGE_LINGUAS = ""
13 13
14LICENSE = "MIT" 14LICENSE = "MIT"
15 15
16IMAGE_CLASSES_remove = "image_repo_manifest"
17
16IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" 18IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
17 19
18# Avoid circular dependencies 20# Avoid circular dependencies
@@ -28,5 +30,3 @@ IMAGE_ROOTFS_EXTRA_SPACE = "0"
28IMAGE_OVERHEAD_FACTOR = "1.0" 30IMAGE_OVERHEAD_FACTOR = "1.0"
29 31
30BAD_RECOMMENDATIONS += "busybox-syslog" 32BAD_RECOMMENDATIONS += "busybox-syslog"
31
32IMAGE_PREPROCESS_COMMAND_remove = "buildinfo_manifest;"