[meta-intel] [meta-intel-iot-devkit] [PATCH 0/5] Adding missing kernel configurations for meta-intel-iot-devkit

Chang Rebecca Swee Fun rebecca.swee.fun.chang at intel.com
Thu Apr 30 03:44:35 PDT 2015


This patchset was intended to add in some important kernel
configurations that are found missing in the final configuration
(.config) file of linux-yocto-quark kernel.
Some kernel modules were not loaded properly due to these
missing kernel configurations.

The missing kernel configurations in the final .config was
cross-checked with LTSI kernel version 3.14 to track their
dependencies.

The root cause is due to missing dependent kernel config that
was excluded from the .cfg files under meta-intel-iot-devkit/
recipes-kernel/linux/linux-yocto-quark/iot-devkit*

This patches were build tested and verified that the feature
provided by the kernel configurations are now functioning.

This patchset was target to be merge into master if there
is no further concern.

Thanks.

Regards,
Rebecca

YUGERAJ RAMAJAYAM (5):
  linux-yocto-quark: Added CONFIG_USB_NET_RNDIS_WLAN=m to usb-net.cfg
  linux-yocto-quark: Added CONFIG_HW_RANDOM=m and CONFIG_B43_BCMA=m
  linux-yocto-quark: Added CONFIG_IP_ADVANCED_ROUTER=m to
    netfilter-small-3.8.cfg
  linux-yocto-quark: Added CONFIG_USB_MASS_STORAGE=m to
    usb-eth-gadget.cfg
  linux-yocto-quark: Added CONFIG_RTL_CARDS=m to wlan-realtek.cfg

 .../linux/linux-yocto-quark/iot-devkit-spi/netfilter-small-3.8.cfg      | 1 +
 recipes-kernel/linux/linux-yocto-quark/iot-devkit-spi/usb-net.cfg       | 1 +
 recipes-kernel/linux/linux-yocto-quark/iot-devkit-spi/wlan-broadcom.cfg | 2 ++
 recipes-kernel/linux/linux-yocto-quark/iot-devkit-spi/wlan-realtek.cfg  | 1 +
 .../linux/linux-yocto-quark/iot-devkit/netfilter-small-3.8.cfg          | 1 +
 recipes-kernel/linux/linux-yocto-quark/iot-devkit/usb-eth-gadget.cfg    | 2 +-
 recipes-kernel/linux/linux-yocto-quark/iot-devkit/usb-net.cfg           | 1 +
 recipes-kernel/linux/linux-yocto-quark/iot-devkit/wlan-broadcom.cfg     | 2 ++
 recipes-kernel/linux/linux-yocto-quark/iot-devkit/wlan-realtek.cfg      | 1 +
 9 files changed, 11 insertions(+), 1 deletion(-)

-- 
1.9.1



More information about the meta-intel mailing list