aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/netvista.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-08-27 16:35:59 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-08-27 16:35:59 +0000
commit36433bdc0e94f518ef2ee66d9b15f7ffe01f7d0c (patch)
treef7f4a7d8563617b621634faf068f2e07c5005c72 /conf/machine/netvista.conf
parent4012ee3240c15fdb40288596d0111b22ffcbf71e (diff)
downloadopenembedded-36433bdc0e94f518ef2ee66d9b15f7ffe01f7d0c.tar.gz
bitbake.conf: Remove old style IMAGE_FSTYPE in favour of IMAGE_FSTYPES (which is weakly set to a default allowing machines to override/append) (from poky)
Diffstat (limited to 'conf/machine/netvista.conf')
-rw-r--r--conf/machine/netvista.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/netvista.conf b/conf/machine/netvista.conf
index 9d483d4c55..2b9b572024 100644
--- a/conf/machine/netvista.conf
+++ b/conf/machine/netvista.conf
@@ -7,13 +7,13 @@ PREFERRED_PROVIDER_xserver = "xserver-xorg"
PREFERRED_PROVIDER_virtual/kernel = "linux-netvista"
BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils"
#BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules"
-#IMAGE_FSTYPE = "cramfs"
+#IMAGE_FSTYPES = "cramfs"
EXTRA_IMAGEDEPENDS = ""
SERIAL_CONSOLE = "ttyS0 115200 vt100"
TARGET_VENDOR = "-oe"
PREFERRED_PROVIDERS_append = " virtual/kernel:linux-netvista"
-IMAGE_FSTYPE = "ext2"
+IMAGE_FSTYPES = "ext2"
GUI_MACHINE_CLASS = "bigscreen"
GPE_EXTRA_INSTALL += "gaim sylpheed gpe-mini-browser abiword"