diff options
author | David Lanzendörfer <david.lanzendoerfer@o2s.ch> | 2009-10-22 20:44:17 +0000 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-24 04:23:22 +0100 |
commit | b1f2058fa03aac97c84174d8c8b32b630ed6aad5 (patch) | |
tree | 06e0b1c620947f32fffc0a7772bf1b78b1b73e88 | |
parent | 578474378e6df1ceb22f063f13c29ba3cba61c84 (diff) |
conf/machine/include/htc-msm7.inc: Remove IMAGE_FSTYPES assignment
Removed filesystems declaration from conf/machine/include/htc-msm7.inc
because it should been already decleared in ${build}/conf/local.conf.
-rw-r--r-- | conf/machine/include/htc-msm7.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/include/htc-msm7.inc b/conf/machine/include/htc-msm7.inc index 5d7596f38d..f2164bd424 100644 --- a/conf/machine/include/htc-msm7.inc +++ b/conf/machine/include/htc-msm7.inc @@ -15,9 +15,6 @@ MACHINE_CLASS = "htc-msm7" # features MACHINE_FEATURES = "kernel26 touchscreen screen phone gps usb keyboard" -# filesystems -IMAGE_FSTYPES = "tar.gz" - # CPU require conf/machine/include/tune-arm1136-novfp.inc |