[meta-intel] Config warning with pyro default Intel Kernel

Mikko Ylinen mikko.ylinen at linux.intel.com
Tue Sep 19 10:21:41 PDT 2017


Hi,


On 19/09/17 18:18, Dominig Ar Foll wrote:
> Hello,
>
> Since AGL has moved to Pyro, I have some warning on the default configuration.
> I do not understand how to fiw them, as it seems that even if I add a
> corresponding config statement in a fragment, I still get the warning.
>
> Having warning is pain when supporting remote users. I aim at having
> the base config to build with no warning.
>
> Could someone help me to fix it ?
> See log below.
>

I did not get to quote the actual logs due to signature separator. 
Anyway, the
warnings happen due to conflicting config fragments.

For example, by default yocto-kernel-cache 
(features/media/media-usb-webcams.cfg)
sets CONFIG_USB_VIDEO_CLASS=m but AGL has uvc.cfg sets
CONFIG_USB_VIDEO_CLASS=y.

Similarly, usb.cfg in AGL sets CONFIG_USB_SERIAL=m but to unable
CONFIG_USB_SERIAL_CONSOLE=y you need CONFIG_USB_SERIAL=y so
the serial console setting gets disabled.

You'd need to go through the conflicts one by one.

-- Mikko


More information about the meta-intel mailing list