summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2012-04-03 20:42:18 +0100
committerDavid-John Willis <John.Willis@Distant-earth.com>2012-04-03 20:42:18 +0100
commitd15acac59e3ca4ceac90fa1c8f1d80ce85057cbb (patch)
tree76079af95565f2e36634eec23529ddba31674371
downloadmeta-raspberrypi-d15acac59e3ca4ceac90fa1c8f1d80ce85057cbb.tar.gz
README: Add layer overview.
-rw-r--r--README35
1 files changed, 35 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..cd1903a
--- /dev/null
+++ b/README
@@ -0,0 +1,35 @@
1 OpenEmbedded BSP Layer - RaspberryPi
2--------------------------------------
3
4This is the general hardware specific BSP overlay for the RaspberryPi device.
5It should be used with openembedded-core (not old-style org.openembedded.dev).
6
7More information can be found at:
8
9 http://www.raspberrypi.org/ (Official Site)
10 http://www.distant-earth.com/ (My Site)
11
12Build 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
16This layer depends on:
17
18URI: git://git.openembedded.org/openembedded-core
19branch: master
20revision: HEAD
21
22URI: git://git.openembedded.org/meta-openembedded
23branch: master
24revision: HEAD
25
26URI: git://git.angstrom-distribution.org/meta-angstrom
27branch: master
28revision: HEAD
29
30It 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
35Layer maintainer: John Willis <John.Willis at distant-earth.com>