Re: [linux-yocto] [PATCH V2] uvesafb: provide option to specify timeout for task completion

2016-09-07 Thread Bruce Ashfield
On 2016-08-25 6:30 PM, Jianxun Zhang wrote: We try to make this change a generic extension, but it is actually for a corner case. When a VM (qemu) gets a very limited cpu bandwidth from host, which could be under a heavy load, the existing 5000 ms timeout could occur and trigger error messages in

[linux-yocto] [yocto-kernel-cache] [PATCH 2/2] bsp: leafhill: remove duplicated config

2016-09-07 Thread Rebecca Chang Swee Fun
Removing duplicated configs for USB_FUNCTIONFS_RNDIS. Some house-keeping to make the list easier to maintain. Signed-off-by: Rebecca Chang Swee Fun --- bsp/leafhill/leafhill.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bsp/leafhill/leafhill.cfg b/bsp/leafhill/leafhil

[linux-yocto] [yocto-kernel-cache] [PATCH 1/2] bsp: leafhill: update by including existing config fragments

2016-09-07 Thread Rebecca Chang Swee Fun
Removing some of the configs in leafhill.cfg that already are available in usb-net and printk feature config fragments. Enable them by including the feature fragments in leafhill.scc. Signed-off-by: Rebecca Chang Swee Fun --- bsp/leafhill/leafhill.cfg | 9 - bsp/leafhill/leafhill.scc | 2

[linux-yocto] [yocto-kernel-cache] [PATCH 0/2] leafhill: follow-up patch with some refactoring

2016-09-07 Thread Rebecca Chang Swee Fun
Hi Bruce, Thanks to Saul's comment and I noticed that the configs enabled for leafhill bsp were duplicated and some are available via feature fragments after a quick check. I have done some house-keeping for leafhill bsp type. Please review and merge for yocto-4.1. Thanks a lot. Regards, Rebecc