mirror of
https://git.yoctoproject.org/poky
synced 2026-04-08 08:02:23 +02: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"
|
||||
IMAGE_ROOTFS_SIZE_ext2 ?= "280000"
|
||||
IMAGE_ROOTFS_SIZE_ext3 ?= "280000"
|
||||
|
||||
# Don't include kernels in standard images
|
||||
RDEPENDS_kernel-base = ""
|
||||
|
||||
Reference in New Issue
Block a user