summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
index a667848..ddce089 100644
--- a/README
+++ b/README
@@ -28,4 +28,24 @@ It is preferred that people raise pull requests using GIThub by forking the appr
28 https://github.com/djwillis/ 28 https://github.com/djwillis/
29 (More info on achieving this can be found at http://help.github.com/send-pull-requests/) 29 (More info on achieving this can be found at http://help.github.com/send-pull-requests/)
30 30
31 Yocto BSP Layer - RaspberryPi
32-------------------------------
33
34This layer depends on:
35
36URI: git://git.yoctoproject.org/poky
37branch: master
38revision: HEAD
39
40How to use it:
41
421. source poky/oe-init-build-env rpi-build
432. Add meta-raspberrypi in bblayers.conf
443 Set MACHINE to raspberrypi in local.conf
454. Modify distro to DISTRO ?= "poky-raspberrypi" in local.conf
465. bitbake rpi-hwup-image
476. dd to a SD card the generated sdimg file
487. Boot your RPI.
49
31Layer maintainer: John Willis <John.Willis at distant-earth.com> 50Layer maintainer: John Willis <John.Willis at distant-earth.com>
51 Andrei Gherzan <andrei at gherzan.ro>