Mikko,

I would have expected that using meta-intel and base yocto configuration, I would get a build without any warning.
I that a correct assumption ? or is there warnings when building the base config already ?

Dominig

Le 19/09/2017 à 19:21, Mikko Ylinen a écrit :
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

-- 
Dominig ar Foll
Senior Software Architect
Intel Open Source Technology Centre

-- 
_______________________________________________
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to