diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-20 23:37:49 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-28 23:59:28 +0300 |
commit | 12b0f2db3794b25c976b037650670caca77a7293 (patch) | |
tree | a30573fd4ff4571ba4caee40db7b2c9755412a9b | |
parent | 9317527ce18034069b9c77d7ee94cbd4d205b9f9 (diff) | |
download | meta-raspberrypi-12b0f2db3794b25c976b037650670caca77a7293.tar.gz |
README: Add instructions for compressed deployed files
[GITHUB #39]
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | README | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -60,8 +60,16 @@ How to use it: | |||
60 | 3 Set MACHINE to raspberrypi in local.conf | 60 | 3 Set MACHINE to raspberrypi in local.conf |
61 | 4. Modify distro to DISTRO ?= "poky-raspberrypi" in local.conf | 61 | 4. Modify distro to DISTRO ?= "poky-raspberrypi" in local.conf |
62 | 5. bitbake rpi-hwup-image | 62 | 5. bitbake rpi-hwup-image |
63 | 6. dd to a SD card the generated sdimg file | 63 | 6. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) |
64 | 7. Boot your RPI. | 64 | 7. Boot your RPI. |
65 | 65 | ||
66 | Optional - compressed deployed files: | ||
67 | |||
68 | 1. Overwrite IMAGE_FSTYPES in local.conf | ||
69 | IMAGE_FSTYPES = "tar.bz2 ext3.xz rpi-sdimg.xz | ||
70 | 2. Overwrite SDIMG_ROOTFS_TYPE in local.conf | ||
71 | SDIMG_ROOTFS_TYPE = "ext3.xz" | ||
72 | *Accommodate the values above to your own needs (ex: ext3 / ext4). | ||
73 | |||
66 | Layer maintainer: John Willis <John.Willis at distant-earth.com> | 74 | Layer maintainer: John Willis <John.Willis at distant-earth.com> |
67 | Andrei Gherzan <andrei at gherzan.ro> | 75 | Andrei Gherzan <andrei at gherzan.ro> |