설명 없음

Alex Gonzalez 65b95ce742 linux-raspberrypi: Only deploy cmdline.txt for the main kernel 5 년 전
.github 135a7ae55f PULL_REQUEST_TEMPLATE.md: Add pull request template 8 년 전
classes eebcfc1eca sdcard_image-rpi.bbclass: use -v for all mcopy calls and add bbfatal in case mcopy fails 6 년 전
conf 96c8459c93 rpi-base.inc: Introduce DISABLE_VC4GRAPHICS 6 년 전
docs 0750d5d2bc extra-build-config.md: add RPi 0W to UART section 6 년 전
dynamic-layers 559287aed9 drbd: Disable for rpi machines 6 년 전
files 996990c98f custom-licenses: Add directory to hold custom licenses 12 년 전
recipes-bsp 38c9c9a985 linux-raspberrypi=4.19.80 bcm2835-bootfiles=20191021 5 년 전
recipes-connectivity 43c1696ea5 bluez5: Fixed typo (RC_URI -> SRC_URI) 6 년 전
recipes-core be8b4c44f3 packagegroup-rpi-test: Depend on wireless-regdb instead of crda 6 년 전
recipes-devtools b2dac7379b wiringpi: Set major version 6 년 전
recipes-graphics a504f28998 mesa: Add v3d and kmsro driver as well 6 년 전
recipes-kernel 65b95ce742 linux-raspberrypi: Only deploy cmdline.txt for the main kernel 5 년 전
recipes-multimedia 8fb340a1e7 omxplayer: Bump revision 6 년 전
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 f961726634 README.md: Use matrix chat room 6 년 전

README.md

meta-raspberrypi

Yocto BSP layer for the Raspberry Pi boards - http://www.raspberrypi.org/.

Build Status Build Status Build Status Matrix

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>