summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-09-06 00:40:22 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-09-06 00:58:43 +0300
commit7b57199e0e2894d22283eb96021216faa9781e9e (patch)
tree6cfba734058b08d3fed4deac58e8e2ae696f1758
parenta3bd3dba786c8d6d558006b5a879ea4e3aa8e872 (diff)
downloadmeta-raspberrypi-7b57199e0e2894d22283eb96021216faa9781e9e.tar.gz
README: Instruct users to add BBMASK as distro file was removed
[GITHUB #57] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index ba30e14..1a5259b 100644
--- a/README
+++ b/README
@@ -64,7 +64,8 @@ How to use it:
64 - meta-raspberrypi 64 - meta-raspberrypi
65 - meta-openembedded/meta-oe 65 - meta-openembedded/meta-oe
663 Set MACHINE to raspberrypi in local.conf 663 Set MACHINE to raspberrypi in local.conf
674. Modify distro to DISTRO ?= "poky-raspberrypi" in local.conf 674. Add to local.conf:
68 BBMASK = "rpi-zram-service"
685. bitbake rpi-hwup-image 695. bitbake rpi-hwup-image
696. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) 706. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used)
707. Boot your RPI. 717. Boot your RPI.