diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 16:35:59 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 16:35:59 +0000 |
commit | 36433bdc0e94f518ef2ee66d9b15f7ffe01f7d0c (patch) | |
tree | f7f4a7d8563617b621634faf068f2e07c5005c72 /conf/machine/sun4cdm.conf | |
parent | 4012ee3240c15fdb40288596d0111b22ffcbf71e (diff) |
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/sun4cdm.conf')
-rw-r--r-- | conf/machine/sun4cdm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/sun4cdm.conf b/conf/machine/sun4cdm.conf index 5376be0dda..36974d1336 100644 --- a/conf/machine/sun4cdm.conf +++ b/conf/machine/sun4cdm.conf @@ -1,6 +1,6 @@ TARGET_ARCH = "sparc" -IMAGE_FSTYPE = "cramfs" +IMAGE_FSTYPES = "cramfs" BOOTSTRAP_EXTRA_RDEPENDS = "kernel module-init-tools udev" |