From: Simon Busch Date: Wed, 5 Jan 2011 18:03:22 +0000 (+0100) Subject: palmpre machine: switch to .tar.gz format for rootfs X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ffc76fcd2f2a98b0d3a2ea6240ab3026886e7c4;p=openembedded.git palmpre machine: switch to .tar.gz format for rootfs Signed-off-by: Simon Busch --- diff --git a/conf/machine/palmpre.conf b/conf/machine/palmpre.conf index 7aee4488eb..eec6b6a29d 100644 --- a/conf/machine/palmpre.conf +++ b/conf/machine/palmpre.conf @@ -25,8 +25,7 @@ MACHINE_KERNEL_PR = "r92" # Put it below omap3.inc as we override the kernel here PREFERRED_PROVIDER_virtual/kernel = "linux-palmpre" - -IMAGE_FSTYPES += "tar.bz2" +IMAGE_FSTYPES += "tar.gz" # Let's keep the following three from the beagleboard machine config UBOOT_MACHINE = "omap3_beagle_config"