summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-02-10 14:10:03 +0100
committerGitHub <noreply@github.com>2020-02-10 14:10:03 +0100
commitb0c3af35eb9c2add2b7cbb02d57820b8f909cdb6 (patch)
tree932cf0ebe11893949a47d8246da0525842b34e43 /recipes-core
parent6eef6a93107b5d50fc2c3e227c2754db30dbb51a (diff)
parent3a2fecfc1d78e4b161f7180f35fc7d0a1a967ae6 (diff)
downloadmeta-updater-b0c3af35eb9c2add2b7cbb02d57820b8f909cdb6.tar.gz
Merge pull request #669 from liuming50/fix-some-problems-in-image-recipes
Fix some problems in image recipes
Diffstat (limited to 'recipes-core')
-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;"