On Wed, Dec 21, 2011 at 2:02 AM, Darren Hart <[email protected]> wrote: > For example, I could not discover a way to use > oe_filter_out inside poky-tiny.conf to remove "keyboard" for MACHINE_FEATURES.
This might be best handled via inclusion of a .inc which defines an event handler or anonymous python function that removes it. The problem with the := + oe_filter_out method is that it forces an immediate variable expansion right there, which can cause problems in some cases. -- Christopher Larson _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
