mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 19:16:52 +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:
parent
92116e3085
commit
2c002e3a86
@ -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 = ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user