diff options
| author | Paul Barker <paul@paulbarker.me.uk> | 2013-09-02 21:11:49 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-11-12 17:17:46 +0200 |
| commit | 164e87c29133b58450e218c596ebd3a9d2bace5e (patch) | |
| tree | fa7ca0cdddcf65077131cc05e9ef1f0226a89705 /README | |
| parent | c52d4b3da1e755f3fa9bd4cf2d1629a8015530f9 (diff) | |
| download | meta-raspberrypi-164e87c29133b58450e218c596ebd3a9d2bace5e.tar.gz | |
sdcard_image-rpi.bbclass: Allow optional compression
Image files will typically contain lots of null blocks and should compress well.
This will help with distribution of images over slow network links.
Change-Id: Icec7454ff61cd81a2872037037a93ce01191ece5
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -112,6 +112,8 @@ How to use it: | |||
| 112 | IMAGE_FSTYPES = "tar.bz2 ext3.xz rpi-sdimg.xz | 112 | IMAGE_FSTYPES = "tar.bz2 ext3.xz rpi-sdimg.xz |
| 113 | 2. Overwrite SDIMG_ROOTFS_TYPE in local.conf | 113 | 2. Overwrite SDIMG_ROOTFS_TYPE in local.conf |
| 114 | SDIMG_ROOTFS_TYPE = "ext3.xz" | 114 | SDIMG_ROOTFS_TYPE = "ext3.xz" |
| 115 | 3. Overwrite SDIMG_COMPRESSION in local.conf | ||
| 116 | SDIMG_COMPRESSION = "xz" | ||
| 115 | *Accommodate the values above to your own needs (ex: ext3 / ext4). | 117 | *Accommodate the values above to your own needs (ex: ext3 / ext4). |
| 116 | 118 | ||
| 117 | 2.B. Optional - GPU memory: | 119 | 2.B. Optional - GPU memory: |
