Acknowledged
Created: Apr 27, 2023
Updated: Jun 16, 2024
Found In Version: 10.23.30.1
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Userspace
In conf/local.conf
IMAGE_INSTALL:append = " bcc libbpf"
Build the image for ARM64
bitbake wrlinux-image-std
boot the target and run commands per problem description
cd /usr/lib64/bcc/ptest/
./run-ptest
1) git clone --depth 1 --branch WRLINUX_10_23_LTS http://pek-git.wrs.com/release/WRL10_23/WRLinux-lts-23-Core/wrlinux-x
2) wrlinux-10/setup.sh --machine intel-x86-64 --dl-layers=1 --distros wrlinux --templates feature/xfce feature/aws feature/bcc feature/bpf feature/bpftrace feature/criu feature/fortran feature/ipv6 feature/lapack feature/lttng feature/mariadb feature/network-bond-libteam feature/nftables feature/package-management feature/podman feature/ptest feature/snmp feature/unit-test feature/valgrind feature/virt-host --layers meta-iot-cloud meta-virtualization --dl-layers=1
3). ./environment-setup-x86_64-wrlinuxsdk-linux
4) . ./oe-init-build-env build_test
5) vim conf/local.conf
IMAGE_INSTALL:append = " libbpf"
6) bitbake wrlinux-image-std
7)boot the target and run commands per problem description
cd /usr/lib64/bcc/ptest/
./run-ptest