diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2012-04-03 20:42:18 +0100 |
---|---|---|
committer | David-John Willis <John.Willis@Distant-earth.com> | 2012-04-03 20:42:18 +0100 |
commit | d15acac59e3ca4ceac90fa1c8f1d80ce85057cbb (patch) | |
tree | 76079af95565f2e36634eec23529ddba31674371 | |
download | meta-raspberrypi-d15acac59e3ca4ceac90fa1c8f1d80ce85057cbb.tar.gz |
README: Add layer overview.
-rw-r--r-- | README | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -0,0 +1,35 @@ | |||
1 | OpenEmbedded BSP Layer - RaspberryPi | ||
2 | -------------------------------------- | ||
3 | |||
4 | This is the general hardware specific BSP overlay for the RaspberryPi device. | ||
5 | It should be used with openembedded-core (not old-style org.openembedded.dev). | ||
6 | |||
7 | More information can be found at: | ||
8 | |||
9 | http://www.raspberrypi.org/ (Official Site) | ||
10 | http://www.distant-earth.com/ (My Site) | ||
11 | |||
12 | Build scripts to support making a firmware image for the RaspberryPi can be found at: | ||
13 | |||
14 | TODO: Fork Angstrom setup-scripts with layer added. | ||
15 | |||
16 | This layer depends on: | ||
17 | |||
18 | URI: git://git.openembedded.org/openembedded-core | ||
19 | branch: master | ||
20 | revision: HEAD | ||
21 | |||
22 | URI: git://git.openembedded.org/meta-openembedded | ||
23 | branch: master | ||
24 | revision: HEAD | ||
25 | |||
26 | URI: git://git.angstrom-distribution.org/meta-angstrom | ||
27 | branch: master | ||
28 | revision: HEAD | ||
29 | |||
30 | It is preferred that people raise pull requests using GIThub by forking the appropriate tree: | ||
31 | |||
32 | https://github.com/djwillis/ | ||
33 | (More info on achieving this can be found at http://help.github.com/send-pull-requests/) | ||
34 | |||
35 | Layer maintainer: John Willis <John.Willis at distant-earth.com> | ||