]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto: Add scsi_debug module when ptest is in DISTRO_FEATURES
authorMariano López <just.another.mariano@gmail.com>
Fri, 14 Jun 2019 03:32:41 +0000 (22:32 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Jun 2019 21:47:43 +0000 (22:47 +0100)
commit70a30872bd93cc058b05d9cf2b4f9334658629ee
tree2d947f71afebbc8dae61e64fe1ebddebdb021218
parentf7becf0b5743dfbee06b354a086dc553db2b1348
linux-yocto: Add scsi_debug module when ptest is in DISTRO_FEATURES

util-linux ptest requires the scsi_debug module to perform eject/mount
tests. This will conditionally add scsi_debug module when ptest is in
DISTRO_FEATURES.

This doesn't include linux-yocto-tiny because the resulting image will
be too big and do_image would complain about this.

[YOCTO #13301]

Signed-off-by: Mariano López <just.another.mariano@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb
meta/recipes-kernel/linux/linux-yocto_4.19.bb
meta/recipes-kernel/linux/linux-yocto_5.0.bb