diff options
| author | Denys Zagorui <dzagorui@cisco.com> | 2023-09-01 05:56:53 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-07 08:22:43 -0700 |
| commit | 0bcfd6291f2dbdb96ccbd89527b891a796b34063 (patch) | |
| tree | 977f4d2a94899e29698f4724a924ce1ca9f272ae /meta-python/classes/python_mesonpy.bbclass | |
| parent | 10e2559081092e8eae6bd0add2a4f90c33d674a3 (diff) | |
| download | meta-openembedded-0bcfd6291f2dbdb96ccbd89527b891a796b34063.tar.gz | |
bpftool: add native and nativesdk support
There are issues with nativesdk variant
...
ERROR: nativesdk-bpftool-1.0-r0 do_package: QA Issue:
nativesdk-bpftool: Files/directories were installed but not shipped in any package:
/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-xesdk-linux/usr/sbin/bpftool
/usr/share/bash-completion/completions/bpftool
...
nativesdk.bbclass sets sbindir = "${bindir}" but bpftool is installed under sbin
to fix that add sbin to FILES
for bpftool completions {prefix} is not used but it seems that bitbake expects that
installed files should be perfixed with "${SDKPATHNATIVE}${prefix_nativesdk}"
to fix that override bash_compdir
Signed-off-by: Denys Zagorui <dzagorui@cisco.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/classes/python_mesonpy.bbclass')
0 files changed, 0 insertions, 0 deletions
