Sen descrición

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

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>