aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/epia.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/epia.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/epia.conf')
-rw-r--r--conf/machine/epia.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/epia.conf b/conf/machine/epia.conf
index dd6b0f0b93..e82da27574 100644
--- a/conf/machine/epia.conf
+++ b/conf/machine/epia.conf
@@ -1,7 +1,7 @@
TARGET_ARCH = "i586"
TARGET_VENDOR = "-oe"
PREFERRED_PROVIDER_virtual/kernel = "linux-epia"
-IMAGE_FSTYPE = "ext2.gz"
+IMAGE_FSTYPES = "ext2.gz"
BOOTSTRAP_EXTRA_RDEPENDS = "pciutils udev kernel-modules"
udevdir = "/dev"
OLDEST_KERNEL = "2.6.5"