-
Notifications
You must be signed in to change notification settings - Fork 195
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
[yocto-check-layer] Nothing PROVIDES 'bcc' error on meta-chromium layer(yocto compliance error for meta-chromium layer) #798
Comments
thats because |
thanks for the input, I have tried 2 ways to resolve the issue
in 2 ways , bcc issue is resolved but I am getting another issue due to rust. Here I am sharing the log, could you please share your inputs @kraj @MaxIhlenfeldt INFO: Starting to analyze: meta-chromium Stdout: rust:do_collect_spdx_deps: 7e659b1003095e17ec20b8ea311a7746031b988ac4e8652a554ad19069556935 -> 99ed5eb150ed40e26314c6a0fa87d85d07d3417121d62754984de876f6e78953 Stdout:
|
Getting yocto compliance error for meta-chromium layer for poky master branch.
Steps to reproduce:
Error log:
**INFO: Adding layer meta-clang.git
INFO: Adding layer meta-oe
INFO: Getting initial bitbake variables ...
INFO: Getting initial signatures ...
INFO: Generating signatures failed. This might be due to some parse error and/or general layer incompatibilities.
Command: BB_ENV_PASSTHROUGH_ADDITIONS="$BB_ENV_PASSTHROUGH_ADDITIONS BB_SIGNATURE_HANDLER" BB_SIGNATURE_HANDLER="OEBasicHash" bitbake -S lockedsigs world
Output:
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 1879 .bb files complete (0 cached, 1879 parsed). 3226 targets, 91 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'bcc' (but /wrkspc/repos/meta-clang.git/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.20.1.bb DEPENDS on or otherwise requires it). Close matches:
bc
byacc
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'bpftrace', 'bcc']
Summary: There were 2 ERROR messages, returning a non-zero exit code.
INFO:
INFO: Summary of results:
INFO:
INFO: meta-chromium ... FAIL (Generating world signatures)**
The text was updated successfully, but these errors were encountered: