-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck at "NOTE: Starting bitbake server..." #478
Comments
there must be a file called |
bitbake-cookerdaemon.log |
it seems to be stuck in bitbake-layers add-layer meta-python command. I wonder if its a python version issue. Can you share details about the OS on your build host and python version installed on it. |
OS versionStatic hostname: hdg145 Python versionpython --version python3 --version |
Description
Steps to reproduce the issue:
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
repo sync
repo rebase
. ./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:
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.):
The text was updated successfully, but these errors were encountered: