説明なし

Khem Raj 5b3d178967 README.md: Fix typo 6 年 前
conf b2775cd4c6 qemuriscv64.conf: Customize qemuboot options 6 年 前
recipes-devtool d964c6450f riscv-tools: Delete dead code 6 年 前
recipes-extended 93ef8369d7 ghostscript: Fix typo in FILESEXTRAPATHS_prepend 6 年 前
recipes-kernel e3c8bac3d9 Linux: Drop unused files 6 年 前
recipes-support f2149e9405 libgpg-erro: add riscv support 6 年 前
LICENSE c4a4f88410 Initial commit 6 年 前
README.md 5b3d178967 README.md: Fix typo 6 年 前

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://github.com/openembedded/openembedded-core
    • branch: master
    • revision: HEAD
  • URI: git://github.com/openembedded/bitbake
    • branch: master
    • revision: HEAD

Quick Start

  1. source openembedded-core/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 ( e.g. qemuriscv64 )
  4. bitbake core-image-minimal
  5. runqemu nographic

Maintainer(s)

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