summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-26 11:30:58 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-26 11:30:58 +0000
commit39811ea4ae7f49ce27b6206727ffd929aed986dd (patch)
treed14ad591447f7f64dcb966c1c48de1cbaa361d54
parent0a6997fcdc1e742de84d19824c0447a62eea9d42 (diff)
downloadpoky-39811ea4ae7f49ce27b6206727ffd929aed986dd.tar.gz
qemuarm: No longer generate ext2 images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@428 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--openembedded/conf/machine/qemuarm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/conf/machine/qemuarm.conf b/openembedded/conf/machine/qemuarm.conf
index 251206e2f2..78b1fe33fc 100644
--- a/openembedded/conf/machine/qemuarm.conf
+++ b/openembedded/conf/machine/qemuarm.conf
@@ -39,7 +39,7 @@ ppp ppp-dialin openswan wpa-supplicant-nossl alsa-utils-alsactl alsa-utils-alsam
39#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-irda kernel-module-ircomm \ 39#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-irda kernel-module-ircomm \
40# kernel-module-ircomm-tty kernel-module-irlan kernel-module-irnet kernel-module-ir-usb" 40# kernel-module-ircomm-tty kernel-module-irlan kernel-module-irnet kernel-module-ir-usb"
41 41
42IMAGE_FSTYPES = "ext2 tar.bz2" 42IMAGE_FSTYPES = "tar.bz2"
43 43
44ROOT_FLASH_SIZE = "100" 44ROOT_FLASH_SIZE = "100"
45# actually that should really read ROOTFS_SIZE = "100", because with modern kernels, 45# actually that should really read ROOTFS_SIZE = "100", because with modern kernels,