riscv / meta-riscv

OpenEmbedded/Yocto layer for RISC-V Architecture
https://riscv.org/
Other
349 stars 134 forks source link

Stuck at "NOTE: Starting bitbake server..." #478

Open VEGA-Processor opened 1 month ago

VEGA-Processor commented 1 month ago

Description

Steps to reproduce the issue:

  1. mkdir riscv-yocto && cd riscv-yocto repo init -u https://github.com/riscv/meta-riscv -b master -m tools/manifests/riscv-yocto.xml repo sync repo start work --all

  2. repo sync repo rebase

  3. . ./meta-riscv/setup.sh

Describe the results you received:

After running ". ./meta-riscv/setup.sh" getting below log:

Init OE This is the default build configuration for the Poky reference distribution.

### Shell environment set up for builds. ###

You can now run 'bitbake '

Common targets are: core-image-minimal core-image-full-cmdline core-image-sato core-image-weston meta-toolchain meta-ide-support

You can also run generated qemu images with a command like 'runqemu qemux86-64'.

Other commonly useful commands are:

Describe the results you expected: Setup Build Environment for Yocto should have completed

Additional information you deem important (e.g. issue happens only occasionally):

Additional details (revisions used, host distro, etc.):

kraj commented 1 month ago

there must be a file called bitbake-cookerdaemon.log in the build tree. This should have some more details about why its getting stuck.