summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-08-20 23:37:49 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-08-28 23:59:28 +0300
commit12b0f2db3794b25c976b037650670caca77a7293 (patch)
treea30573fd4ff4571ba4caee40db7b2c9755412a9b
parent9317527ce18034069b9c77d7ee94cbd4d205b9f9 (diff)
downloadmeta-raspberrypi-12b0f2db3794b25c976b037650670caca77a7293.tar.gz
README: Add instructions for compressed deployed files
[GITHUB #39] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 0007c0f..e820df0 100644
--- a/README
+++ b/README
@@ -60,8 +60,16 @@ How to use it:
603 Set MACHINE to raspberrypi in local.conf 603 Set MACHINE to raspberrypi in local.conf
614. Modify distro to DISTRO ?= "poky-raspberrypi" in local.conf 614. Modify distro to DISTRO ?= "poky-raspberrypi" in local.conf
625. bitbake rpi-hwup-image 625. bitbake rpi-hwup-image
636. dd to a SD card the generated sdimg file 636. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used)
647. Boot your RPI. 647. Boot your RPI.
65 65
66Optional - compressed deployed files:
67
681. Overwrite IMAGE_FSTYPES in local.conf
69 IMAGE_FSTYPES = "tar.bz2 ext3.xz rpi-sdimg.xz
702. 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
66Layer maintainer: John Willis <John.Willis at distant-earth.com> 74Layer maintainer: John Willis <John.Willis at distant-earth.com>
67 Andrei Gherzan <andrei at gherzan.ro> 75 Andrei Gherzan <andrei at gherzan.ro>