暂无描述

Paul Barker 6786c0709d docs, readme: Update branch references for pyro 7 年之前
.github 135a7ae55f PULL_REQUEST_TEMPLATE.md: Add pull request template 8 年之前
classes 093286dae8 sdcard_image-rpi: fix absolute path in vfat symlink 7 年之前
conf 40447de478 rpi-base.inc: Set dependencies for creating wic images 7 年之前
docs 6786c0709d docs, readme: Update branch references for pyro 7 年之前
files 996990c98f custom-licenses: Add directory to hold custom licenses 12 年之前
recipes-bsp 3fa61f096f firmware.inc: Update to 20171029 7 年之前
recipes-connectivity de016ceef6 bluez5: correctly append brcm43438 service 8 年之前
recipes-core 668446e283 udev: Create rules file to generate serial0/1 8 年之前
recipes-devtools c981f01a2c wiringpi: Fix linking problem 7 年之前
recipes-graphics b7defa119a userland: Update to latest revision 7 年之前
recipes-kernel 89a9e2d88d linux-raspberrypi: Update 4.9 recipe to 4.9.59 7 年之前
recipes-multimedia fe909cd5b9 x264: Fix build for armv6 RaspberryPi boards 8 年之前
wic 6bafea4f37 wic: move sdimage-raspberrypi to toplevel wic location 8 年之前
.gitignore 654d84d68a docs: Initial sphinx configuration 8 年之前
COPYING.MIT d6df178702 COPYING.MIT: Add license file for the metadata. 13 年之前
README.md 6786c0709d docs, readme: Update branch references for pyro 7 年之前

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: pyro
    • revision: HEAD
  • URI: git://git.openembedded.org/meta-openembedded

    • layers: meta-oe, meta-multimedia, meta-networking, meta-python
    • branch: pyro
    • 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>