[linux-yocto] [kernel-cache][PATCH 1/1] Add SCSI debug configuration for util-linux ptest

2019-06-01 Thread Mariano López
The ptests from util-linux require the scsi debug module to be installed for a subset of tests. This patch would allow to build the kernel module for the linux-yocto kernel. Signed-off-by: Mariano López --- features/scsi/scsi-debug.cfg | 1 + features/scsi/scsi-debug.scc | 4 2 files

[linux-yocto] [kernel-cache][PATCH 0/1] Add SCSI debug configuration for util-linux ptest

2019-06-01 Thread Mariano López
Hi Bruce, This will add the configuration options to enable the SCSI debug module that is needed by the util-linux ptest package. This is needed to add KERNEL_FEATURES in the linux-yocto kernels. The idea is to conditional add the feature if the ptest DISTRO_FEATURE is present as you and Richard