mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
build-appliance-image: use ext4 for rootfs
Changes due to IMAGES_FSTYPES "vmdk" and "vdi" now defaulting to ext4. Switching Build Appliance to Ext4 will bring it more in-line with other BSPs. [YOCTO #8096] (From OE-Core rev: 0c747865f761d825c8a9b826d843573e5aac3ca5) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
407d156245
commit
7cc816b9ff
@@ -14,7 +14,7 @@ IMAGE_FEATURES += "x11-base package-management splash"
|
||||
IMAGE_ROOTFS_EXTRA_SPACE = "41943040"
|
||||
|
||||
# Do a quiet boot with limited console messages
|
||||
APPEND += "quiet"
|
||||
APPEND += "rootfstype=ext4 quiet"
|
||||
|
||||
DEPENDS = "zip-native"
|
||||
IMAGE_FSTYPES = "vmdk"
|
||||
@@ -27,9 +27,9 @@ SRC_URI = "git://git.yoctoproject.org/poky \
|
||||
file://Yocto_Build_Appliance.vmxf \
|
||||
"
|
||||
|
||||
IMAGE_CMD_ext3_append () {
|
||||
IMAGE_CMD_ext4_append () {
|
||||
# We don't need to reserve much space for root, 0.5% is more than enough
|
||||
tune2fs -m 0.5 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3
|
||||
tune2fs -m 0.5 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext4
|
||||
}
|
||||
|
||||
fakeroot do_populate_poky_src () {
|
||||
|
||||
Reference in New Issue
Block a user