From: Quanyang Wang <quanyang.w...@windriver.com>

Don't need to set CONFIG_VIRTIO to be "y" explicitly, or else
when bitbake core-image-base there will be building warning as below:

WARNING: linux-yocto-5.2.x+gitAUTOINC+343a633207_b039f25b0a-r0 
do_kernel_configcheck: [kernel config]: specified values did not make it into 
the kernel's final configuration:
---------- CONFIG_VIRTIO -----------------
Config: CONFIG_VIRTIO
Requested value: CONFIG_VIRTIO=y
Actual value: CONFIG_VIRTIO=m

Signed-off-by: Quanyang Wang <quanyang.w...@windriver.com>
---
 bsp/xilinx-zynqmp/xilinx-zynqmp.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg 
b/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg
index b87c28924..c86bda117 100644
--- a/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg
+++ b/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg
@@ -121,7 +121,6 @@ CONFIG_XILINX_DMA=y
 
 CONFIG_UIO=y
 CONFIG_UIO_XILINX_APM=y
-CONFIG_VIRTIO=y
 CONFIG_COMMON_CLK=y
 CONFIG_COMMON_CLK_SI570=y
 CONFIG_COMMON_CLK_SI5324=y
-- 
2.17.1

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to