summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2016-04-04 21:31:01 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2016-04-13 05:08:23 +0200
commitd4937175093cf6868db4a10da235750261dfea2b (patch)
tree47812b6aa5e665441b72c85a5b92987311ede487
parent9b6cdaf826b9efb636f508a32251cefb704e2c93 (diff)
downloadmeta-raspberrypi-d4937175093cf6868db4a10da235750261dfea2b.tar.gz
README: Mention all the supported machines
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 3a7735c..ec9f905 100644
--- a/README
+++ b/README
@@ -73,7 +73,11 @@ revision: HEAD
73a. source poky/oe-init-build-env rpi-build 73a. source poky/oe-init-build-env rpi-build
74b. Add needed layer to bblayers.conf: 74b. Add needed layer to bblayers.conf:
75 - meta-raspberrypi 75 - meta-raspberrypi
76c. Set MACHINE to "raspberrypi"/"raspberrypi2" in local.conf 76c. Set MACHINE in local.conf to one of the supported boards:
77 - raspberrypi
78 - raspberrypi0
79 - raspberrypi2
80 - raspberrypi3
77d. bitbake rpi-hwup-image 81d. bitbake rpi-hwup-image
78e. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) 82e. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used)
79f. Boot your RPI. 83f. Boot your RPI.