mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-16 20:11:36 +00:00
OpenEmbedded/Yocto layer for RISC-V Architecture
|
||
---|---|---|
conf | ||
recipes-core/glibc | ||
recipes-devtool | ||
recipes-extended/ghostscript | ||
recipes-kernel | ||
recipes-support | ||
LICENSE | ||
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
- source poky/oe-init-build-env riscv-build
- Add this layer to bblayers.conf and the dependencies above
- Set MACHINE in local.conf to one of the supported boards
- bitbake core-image-minimal
- Boot in qemu.
Maintainers
- Khem Raj
<raj dot khem at gmail.com>