From: YUGERAJ RAMAJAYAM <[email protected]> Added CONFIG_USB_MASS_STORAGE=m to usb-eth-gadget.cfg.
CONFIG_USB_MASS_STORAGE was enabled to modular installation as it was disabled by default in kernel configuration for iot-devkit (image-full). Signed-off-by: YUGERAJ RAMAJAYAM <[email protected]> Signed-off-by: Chang Rebecca Swee Fun <[email protected]> --- recipes-kernel/linux/linux-yocto-quark/iot-devkit/usb-eth-gadget.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-yocto-quark/iot-devkit/usb-eth-gadget.cfg b/recipes-kernel/linux/linux-yocto-quark/iot-devkit/usb-eth-gadget.cfg index b05042c..50c84d1 100644 --- a/recipes-kernel/linux/linux-yocto-quark/iot-devkit/usb-eth-gadget.cfg +++ b/recipes-kernel/linux/linux-yocto-quark/iot-devkit/usb-eth-gadget.cfg @@ -1,3 +1,3 @@ CONFIG_USB_ETH=m CONFIG_USB_ETH_RNDIS=y -CONFIG_USB_MASS_STORAGE=n \ No newline at end of file +CONFIG_USB_MASS_STORAGE=m -- 1.9.1 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
