diff options
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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 | |||
34 | This layer depends on: | ||
35 | |||
36 | URI: git://git.yoctoproject.org/poky | ||
37 | branch: master | ||
38 | revision: HEAD | ||
39 | |||
40 | How to use it: | ||
41 | |||
42 | 1. source poky/oe-init-build-env rpi-build | ||
43 | 2. Add meta-raspberrypi in bblayers.conf | ||
44 | 3 Set MACHINE to raspberrypi in local.conf | ||
45 | 4. Modify distro to DISTRO ?= "poky-raspberrypi" in local.conf | ||
46 | 5. bitbake rpi-hwup-image | ||
47 | 6. dd to a SD card the generated sdimg file | ||
48 | 7. Boot your RPI. | ||
49 | |||
31 | Layer maintainer: John Willis <John.Willis at distant-earth.com> | 50 | Layer maintainer: John Willis <John.Willis at distant-earth.com> |
51 | Andrei Gherzan <andrei at gherzan.ro> | ||