machine/qemu: Set image size in common file

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1132 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-01-08 23:57:52 +00:00
parent 10b9b4aa9d
commit 1cacbe3d99
3 changed files with 3 additions and 6 deletions

View File

@ -3,8 +3,9 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive"
GUI_MACHINE_CLASS = "bigscreen"
GPE_EXTRA_INSTALL += "gaim sylpheed"
MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget"
MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen"
IMAGE_FSTYPES ?= "tar.bz2 ext2"
ROOT_FLASH_SIZE = "100"
ROOT_FLASH_SIZE = "200"
IMAGE_ROOTFS_SIZE_ext2 = "200000"

View File

@ -13,5 +13,3 @@ SERIAL_CONSOLE = "115200 ttyAMA0"
PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
MACHINE_TASK_PROVIDER = "task-base"
IMAGE_ROOTFS_SIZE_ext2 = "200000"

View File

@ -15,5 +15,3 @@ GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"
MACHINE_TASK_PROVIDER = "task-base"
IMAGE_ROOTFS_SIZE_ext2 = "200000"