diff options
| -rw-r--r-- | README | 26 |
1 files changed, 23 insertions, 3 deletions
| @@ -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 | ||
| 12 | Build scripts to support making a firmware image for the RaspberryPi can be found at: | 12 | Build 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 | ||
| 16 | This layer depends on: | 16 | Mainline Angstrom build scripts can be found at: |
| 17 | |||
| 18 | https://github.com/Angstrom-distribution/setup-scripts | ||
| 19 | |||
| 20 | When not depending on meta-openembedded and not using systemd, you may need to | ||
| 21 | mask few recipes requiring systemd or other recipes not included in your distribution of choice. | ||
| 22 | |||
| 23 | You can achieve this by adding something like the following to local.conf: | ||
| 24 | |||
| 25 | BBMASK = "meta-raspberrypi/recipes-multimedia/libav meta-raspberrypi/recipes-core/systemd" | ||
| 26 | |||
| 27 | You can adjust the BBMASK for any .bbappends that your distribution does not contain recipes for. | ||
| 28 | |||
| 29 | The core BSP part of meta-raspberrypi should work with different OpenEmbedded/Yocto | ||
| 30 | distributions and layer stacks, such as: | ||
| 31 | |||
| 32 | * Distro-less (only with OE-Core). | ||
| 33 | * Angstrom (main focus of testing). | ||
| 34 | * Yocto/Poky. | ||
| 35 | |||
| 36 | This layer in its entirety depends on: | ||
| 17 | 37 | ||
| 18 | URI: git://git.openembedded.org/openembedded-core | 38 | URI: git://git.openembedded.org/openembedded-core |
| 19 | branch: master | 39 | branch: master |
