diff options
author | lbonn <lbonn@users.noreply.github.com> | 2019-08-19 11:06:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-19 11:06:47 +0200 |
commit | dbfd001ae9ea1092b61ba82ef9b0758a1228543c (patch) | |
tree | 25e62817dbe8f2ad5e5b7b3ebf782c732aca023a /recipes-core/images/initramfs-ostree-image.bb | |
parent | 26ebe50b22ffb8069e5eac2dfbed9ce128adf4b0 (diff) | |
parent | 285591672866e37781f6049a05b88b1921394372 (diff) | |
download | meta-updater-dbfd001ae9ea1092b61ba82ef9b0758a1228543c.tar.gz |
Backport/sumo 19 08 14 (#580)
Backport/sumo 19 08 14
Diffstat (limited to 'recipes-core/images/initramfs-ostree-image.bb')
-rw-r--r-- | recipes-core/images/initramfs-ostree-image.bb | 3 |
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 b2d9e27..26a70d3 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 | ||
16 | IMAGE_FSTYPES = "${OSTREE_INITRAMFS_FSTYPES}" | 16 | IMAGE_FSTYPES = "${OSTREE_INITRAMFS_FSTYPES}" |
17 | 17 | ||
18 | # Avoid circular dependencies | ||
19 | EXTRA_IMAGEDEPENDS = "" | ||
20 | |||
18 | inherit core-image | 21 | inherit core-image |
19 | 22 | ||
20 | IMAGE_ROOTFS_SIZE = "8192" | 23 | IMAGE_ROOTFS_SIZE = "8192" |