diff options
Diffstat (limited to 'meta/recipes-core/images')
| -rw-r--r-- | meta/recipes-core/images/build-appliance-image_15.0.0.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-core/images/core-image-minimal.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb b/meta/recipes-core/images/build-appliance-image_15.0.0.bb index 1176311ff9..17e06a0569 100644 --- a/meta/recipes-core/images/build-appliance-image_15.0.0.bb +++ b/meta/recipes-core/images/build-appliance-image_15.0.0.bb | |||
| @@ -34,7 +34,7 @@ SRC_URI = "git://git.yoctoproject.org/poky \ | |||
| 34 | RECIPE_NO_UPDATE_REASON = "Recipe is recursive and handled as part of the release process" | 34 | RECIPE_NO_UPDATE_REASON = "Recipe is recursive and handled as part of the release process" |
| 35 | BA_INCLUDE_SOURCES ??= "0" | 35 | BA_INCLUDE_SOURCES ??= "0" |
| 36 | 36 | ||
| 37 | IMAGE_CMD_ext4_append () { | 37 | IMAGE_CMD:ext4:append () { |
| 38 | # We don't need to reserve much space for root, 0.5% is more than enough | 38 | # We don't need to reserve much space for root, 0.5% is more than enough |
| 39 | tune2fs -m 0.5 ${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.ext4 | 39 | tune2fs -m 0.5 ${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.ext4 |
| 40 | } | 40 | } |
diff --git a/meta/recipes-core/images/core-image-minimal.bb b/meta/recipes-core/images/core-image-minimal.bb index 19f27f8395..84343adcd8 100644 --- a/meta/recipes-core/images/core-image-minimal.bb +++ b/meta/recipes-core/images/core-image-minimal.bb | |||
| @@ -9,4 +9,4 @@ LICENSE = "MIT" | |||
| 9 | inherit core-image | 9 | inherit core-image |
| 10 | 10 | ||
| 11 | IMAGE_ROOTFS_SIZE ?= "8192" | 11 | IMAGE_ROOTFS_SIZE ?= "8192" |
| 12 | IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "", d)}" | 12 | IMAGE_ROOTFS_EXTRA_SPACE:append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "", d)}" |
