Re: [OE-core] Busybox/RFKILL

2014-10-06 Thread Burton, Ross
On 4 October 2014 19:00, Michael Gloff wrote: > I've run into a slight issue that when I enable RFKILL in busybox config, my > config gets overwritten by busybox.inc. I do not have wifi in > DISTRO_FEATURES. I believe that > > busybox_cfg(bb.utils.contains('DISTRO_FEATURES', 'wifi', True, False, d

[OE-core] Busybox/RFKILL

2014-10-04 Thread Michael Gloff
All, I've run into a slight issue that when I enable RFKILL in busybox config, my config gets overwritten by busybox.inc. I do not have wifi in DISTRO_FEATURES. I believe that busybox_cfg(bb.utils.contains('DISTRO_FEATURES', 'wifi', True, False, d), 'CONFIG_RFKILL', cnf, rem) is not performing as