diff options
| author | Gianluigi Spagnuolo <glgspg@gmail.com> | 2022-11-30 09:36:11 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-11-30 09:46:47 -0800 |
| commit | a28b7fdbf4bf973112530219d63f7559060ec8c7 (patch) | |
| tree | ba766867443bd713b8121118f5ffab536205dbe0 /meta-oe/recipes-kernel | |
| parent | 23446db2fcc79aeb15c052a0ebcd8a2e18ae0abc (diff) | |
| download | meta-openembedded-a28b7fdbf4bf973112530219d63f7559060ec8c7.tar.gz | |
libbpf: add native and nativesdk BBCLASSEXTEND
To build pahole-native we need libbpf-native
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel')
| -rw-r--r-- | meta-oe/recipes-kernel/libbpf/libbpf_0.8.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_0.8.0.bb b/meta-oe/recipes-kernel/libbpf/libbpf_0.8.0.bb index 76fd862142..3aea7c0796 100644 --- a/meta-oe/recipes-kernel/libbpf/libbpf_0.8.0.bb +++ b/meta-oe/recipes-kernel/libbpf/libbpf_0.8.0.bb | |||
| @@ -27,3 +27,5 @@ do_compile() { | |||
| 27 | do_install() { | 27 | do_install() { |
| 28 | oe_runmake install | 28 | oe_runmake install |
| 29 | } | 29 | } |
| 30 | |||
| 31 | BBCLASSEXTEND = "native nativesdk" | ||
