Fixed
Created: Dec 15, 2023
Updated: Mar 7, 2024
Resolved Date: Mar 7, 2024
Found In Version: 10.22.33.14
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Kernel
root@marvell-cn10xxx:~# uname -a
Linux marvell-cn10xxx 5.15.142-yocto-standard #1 SMP PREEMPT Sat Dec 9 15:39:12 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
root@marvell-cn10xxx:~# cat /proc/cmdline
console=ttyAMA0,115200n8 earlycon=pl011,0x87e028000000 coherent_pool=16M rw root=/dev/nfs nfsroot=128.224.165.20:/export/pxeboot/vlm-boards/29403/rootfs,tcp,v3 ip=128.224.165.155:128.224.165.20:128.224.165.1:255.255.255.0::eth1:off
root@marvell-cn10xxx:~# bpftrace /usr/share/bpftrace/tools/sys_enter_open
bpftrace: error while loading shared libraries: libclang.so.13: cannot open shared object file: No such file or directory
root@marvell-cn10xxx:~#
/lpg-build/cdc/fast_prod/WRL10_22/WRL10_22_GIT/wrlinux-10/setup.sh --machines marvell-cn10xxx --templates feature/docker marvell-sdk12 feature/bcc feature/bpf --distros wrlinux --dl-layers --accept-eula=yes
source environment-setup-x86_64-wrlinuxsdk-linux
source oe-init-build-env build
echo 'GPG_PATH = "/tmp/tmp.QXxuwjHpWt"' >> conf/local.conf
echo '
TEST_SPIN = "GIT_20231215"
TEST_SPRINT = "WRL-10.22.33.14(RCPL)"
TEST_PLAN_WEEK = "2023WW50"' >> conf/local.conf
bitbake-layers add-layer /lpg-build/cdc/WASSP_LINUX_1022/testcases/wrlinux/wr-testing/kts-dev
cd /lpg-build/cdc/WASSP_LINUX_1022/testcases/wrlinux/wr-testing/kts-dev/tools && ./gen_kernel_plan.py -s wr-kts -b marvell-cn10xxx -k standard -a aarch64 -p $BUILDDIR ; cd - && cp standard_wr-kts.ini test_plan.list
#####To Clone a whole new testcases layer#####
git clone --depth 1 -b WRLINUX_10_22_HEAD git://lxgit.wrs.com/wrlinux-testing/testcases.git ../layers/testcases/wrlinux/
bitbake-layers add-layer ../layers/testcases/wrlinux/wr-testing/kts-dev
cd ../layers/testcases/wrlinux/wr-testing/kts-dev/tools && ./gen_kernel_plan.py -s wr-kts -b marvell-cn10xxx -k standard -a aarch64 -p $BUILDDIR ; cd - && cp standard_wr-kts.ini test_plan.list
#####End#####
echo 'IMAGE_FSTYPES += "tar.bz2"' >> conf/local.conf
echo 'BB_NO_NETWORK:pn-lmbench = "0"' >> conf/local.conf
echo 'IMAGE_FSTYPES:remove = " live hddimg iso"' >> conf/local.conf
echo 'require templates/feature/wr-kts/template.conf' >> conf/local.conf
echo '
#Bellow is basic env, used by wr-test_0.1.0.bb
TEST_RELEASE_NAME = "WRLinux 10.22"
TEST_ROOTFS_TYPE = "glibc-std"
TEST_MULTILIB = ""
TEST_TESTER_NAME = ""
TEST_REQUIREMANTS = "00000"
TEST_TARGET_NAME = "builder"
TEST_TAGS = ""' >> conf/local.conf
echo 'TEST_KEYWORD = """"' >> conf/local.conf
bitbake wrlinux-image-std