mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
README: Fix IMAGE_FSTYPES example
The SD image is always created with the extension "rpi-sdimg" and this cannot be changed by editing IMAGE_FSTYPES. Change-Id: I7336e8c698f13fba14ef9cc9bf6c0b262bf261e5 Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
This commit is contained in:
parent
164e87c291
commit
bb665e7140
2
README
2
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user