iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
Apache License 2.0
19.98k stars 3.81k forks source link

build bcc as part yocto openembedded #2295

Open Kullu14 opened 5 years ago

Kullu14 commented 5 years ago

I want to use bcc for my embedded device. I want to build bcc as part of yocto SDK Is there any open-embedded recipes available to build bcc as part of yocto open-embedded ?

perryizgr8 commented 4 years ago

I'd also be interested in a yocto/bitbake recipe.

Kullu14 commented 4 years ago

I tried it locally and I could add the recipe to yocto

perryizgr8 commented 4 years ago

Did you write the bb file yourself? If yes, can you provide that somewhere for reference?

Leo-Yan commented 4 years ago

Hi, if you are still interested in BCC building for OpenEmbedded, please see the patch set: http://lists.openembedded.org/pipermail/openembedded-devel/2020-February/204955.html.

Updated: the recipes can only be applied on zeus branch.

Ecordonnier commented 1 year ago

See also https://github.com/ce-bu/meta-observability

Ecordonnier commented 1 year ago

bcc is now part of meta-clang, so this ticket could be closed.