summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemuarm.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 12:10:38 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 12:10:38 +0000
commitbae63d32a229ae899997521980b28ac3cf0c2b71 (patch)
tree56d696882bf8dc90dc3fd6b481b4212537e40de1 /meta/conf/machine/qemuarm.conf
parentc67f4bc8202417875f3a4878047fde3e561582be (diff)
downloadpoky-bae63d32a229ae899997521980b28ac3cf0c2b71.tar.gz
conf/machines: Set IMAGE_FSTYPE correctly for each machine
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@533 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/qemuarm.conf')
-rw-r--r--meta/conf/machine/qemuarm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf
index 3341efd1a7..40de141fd5 100644
--- a/meta/conf/machine/qemuarm.conf
+++ b/meta/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 = "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,