summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2012-05-21 16:27:58 +0100
committerDavid-John Willis <John.Willis@Distant-earth.com>2012-05-21 16:27:58 +0100
commitd1e802561ab5c70680fd6ee70a47791fe78aa977 (patch)
tree97d4c923405bad9f29872ff11a11ef0136700bd9
parent03d3e7e6325d919ff2c64c39edd9008d0a93c7a4 (diff)
downloadmeta-raspberrypi-d1e802561ab5c70680fd6ee70a47791fe78aa977.tar.gz
README: Add information on BBMASK for use in Yocto.
-rw-r--r--README26
1 files changed, 23 insertions, 3 deletions
diff --git a/README b/README
index a667848..6558bdc 100644
--- a/README
+++ b/README
@@ -9,11 +9,31 @@ More information can be found at:
9 http://www.raspberrypi.org/ (Official Site) 9 http://www.raspberrypi.org/ (Official Site)
10 http://www.distant-earth.com/ (My Site) 10 http://www.distant-earth.com/ (My Site)
11 11
12Build scripts to support making a firmware image for the RaspberryPi can be found at: 12Build scripts patched to support making a firmware image for the RaspberryPi with Angstrom can be found at:
13 13
14 TODO: Fork Angstrom setup-scripts with layer added. 14 https://github.com/djwillis/setup-scripts
15 15
16This layer depends on: 16Mainline Angstrom build scripts can be found at:
17
18 https://github.com/Angstrom-distribution/setup-scripts
19
20When not depending on meta-openembedded and not using systemd, you may need to
21mask few recipes requiring systemd or other recipes not included in your distribution of choice.
22
23You can achieve this by adding something like the following to local.conf:
24
25BBMASK = "meta-raspberrypi/recipes-multimedia/libav meta-raspberrypi/recipes-core/systemd"
26
27You can adjust the BBMASK for any .bbappends that your distribution does not contain recipes for.
28
29The core BSP part of meta-raspberrypi should work with different OpenEmbedded/Yocto
30distributions and layer stacks, such as:
31
32* Distro-less (only with OE-Core).
33* Angstrom (main focus of testing).
34* Yocto/Poky.
35
36This layer in its entirety depends on:
17 37
18URI: git://git.openembedded.org/openembedded-core 38URI: git://git.openembedded.org/openembedded-core
19branch: master 39branch: master