summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/images')
-rw-r--r--meta/recipes-core/images/build-appliance-image_12.0.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/images/build-appliance-image_12.0.1.bb b/meta/recipes-core/images/build-appliance-image_12.0.1.bb
index 8e71b36ba1..0a86ba4b3d 100644
--- a/meta/recipes-core/images/build-appliance-image_12.0.1.bb
+++ b/meta/recipes-core/images/build-appliance-image_12.0.1.bb
@@ -14,7 +14,7 @@ IMAGE_FEATURES += "x11-base package-management splash"
14IMAGE_ROOTFS_EXTRA_SPACE = "41943040" 14IMAGE_ROOTFS_EXTRA_SPACE = "41943040"
15 15
16# Do a quiet boot with limited console messages 16# Do a quiet boot with limited console messages
17APPEND += "quiet" 17APPEND += "rootfstype=ext4 quiet"
18 18
19DEPENDS = "zip-native" 19DEPENDS = "zip-native"
20IMAGE_FSTYPES = "vmdk" 20IMAGE_FSTYPES = "vmdk"
@@ -27,9 +27,9 @@ SRC_URI = "git://git.yoctoproject.org/poky \
27 file://Yocto_Build_Appliance.vmxf \ 27 file://Yocto_Build_Appliance.vmxf \
28 " 28 "
29 29
30IMAGE_CMD_ext3_append () { 30IMAGE_CMD_ext4_append () {
31 # We don't need to reserve much space for root, 0.5% is more than enough 31 # We don't need to reserve much space for root, 0.5% is more than enough
32 tune2fs -m 0.5 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3 32 tune2fs -m 0.5 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext4
33} 33}
34 34
35fakeroot do_populate_poky_src () { 35fakeroot do_populate_poky_src () {