Advertisement
Guest User

Untitled

a guest
Aug 20th, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. WARNING: linux-yocto-5.8.1+gitAUTOINC+a3138cb23c_1fc5490bef-r0 do_kernel_configcheck: [kernel config]: specified values did not make it into the kernel's final configuration:
  2.  
  3. [NOTE]: 'CONFIG_SCSI_VIRTIO' last val (y) and .config val (m) do not match
  4. [INFO]: CONFIG_SCSI_VIRTIO : m ## .config: 1557 :configs/v5.8/standard/mti-malta32/cfg/virtio.cfg (y)
  5. [INFO]: raw config text:
  6.  
  7. config SCSI_VIRTIO
  8. tristate "virtio-scsi support"
  9. depends on VIRTIO && SCSI_LOWLEVEL && SCSI
  10. help
  11. This is the virtual HBA driver for virtio. If the kernel will
  12. be used in a virtual machine, say Y or M.
  13.  
  14. Config 'SCSI_VIRTIO' has the following Direct dependencies (SCSI_VIRTIO=m):
  15. VIRTIO(=y) && SCSI_LOWLEVEL(=y) && SCSI(=m)
  16. Parent dependencies are:
  17. SCSI [m] VIRTIO [y] SCSI_LOWLEVEL [y]
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement