when compiled the kernel of OVP9, it failed with the following the error. LD drivers/tty/hvc/built-in.o 2887 CC drivers/gpu/drm/i915/i915_gem_debug.o 2888 CC drivers/gpu/drm/i915/i915_gem_dmabuf.o 2889 CC drivers/net/ethernet/intel/i40e/i40e_common.o 2890 /project/OVP9/host/build/tmp/work-shared/intel-x86-64/kernel-source/drivers/usb/host/pci-quirks.c:21:40: fatal error: linux/extcon/intel_usb_mux.h: No such file or directory 2891 #include <linux/extcon/intel_usb_mux.h> 2892 ^ 2893 compilation terminated. 2894 /project/OVP9/host/build/tmp/work-shared/intel-x86-64/kernel-source/scripts/Makefile.build:289: recipe for target 'drivers/usb/host/pci-quirks.o' failed 2895 make[5]: *** [drivers/usb/host/pci-quirks.o] Error 1 commit 2998972856094d6bca005b5c36c69f103e3ca702 from git://git@github.com:01org/linux-intel-4.9.git
1.configure and build the project setup.sh --machines intel-x86-64 --templates feature/dpdk feature/kernel-ovp-kvm --distro wrlinux-ovp --layer wr-dpdk --dl-layers 2.build the kernel . ./oe-init-build-env bitbake linux-windriver-ovp-kvm