riscv/meta-riscv

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

Opened this issue · 1 comments

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:

  • 'devtool' and 'recipetool' handle common recipe tasks
  • 'bitbake-layers' handles common layer tasks
  • 'oe-pkgdata-util' handles common target package tasks
    Adding layers
    NOTE: Starting bitbake server...

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

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