Acknowledged
Created: Jun 29, 2025
Updated: Oct 22, 2025
Found In Version: 10.25.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel
LTP case accept03 needs to be refactored to work with Wind River Linux.
/lpg-build/cdc/fast_prod/WRL10_24/WRL10_24_GIT/wrlinux-10/setup.sh --machines nxp-imx6 --templates feature/docker feature/target-toolchain feature/gcc-sanitizers feature/ldconfig feature/bpf feature/system-stats --distros wrlinux --dl-layers=1 --accept-eula=yes
source environment-setup-x86_64-wrlinuxsdk-linux
source oe-init-build-env build
mkdir -p ./extra_customized_kernel/
cat << EOF >> ./extra_customized_kernel/extra_customized_kernel_configs.cfg
CONFIG_CAN_VCAN=m
EOF
echo 'PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt"' >> conf/local.conf
echo 'EXTRA_KERNEL_FILES =. "${TOPDIR}/extra_customized_kernel:"' >> conf/local.conf
echo 'EXTRA_KERNEL_SRC_URI += "file://extra_customized_kernel_configs.cfg"' >> conf/local.conf
echo 'BB_NUMBER_THREADS ?= "24"' >> conf/local.conf
echo 'PARALLEL_MAKE ?= "-j 24"' >> conf/local.conf
echo 'BBMASK += "wrlinux/recipes-extended/windriver-ltp/ltp_%.bbappend"' >> conf/local.conf
bitbake-layers add-layer /lpg-build/cdc/WASSP_LINUX_1024/testcases/wrlinux/wr-testing/kts-dev
cd /lpg-build/cdc/WASSP_LINUX_1024/testcases/wrlinux/wr-testing/kts-dev/tools && ./gen_kernel_plan.py -s ltp -b nxp-imx6 -k preempt-rt -a arm -p $BUILDDIR ; cd - && cp ltp.ini test_plan.list
#####To Clone a whole new testcases layer#####
git clone --depth 1 -b master 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 ltp -b nxp-imx6 -k preempt-rt -a arm -p $BUILDDIR ; cd - && cp ltp.ini test_plan.list
#####End#####
echo 'IMAGE_FSTYPES += "tar.bz2"' >> conf/local.conf
echo 'IMAGE_FSTYPES:remove = " live hddimg iso"' >> conf/local.conf
echo 'require templates/feature/ltp/template.conf' >> conf/local.conf
bitbake wrlinux-image-std