summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2015-02-08 00:32:47 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2015-02-08 14:46:42 +0200
commit54c5451a04a2b6601ca729038780d4e4eb69437e (patch)
treeb405014d16088caf10f606481942980abde4e2a7 /README
parentdedd45f4f819b0b7b2d13ce7ce71e3fa92832bd4 (diff)
downloadmeta-raspberrypi-54c5451a04a2b6601ca729038780d4e4eb69437e.tar.gz
Add support for Raspberry PI 2
Add machine configuration file. Change the kernel image name on SD card. Use the defconfig for this machine (bcm2709_defconfig). Change-Id: I6549d5f49b1ed32ef4d44aca6f7af4234618c1a8 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index bb2f4be..2a3a79e 100644
--- a/README
+++ b/README
@@ -68,7 +68,7 @@ How to use it:
681. source poky/oe-init-build-env rpi-build 681. source poky/oe-init-build-env rpi-build
692. Add needed layer to bblayers.conf: 692. Add needed layer to bblayers.conf:
70 - meta-raspberrypi 70 - meta-raspberrypi
713 Set MACHINE to raspberrypi in local.conf 713 Set MACHINE to "raspberrypi"/"raspberrypi2" in local.conf
724. bitbake rpi-hwup-image 724. bitbake rpi-hwup-image
735. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used) 735. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used)
746. Boot your RPI. 746. Boot your RPI.