No Description

Khem Raj ffe8d5e864 riscv: This is where it all begins... 6 years ago
conf ffe8d5e864 riscv: This is where it all begins... 6 years ago
recipes-core ffe8d5e864 riscv: This is where it all begins... 6 years ago
recipes-devtool ffe8d5e864 riscv: This is where it all begins... 6 years ago
recipes-extended ffe8d5e864 riscv: This is where it all begins... 6 years ago
recipes-kernel ffe8d5e864 riscv: This is where it all begins... 6 years ago
LICENSE c4a4f88410 Initial commit 6 years ago
README.md ffe8d5e864 riscv: This is where it all begins... 6 years ago

README.md

meta-riscv

RISC-V Architecture Layer for OpenEmbedded/Yocto

Description

This is the general hardware specific BSP overlay for the RISC-V based devices.

More information can be found at: https://riscv.org/ (Official Site)

The core BSP part of meta-riscv 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

Quick Start

  1. source poky/oe-init-build-env riscv-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-minimal
  5. Boot in qemu.

Maintainers

  • Khem Raj <raj dot khem at gmail.com>