diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-02-15 09:27:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-15 09:27:41 +0100 |
commit | 59b9fa9a1410f83b1146b48e961b0f2be95415d7 (patch) | |
tree | 231f2a950c126e2ae7663d05c85c3655638cc50a /recipes-core | |
parent | b6bec0a5abe3dba3907e06af63335ad9e4c9d9e0 (diff) | |
parent | 84913d17a11cbc3ec357ed91bdc725db6b639469 (diff) | |
download | meta-updater-59b9fa9a1410f83b1146b48e961b0f2be95415d7.tar.gz |
Merge pull request #254 from rsalveti/initramfs
Replace INITRAMFS_FSTYPES with OSTREE_INITRAMFS_FSTYPES
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/initramfs-ostree-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/images/initramfs-ostree-image.bb b/recipes-core/images/initramfs-ostree-image.bb index e77499e..b2d9e27 100644 --- a/recipes-core/images/initramfs-ostree-image.bb +++ b/recipes-core/images/initramfs-ostree-image.bb | |||
@@ -13,7 +13,7 @@ IMAGE_LINGUAS = "" | |||
13 | 13 | ||
14 | LICENSE = "MIT" | 14 | LICENSE = "MIT" |
15 | 15 | ||
16 | IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" | 16 | IMAGE_FSTYPES = "${OSTREE_INITRAMFS_FSTYPES}" |
17 | 17 | ||
18 | inherit core-image | 18 | inherit core-image |
19 | 19 | ||