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

2019-07-04 Thread Bruce Ashfield
On Thu, Jul 4, 2019 at 3:01 PM Mariano López wrote: > > 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

[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 ---