meta-riscv icon indicating copy to clipboard operation
meta-riscv copied to clipboard

OpenEmbedded/Yocto layer for RISC-V Architecture

Results 28 meta-riscv issues
Sort by recently updated
recently updated
newest added

Hi, I’m trying to use meta-riscv with Poky. The build is fine. Howerver, when using elf toolchain,the pie is not supported as ```sh Building target: HelloworldDemo.elf Invoking: GNU RISC-V Cross...

bug

Shouldn't it be put under - https://github.com/riscv-collab or - https://github.com/riscv-software-src

question

I am trying to build meta-riscv on Fedora 36 Linux distribution, and I am facing issues while building the image. I am doubtful wheather it is due to distribution being...

Hi, Using riscv-gnu-toolchain, we will able to get pre-compiled system libraries for all ABIs by using option `--enable-multilib` Do we support this kind of features?

please change: repo init -u **git**://github.com/riscv/meta-riscv -b master -m tools/manifests/riscv-yocto.xm to: repo init -u **https**://github.com/riscv/meta-riscv -b master -m tools/manifests/riscv-yocto.xm otherwise it can no longer to git cloned from github by...

Hello, I'm trying to use instructions from this git repository to build with yocto but I'm getting errors. Running setup.sh gives errors: `Adding layers NOTE: Starting bitbake server... ERROR: Variable...

This is a placeholder for tracking world build failures on rv32, the current list and respective error logs are [here](http://errors.yoctoproject.org/Errors/Build/102097/?limit=50)

help wanted

build a simple image which has some kernel modules also part of image and then it fails to insert the module. see the below steps. ``` root@qemuriscv32:~# lsmod Module Size...

bug

Hello, I have build an Riscv Extensible SDK yocto project, with help of following step's. cd $(PWD)/ && \ git clone git://git.openembedded.org/openembedded-core cd $(PWD)/openembedded-core && \ git clone git://git.openembedded.org/bitbake &&...

question