diff options
author | Lukas Gorris <lukas.gorris@gmail.com> | 2009-02-28 21:20:24 +0100 |
---|---|---|
committer | Lukas Gorris <lukas.gorris@gmail.com> | 2009-02-28 21:20:24 +0100 |
commit | f2a7ae73425e2efa056ff8dfe0794a4b8204e570 (patch) | |
tree | b581634ade55f3b2d3c8554153ab77665373e7e0 | |
parent | 0a900df05bdfc3e02ca7fad610b7bfca4cad7674 (diff) |
linux-msm7xxxx don't create .cpio.gz images
-rw-r--r-- | conf/machine/include/htc-msm7.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/htc-msm7.inc b/conf/machine/include/htc-msm7.inc index 3b26e0be35..5d7596f38d 100644 --- a/conf/machine/include/htc-msm7.inc +++ b/conf/machine/include/htc-msm7.inc @@ -16,7 +16,7 @@ MACHINE_CLASS = "htc-msm7" MACHINE_FEATURES = "kernel26 touchscreen screen phone gps usb keyboard" # filesystems -IMAGE_FSTYPES = "tar.gz cpio.gz" +IMAGE_FSTYPES = "tar.gz" # CPU require conf/machine/include/tune-arm1136-novfp.inc |