Skip to content

Instantly share code, notes, and snippets.

@zzeroo
Created September 7, 2017 08:02
Show Gist options
  • Save zzeroo/5615fb399e896035c7a18d77ed2edbbc to your computer and use it in GitHub Desktop.
Save zzeroo/5615fb399e896035c7a18d77ed2edbbc to your computer and use it in GitHub Desktop.
ERROR: Nothing PROVIDES ''
➜ easy-build git:(master) docker run -ti --volume=(pwd)/shared:/home/build/shared gmacario/build-yocto:latest 09:51:04
build@c5e5a6bc6c12:~$ source shared/poky/oe-init-build-env shared/build-bananapro/
### Shell environment set up for builds. ###
You can now run 'bitbake <target>'
Common targets are:
core-image-minimal
core-image-sato
meta-toolchain
meta-ide-support
You can also run generated qemu images with a command like 'runqemu qemux86'
build@c5e5a6bc6c12:~/shared/build-bananapro$ bitbake bpro-hwup-image
WARNING: Host distribution "ubuntu-14.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Loading cache: 100% |##########################################################################################################################################| Time: 0:00:00
Loaded 1306 entries from dependency cache.
Parsing recipes: 100% |########################################################################################################################################| Time: 0:00:00
Parsing of 836 .bb files complete (835 cached, 1 parsed). 1305 targets, 68 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES ''
ERROR: Required build target 'bpro-hwup-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['bpro-hwup-image', '']
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
build@c5e5a6bc6c12:~/shared/build-bananapro$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment