No Description

Andrei Gherzan 89a9e2d88d linux-raspberrypi: Update 4.9 recipe to 4.9.59 7 years ago
.github 135a7ae55f PULL_REQUEST_TEMPLATE.md: Add pull request template 8 years ago
classes 093286dae8 sdcard_image-rpi: fix absolute path in vfat symlink 7 years ago
conf 40447de478 rpi-base.inc: Set dependencies for creating wic images 7 years ago
docs 371f85ce53 docs: Format all links correctly 8 years ago
files 996990c98f custom-licenses: Add directory to hold custom licenses 12 years ago
recipes-bsp 8291756c3f firmware: Update to tag '1.20170811' 7 years ago
recipes-connectivity de016ceef6 bluez5: correctly append brcm43438 service 8 years ago
recipes-core 668446e283 udev: Create rules file to generate serial0/1 8 years ago
recipes-devtools c981f01a2c wiringpi: Fix linking problem 7 years ago
recipes-graphics b7defa119a userland: Update to latest revision 7 years ago
recipes-kernel 89a9e2d88d linux-raspberrypi: Update 4.9 recipe to 4.9.59 7 years ago
recipes-multimedia fe909cd5b9 x264: Fix build for armv6 RaspberryPi boards 8 years ago
wic 6bafea4f37 wic: move sdimage-raspberrypi to toplevel wic location 8 years ago
.gitignore 654d84d68a docs: Initial sphinx configuration 8 years ago
COPYING.MIT d6df178702 COPYING.MIT: Add license file for the metadata. 13 years ago
README.md 371f85ce53 docs: Format all links correctly 8 years ago

README.md

meta-raspberrypi

Yocto BSP layer for the Raspberry Pi boards - http://www.raspberrypi.org/.

Build Status Build Status Build Status Gitter chat

Quick links

Description

This is the general hardware specific BSP overlay for the RaspberryPi device.

More information can be found at: http://www.raspberrypi.org/ (Official Site)

The core BSP part of meta-raspberrypi should work with different OpenEmbedded/Yocto distributions and layer stacks, such as:

  • Distro-less (only with OE-Core).
  • Angstrom.
  • Yocto/Poky (main focus of testing).

Dependencies

This layer depends on:

  • URI: git://git.yoctoproject.org/poky

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

    • layers: meta-oe, meta-multimedia, meta-networking, meta-python
    • branch: master
    • revision: HEAD

Quick Start

  1. source poky/oe-init-build-env rpi-build
  2. Add this layer to bblayers.conf and the dependencies above
  3. Set MACHINE in local.conf to one of the supported boards
  4. bitbake rpi-hwup-image
  5. dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used)
  6. Boot your RPI.

Maintainers

  • Andrei Gherzan <andrei at gherzan.ro>