Go to file
Andrei Gherzan 2b84f802a8 poky-raspberrypi.conf: Add yocto specific distro configure file
This distro configure file relies on poky distro conf.
We use this distro to include raspberrypi-default-versions and to
BBMASK libav and rpi-zram-service and these packages are not included
in poky.

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-02 01:58:37 +03:00
classes sdcard_image-rpi: Add 1st cut at a class to build an SD card image for the RPi. 2012-04-23 15:16:08 +01:00
conf poky-raspberrypi.conf: Add yocto specific distro configure file 2012-07-02 01:58:37 +03:00
recipes-bcm bcm2835-bootfiles: update to latest firmware 2012-05-15 14:29:14 +01:00
recipes-bsp/formfactor formfactor: Add RaspberryPi formfactor. 2012-04-03 23:05:40 +01:00
recipes-core rpi-zram-service: Add little systemd service to enable zram on the RPi. 2012-04-24 13:56:05 +01:00
recipes-extra/startup rpi-first-run-wizard: Add basic first run wizard from the OpenPandora. 2012-04-24 14:02:52 +01:00
recipes-graphics/xorg-xserver xserver-xf86-config: Remove xorg.conf.d/* from CONFFILES_${PN}. 2012-04-23 15:17:34 +01:00
recipes-kernel/linux linux-raspberrypi: fix for parallel make install failures 2012-05-15 14:29:14 +01:00
recipes-multimedia/libav libav_0.7.4: Add bbappend to fix the build on ARMv6 for now. 2012-04-12 22:19:52 +01:00
COPYING.MIT COPYING.MIT: Add license file for the metadata. 2012-04-03 20:44:03 +01:00
README README: remove meta-angstrom from dependencies 2012-05-15 14:29:14 +01:00
recipes.txt recipes.txt: Add recipes-bcm. 2012-04-12 06:47:45 +01:00

OpenEmbedded BSP Layer - RaspberryPi

This is the general hardware specific BSP overlay for the RaspberryPi device. It should be used with openembedded-core (not old-style org.openembedded.dev).

More information can be found at:

               http://www.raspberrypi.org/ (Official Site)
               http://www.distant-earth.com/ (My Site)

Build scripts to support making a firmware image for the RaspberryPi can be found at:

               TODO: Fork Angstrom setup-scripts with layer added.

This layer depends on:

URI: git://git.openembedded.org/openembedded-core branch: master revision: HEAD

URI: git://git.openembedded.org/meta-openembedded branch: master revision: HEAD

It is preferred that people raise pull requests using GIThub by forking the appropriate tree:

               https://github.com/djwillis/
               (More info on achieving this can be found at http://help.github.com/send-pull-requests/)

Layer maintainer: John Willis <John.Willis at distant-earth.com>