summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>