[yocto] [meta-raspberrypi][PATCH v2 2/2] README: Fix IMAGE_FSTYPES example

Paul Barker paul at paulbarker.me.uk
Mon Sep 2 13:11:50 PDT 2013


The SD image is always created with the extension "rpi-sdimg" and this cannot be
changed by editing IMAGE_FSTYPES.

Signed-off-by: Paul Barker <paul at paulbarker.me.uk>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 6f947c7..8fdfdd2 100644
--- a/README
+++ b/README
@@ -109,7 +109,7 @@ How to use it:
 2.A. Optional - compressed deployed files:
 ==========================================
 1. Overwrite IMAGE_FSTYPES in local.conf
-	IMAGE_FSTYPES = "tar.bz2 ext3.xz rpi-sdimg.xz
+	IMAGE_FSTYPES = "tar.bz2 ext3.xz"
 2. Overwrite SDIMG_ROOTFS_TYPE in local.conf
 	SDIMG_ROOTFS_TYPE = "ext3.xz"
 3. Overwrite SDIMG_COMPRESSION in local.conf
-- 
1.8.4




More information about the yocto mailing list