summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-07-25 13:23:46 +0200
committerGitHub <noreply@github.com>2019-07-25 13:23:46 +0200
commit34591f25071df55ccadf01fa33076578583f5db4 (patch)
tree021b467a4f3055dcc723f9d694bc3a48898f09ef
parentedd1c685cebfcf3da112e621fc3c89a9a8d343bf (diff)
parente556e32c8449fc324481d0d74682f5e04a191477 (diff)
downloadmeta-updater-34591f25071df55ccadf01fa33076578583f5db4.tar.gz
Merge pull request #566 from ricardosalveti/initramfs
initramfs-ostree-image: unset EXTRA_IMAGEDEPENDS to avoid extra dependencies
-rw-r--r--recipes-core/images/initramfs-ostree-image.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/images/initramfs-ostree-image.bb b/recipes-core/images/initramfs-ostree-image.bb
index e77499e..b21be1c 100644
--- a/recipes-core/images/initramfs-ostree-image.bb
+++ b/recipes-core/images/initramfs-ostree-image.bb
@@ -15,6 +15,9 @@ LICENSE = "MIT"
15 15
16IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" 16IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
17 17
18# Avoid circular dependencies
19EXTRA_IMAGEDEPENDS = ""
20
18inherit core-image 21inherit core-image
19 22
20IMAGE_ROOTFS_SIZE = "8192" 23IMAGE_ROOTFS_SIZE = "8192"