Açıklama Yok

Andrei Gherzan 8e4c537d84 raspberrypi-cm3.conf: Inherit raspberrypi3 not raspberrypi2 6 yıl önce
.github 135a7ae55f PULL_REQUEST_TEMPLATE.md: Add pull request template 8 yıl önce
classes 37e4e18f4a sdcard_image-rpi: Use un-timestamped link to rootfs partition image 7 yıl önce
conf 8e4c537d84 raspberrypi-cm3.conf: Inherit raspberrypi3 not raspberrypi2 6 yıl önce
docs 18ab0e981b layer-contents.md: Update documentation 6 yıl önce
files 996990c98f custom-licenses: Add directory to hold custom licenses 12 yıl önce
recipes-bsp cc329078a5 firmware: Update to 20180313 7 yıl önce
recipes-connectivity a120ece0e4 bluez5: enable bluetooth on raspberrypi0-wifi 7 yıl önce
recipes-core ff02bf92e6 packagegroup-rpi-test, rpi-test-image: restrict to ^rpi$ and include omxplayer only for 32bit rpi 7 yıl önce
recipes-devtools 4bec6c1c17 rpio: Use pypi.bbclass 7 yıl önce
recipes-graphics 4bbb925808 Revert "weston: remove rpi-backend configuration switch" 6 yıl önce
recipes-kernel 96ed7489fe linux-firmware: Remove as replaced by linux-firmware-raspbian 6 yıl önce
recipes-multimedia 4152b2c345 x264: Disable asm for raspberrypi0-wifi 7 yıl önce
wic 20358ec57a sdimage-raspberrypi.wks: find /boot partition on mmcblk0 7 yıl önce
.gitignore 654d84d68a docs: Initial sphinx configuration 8 yıl önce
COPYING.MIT d6df178702 COPYING.MIT: Add license file for the metadata. 13 yıl önce
README.md a8108a6793 readme: Update quick links 7 yıl önce

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

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