Re: [linux-yocto] [PATCH] configme : Match KARCH onto kernel.org arch

2016-01-05 Thread Dey, Megha
I am trying to build the kernel(v4.3) for a 32 bit architecture. I use a custom linux kernel recipe and do not use any defconfig file explicitly. I expect yocto to assume the right config file based on the MACHINE variable specified. The config file is generated by this command in the configme sc

Re: [linux-yocto] [PATCH] configme : Match KARCH onto kernel.org arch

2016-01-05 Thread Saul Wold
On Tue, 2016-01-05 at 23:16 -0500, Bruce Ashfield wrote: > On 2016-01-05 5:12 PM, Megha Dey wrote: > > When qemux86 is selected as MACHINE type, and a custom linux kernel > > is built, yocto assumes KARCH to be x86. This leads to a 64 bit > > config file getting generated instead of a 32 bit one. H

Re: [linux-yocto] [PATCH] configme : Match KARCH onto kernel.org arch

2016-01-05 Thread Bruce Ashfield
On 2016-01-05 5:12 PM, Megha Dey wrote: When qemux86 is selected as MACHINE type, and a custom linux kernel is built, yocto assumes KARCH to be x86. This leads to a 64 bit config file getting generated instead of a 32 bit one. Hence, always make KARCH as i386 when a 32 bit MACHINE type is selecte

Re: [linux-yocto] [PATCH] intel_pwm: refactor and use the feature fragment

2016-01-05 Thread Sullivan, California L
This is only targeted at master/4.4 by the way. In 4.1 CONFIG_PWM_PCA9685 has additional dependencies that we do not want to enable. Thanks, Cal Sullivan On 01/05/2016 02:04 PM, Sullivan, California L wrote: > From: California Sullivan > > Configure PWMs on Intel platforms as modules and add it

[linux-yocto] [PATCH] configme : Match KARCH onto kernel.org arch

2016-01-05 Thread Megha Dey
When qemux86 is selected as MACHINE type, and a custom linux kernel is built, yocto assumes KARCH to be x86. This leads to a 64 bit config file getting generated instead of a 32 bit one. Hence, always make KARCH as i386 when a 32 bit MACHINE type is selected. Signed-off-by: Megha Dey --- tools/c

[linux-yocto] [PATCH] intel_pwm: refactor and use the feature fragment

2016-01-05 Thread california . l . sullivan
From: California Sullivan Configure PWMs on Intel platforms as modules and add it to intel-common-drivers. Remove PWM configurations from baytrail.cfg since its enabled elsewhere. Signed-off-by: California Sullivan --- bsp/intel-common/intel-common-drivers.scc | 1 + features/pwm/intel_pwm.cf

Re: [linux-yocto] [PATCH 0/3] Update config options based on linux-yocto-dev

2016-01-05 Thread Bruce Ashfield
On 16-01-04 09:21 PM, Saul Wold wrote: Bruce, This was some work I started over the break to check meta-intel with the linux-yocto-dev branch, which is now 4.4 based. This will likely require that the yocto-kernel-cache get a linux-4.4 branch since these changes are specific to 4.4. These mak

Re: [linux-yocto] korean/chinese keyboard layout support on yocto

2016-01-05 Thread Bryan
On Dec 24, 2015 1:40 PM, "Bryan" wrote: > > On Dec 18, 2015 1:03 PM, "Bryan" wrote: > > > > Hi, > > I am working on yocto poky-dizzy 1.7.1 and have developed some > application on top of customized os image. I have a reqirement to support > korean/chinese keyboard layout for application. > >