Sem descrição

Gianluigi Tiesi 4e5be97d75 psplash: Raise alternatives priority to 200 há 6 anos atrás
.github 135a7ae55f PULL_REQUEST_TEMPLATE.md: Add pull request template há 8 anos atrás
classes 2b3693ea3a sdcard_image-rpi: Format boot partition as FAT32 há 6 anos atrás
conf aa913d4580 raspberrypi-cm3.conf: Define it as a stand alone machine há 6 anos atrás
docs c71d79efc5 docs/layer-contents.md: raspberrypi-cm3 is a stand alone machine now há 6 anos atrás
dynamic-layers 84d3561c74 qtbase: Get eglfs/kms working with vc4graphics há 6 anos atrás
files 996990c98f custom-licenses: Add directory to hold custom licenses há 12 anos atrás
recipes-bsp 1bf03aef09 rpi-config: used printf to escape properly há 6 anos atrás
recipes-connectivity f752e92383 bluez5: use pi-bluetooth package for startup infrastructure há 7 anos atrás
recipes-core 4e5be97d75 psplash: Raise alternatives priority to 200 há 6 anos atrás
recipes-devtools 4be82c166d devtools: Added raspi-gpio há 6 anos atrás
recipes-graphics da31d6f1ff userland: Use original name libegl-mesa in rdeps há 6 anos atrás
recipes-kernel 89bdf97bea linux-raspberrypi: Update 4.14.y kernel há 6 anos atrás
recipes-multimedia 10cee099bc omxplaye: Fix build with userland graphic driver há 7 anos atrás
recipes-sato 4d689a792c webkitgtk: Add a bbappend to disable gst-gl on vc4 há 7 anos atrás
wic 0e1e2c6e0a sdimage-raspberrypi.wks: find /boot partition on mmcblk0 há 7 anos atrás
.gitignore 654d84d68a docs: Initial sphinx configuration há 8 anos atrás
COPYING.MIT d6df178702 COPYING.MIT: Add license file for the metadata. há 13 anos atrás
README.md 63e53f9190 docs: Remove reference to deprecated images há 7 anos atrás

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 core-image-base
  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>