diff options
author | Ming Liu <liu.ming50@gmail.com> | 2020-01-26 15:58:59 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2020-02-28 13:39:38 +0100 |
commit | 45ca7786ffa34a2b640a5637675eaeeb595dad85 (patch) | |
tree | 3f36d48096c884bdb667bb19c6687b580cb7865f /recipes-core/images | |
parent | b7817c31a5c2096259be9715b44bd750a1d44acf (diff) | |
download | meta-updater-45ca7786ffa34a2b640a5637675eaeeb595dad85.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>
Diffstat (limited to 'recipes-core/images')
-rw-r--r-- | recipes-core/images/initramfs-ostree-image.bb | 4 |
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 | ||
14 | LICENSE = "MIT" | 14 | LICENSE = "MIT" |
15 | 15 | ||
16 | IMAGE_CLASSES_remove = "image_repo_manifest" | ||
17 | |||
16 | IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" | 18 | IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" |
17 | 19 | ||
18 | # Avoid circular dependencies | 20 | # Avoid circular dependencies |
@@ -28,5 +30,3 @@ IMAGE_ROOTFS_EXTRA_SPACE = "0" | |||
28 | IMAGE_OVERHEAD_FACTOR = "1.0" | 30 | IMAGE_OVERHEAD_FACTOR = "1.0" |
29 | 31 | ||
30 | BAD_RECOMMENDATIONS += "busybox-syslog" | 32 | BAD_RECOMMENDATIONS += "busybox-syslog" |
31 | |||
32 | IMAGE_PREPROCESS_COMMAND_remove = "buildinfo_manifest;" | ||