[meta-intel] [meta-intel-galileo] [PATCH 3/3] launcher.sh: kick off sketch reset binary in background

2015-04-30 Thread rebecca . swee . fun . chang
From: Josef Ahmad Signed-off-by: Josef Ahmad Reviewed-by: Ong Boon Leong Tested-by: Ong Boon Leong Signed-off-by: Chang Rebecca Swee Fun --- recipes-galileo/galileo-target/files/launcher.sh | 5 + 1 file changed, 5 insertions(+) diff --git a/recipes-galileo/galileo-target/files/launcher

[meta-intel] [meta-intel-galileo] [PATCH 2/3] launcher.sh: start clloader only on galileo

2015-04-30 Thread rebecca . swee . fun . chang
From: Josef Ahmad Add the dmidecode logic that comes from galileod.sh to launcher.sh. At the moment this is pure duplication. Signed-off-by: Josef Ahmad Reviewed-by: Ong Boon Leong Tested-by: Ong Boon Leong Signed-off-by: Chang Rebecca Swee Fun --- recipes-galileo/galileo-target/files/launc

[meta-intel] [meta-intel-galileo] [PATCH 1/3] galileod.sh: do not kick off the sketch reset daemon

2015-04-30 Thread rebecca . swee . fun . chang
From: Josef Ahmad The sketch reset daemon start will be moved to launcher.sh Signed-off-by: Josef Ahmad Reviewed-by: Ong Boon Leong Tested-by: Ong Boon Leong Signed-off-by: Chang Rebecca Swee Fun --- recipes-core/initscripts/files/galileod.sh | 5 - 1 file changed, 5 deletions(-) diff

[meta-intel] [meta-intel-galileo] [PATCH 0/3] Fixing launcher.sh running background tasks on non-Galileo platforms

2015-04-30 Thread rebecca . swee . fun . chang
From: Chang Rebecca Swee Fun I'm sending this patch set on behalf on Josef while he is away. The launcher.sh background task is running on non-Galileo platforms when booted from SD cards. The launcher.sh attempts to load cloader every 200ms and should only run on Galileo Gen1 and Gen2. The launc

[meta-intel] [meta-intel-iot-devkit] [PATCH 5/5] linux-yocto-quark: Added CONFIG_RTL_CARDS=m to wlan-realtek.cfg

2015-04-30 Thread Chang Rebecca Swee Fun
From: YUGERAJ RAMAJAYAM Added CONFIG_RTL_CARDS=m to wlan-realtek.cfg. The follwing kernel configuration depends on CONFIG_RTL_CARDS to be enabled in kernel configuration: CONFIG_RTLWIFI=m CONFIG_RTLWIFI_DEBUG=n CONFIG_RTL8723AE=m CONFIG_RTL8192SE=m CONFIG_RTL8192DE=m CONFIG_RTL8192CU=m CONFIG_RT

[meta-intel] [meta-intel-iot-devkit] [PATCH 4/5] linux-yocto-quark: Added CONFIG_USB_MASS_STORAGE=m to usb-eth-gadget.cfg

2015-04-30 Thread Chang Rebecca Swee Fun
From: YUGERAJ RAMAJAYAM 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 Signed-off-by: Chang Rebecca Swee Fun

[meta-intel] [meta-intel-iot-devkit] [PATCH 3/5] linux-yocto-quark: Added CONFIG_IP_ADVANCED_ROUTER=m to netfilter-small-3.8.cfg

2015-04-30 Thread Chang Rebecca Swee Fun
From: YUGERAJ RAMAJAYAM Added CONFIG_IP_ADVANCED_ROUTER=m to netfilter-small-3.8.cfg. CONFIG_IP_MULTIPLE_TABLES requires CONFIG_IP_ADVANCED_ROUTER to be enabled in kernel configuration. Signed-off-by: YUGERAJ RAMAJAYAM Signed-off-by: Chang Rebecca Swee Fun --- .../linux/linux-yocto-quark/iot

[meta-intel] [meta-intel-iot-devkit] [PATCH 2/5] linux-yocto-quark: Added CONFIG_HW_RANDOM=m and CONFIG_B43_BCMA=m

2015-04-30 Thread Chang Rebecca Swee Fun
From: YUGERAJ RAMAJAYAM Added CONFIG_HW_RANDOM=m and CONFIG_B43_BCMA=m to wlan-broadcom.cfg. CONFIG_B43_HWRNG requires CONFIG_HW_RANDOM to be enabled in kernel configuration. CONFIG_B43_PHY_HT requires CONFIG_B43_BCMA to be enabled in kernel configuration. Signed-off-by: YUGERAJ RAMAJAYAM Si

[meta-intel] [meta-intel-iot-devkit] [PATCH 1/5] linux-yocto-quark: Added CONFIG_USB_NET_RNDIS_WLAN=m to usb-net.cfg

2015-04-30 Thread Chang Rebecca Swee Fun
From: YUGERAJ RAMAJAYAM Added CONFIG_USB_NET_RNDIS_WLAN=m to usb-net.cfg. CONFIG_USB_USBNET requires CONFIG_USB_NET_RNDIS_WLAN to be enabled in kernel configuration. Signed-off-by: YUGERAJ RAMAJAYAM Signed-off-by: Chang Rebecca Swee Fun --- recipes-kernel/linux/linux-yocto-quark/iot-devkit-s

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

2015-04-30 Thread Chang Rebecca Swee Fun
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

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

2015-04-30 Thread Chang Rebecca Swee Fun
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