mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
qemu targets: added IMAGE_ROOTFS_SIZE for ext3 filesystems
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5268 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -9,6 +9,7 @@ IMAGE_FSTYPES ?= "tar.bz2 ext2"
|
|||||||
|
|
||||||
ROOT_FLASH_SIZE = "280"
|
ROOT_FLASH_SIZE = "280"
|
||||||
IMAGE_ROOTFS_SIZE_ext2 ?= "280000"
|
IMAGE_ROOTFS_SIZE_ext2 ?= "280000"
|
||||||
|
IMAGE_ROOTFS_SIZE_ext3 ?= "280000"
|
||||||
|
|
||||||
# Don't include kernels in standard images
|
# Don't include kernels in standard images
|
||||||
RDEPENDS_kernel-base = ""
|
RDEPENDS_kernel-base = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user