Skip to content

Commit

Permalink
bpftrace: move from dynamic-layers/openembedded-layer to dynamic-laye…
Browse files Browse the repository at this point in the history
…rs/meta-python

* bpftrace itself doesn't depend on meta-python, but
  bpftrace from dynamic-layers/openembedded-layer depends on bcc from dynamic-layers/meta-python
  so better to move it there. This way both bcc and bpftrace are either both available
  at the same time or neither of them.

* fixes #985

  ERROR: Nothing PROVIDES 'bcc' (but /mnt/secondary/poky/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.20.1.bb DEPENDS on or otherwise requires it). Close matches:
    bc
    byacc
  NOTE: Runtime target 'bpftrace' is unbuildable, removing...
  Missing or unbuildable dependency chain was: ['bpftrace', 'bcc']
  ERROR: Required build target 'core-image-minimal' has no buildable providers.
  Missing or unbuildable dependency chain was: ['core-image-minimal', 'bpftrace', 'bcc']

  when only openembedded-layer (meta-oe) is in BBLAYERS and meta-python isn't.

Signed-off-by: Martin Jansa <[email protected]>
  • Loading branch information
shr-project committed Sep 3, 2024
1 parent dda3f8c commit 844ff7b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 0 deletions.

0 comments on commit 844ff7b

Please sign in to comment.