Fixed
Created: Oct 15, 2023
Updated: Nov 26, 2023
Resolved Date: Nov 26, 2023
Found In Version: 10.23.30.2
Fix Version: 10.23.30.4
Severity: Standard
Applicable for: Wind River Linux LTS 23
Component/s: Userspace
bcc/template.conf contains a kernel configuration named "MODULE_ALLOW_BTF_MISMATCH" in features/debug/debug-btf.scc, it cannot enable that option in 1st build until called bitbake linux-yocto-rt -c cleanall.
./wrlinux-x/setup.sh --machines intel-x86-64 --templates feature/docker feature/bcc --distros wrlinux --dl-layers=1 --accept-eula=yes
source environment-setup-x86_64-wrlinuxsdk-linux
source oe-init-build-env build
echo 'PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt"' >> conf/local.conf
echo 'GPG_PATH = "/tmp/tmp.IWWkKqzsq9"' >> conf/local.conf
echo '
TEST_SPIN = "GIT_20230724"
TEST_SPRINT = "S230718(LTS23)"
TEST_PLAN_WEEK = "2023WW30"' >> conf/local.conf
bitbake-layers add-layer /lpg-build/cdc/WASSP_LINUX_1023/testcases/wrlinux/wr-testing/kts-dev
#####To Clone a whole new testcases layer#####
git clone --depth 1 -b WRLINUX_10_23_HEAD git://lxgit.wrs.com/wrlinux-testing/testcases.git ../layers/testcases/wrlinux/
bitbake-layers add-layer ../layers/testcases/wrlinux/wr-testing/kts-dev
#####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.23"
TEST_ROOTFS_TYPE = "glibc-std"
TEST_MULTILIB = ""
TEST_TESTER_NAME = ""
TEST_REQUIREMANTS = "LINUXEXEC-28550"
TEST_TARGET_NAME = "builder"
TEST_TAGS = ""' >> conf/local.conf
echo 'TEST_KEYWORD = ""' >> conf/local.conf
bitbake wrlinux-image-std