On Mon, Aug 04, 2014 at 01:41:11PM -0500, Ben Shelton wrote: > From: Richard Tollerton <[email protected]> > > /lib/udev/keymaps/ is 244k. On headless machines, this is wasted space. > > Natinst-Rally-ID: TA44427 > Acked-by: Gratian Crisan <[email protected]> > Natinst-ReviewBoard-ID: 58621 > Signed-off-by: Richard Tollerton <[email protected]> > --- > meta/recipes-core/udev/udev.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc > index 8394064..2d2150c 100644 > --- a/meta/recipes-core/udev/udev.inc > +++ b/meta/recipes-core/udev/udev.inc > @@ -51,6 +51,7 @@ EXTRA_OECONF = "--disable-introspection \ > --with-rootlibdir=${base_libdir} \ > --with-rootprefix= \ > --without-systemdsystemunitdir \ > + ${@base_contains('MACHINE_FEATURES', 'keyboard', '', > '--disable-keymap', d)} \
udev isn't MACHINE_ARCH, so you cannot use MACHINE_FEATURES there. But you can add PACKAGECONFIG and let DISTRO decide if all supported MACHINEs are headless, it can disable it. > " > > PACKAGES =+ "udev-cache" > -- > 2.0.4 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
