[linux-yocto] [kernel-cache][yocto-4.19][PATCH 0/1] include core scsi support

2019-07-04 Thread Mariano López
The warning thrown by the kernel configuration task when building an ARM kernel when scsi-debug was enabled was addressed by Bruce for yocto-5.0. For completeness, adding the same configuration to yocto-4.19 which also have the scsi-debug configuration fragment. Bruce, please let me know if you

[linux-yocto] [kernel-cache][yocto-4.19][PATCH 1/1] scsi-debug: include core scsi support for standalone inclusion

2019-07-04 Thread Mariano López
From: Bruce Ashfield Signed-off-by: Bruce Ashfield Signed-off-by: Mariano López --- features/scsi/scsi-debug.scc | 4 1 file changed, 4 insertions(+) diff --git a/features/scsi/scsi-debug.scc b/features/scsi/scsi-debug.scc index 4fbe8dd8..e0c918eb 100644 --- a/features/scsi/scsi

[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
repository at: git://github.com/justanotherboy/yocto-kernel-cache bug13301 https://github.com/justanotherboy/yocto-kernel-cache/tree/bug13301 Mariano López (1): Add SCSI debug configuration for util-linux ptest features/scsi/scsi-debug.cfg | 1 + features/scsi/scsi-debug.scc | 4 2 files