Без опису

Andrei Gherzan 2d40b00002 rpi-base.inc: Build rpi-poe dtb overlay 7 роки тому
.github 135a7ae55f PULL_REQUEST_TEMPLATE.md: Add pull request template 8 роки тому
classes 235036c3a8 sdcard_image-rpi.bbclass: use 4 spaces for indentation instead of mix of tabs and spaces 7 роки тому
conf 2d40b00002 rpi-base.inc: Build rpi-poe dtb overlay 7 роки тому
docs 690e196f02 docs: document support for 802.15.4 hat 7 роки тому
files 996990c98f custom-licenses: Add directory to hold custom licenses 12 роки тому
recipes-bsp 50ee8d7e17 firmware: Update to 20180817 7 роки тому
recipes-connectivity 1801aa319c pi-bluetooth: use `_git` suffix in recipe filename 7 роки тому
recipes-core ade31d6d01 rpi-hwup-image.bb: Modified the warning message in do_image_prepend() 7 роки тому
recipes-devtools 5cd289ac1b wiringpi: use lower-case in recipe directory name 7 роки тому
recipes-graphics a4ba2982e4 meta-raspberrypi: use `_%` suffix instead of specific versions for bbappends 7 роки тому
recipes-kernel c7330ac5e4 linux-raspberrypi: Build rpi poe fan driver 7 роки тому
recipes-multimedia a4ba2982e4 meta-raspberrypi: use `_%` suffix instead of specific versions for bbappends 7 роки тому
recipes-sato 4d689a792c webkitgtk: Add a bbappend to disable gst-gl on vc4 7 роки тому
wic 0e1e2c6e0a sdimage-raspberrypi.wks: find /boot partition on mmcblk0 7 роки тому
.gitignore 654d84d68a docs: Initial sphinx configuration 8 роки тому
COPYING.MIT d6df178702 COPYING.MIT: Add license file for the metadata. 13 роки тому
README.md 63e53f9190 docs: Remove reference to deprecated images 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: 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>