[linux-yocto] [PATCH 1/1] xilinx-zynqmp: remove CONFIG_VIRTIO=y from xilinx-zynqmp.cfg
quanyang.wang at windriver.com
quanyang.wang at windriver.com
Tue Nov 5 01:07:18 PST 2019
From: Quanyang Wang <quanyang.wang at 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.wang at 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
More information about the linux-yocto
mailing list