From 119c32c43cd29c782971094ad0ed351acc4efb85 Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Mon, 12 May 2014 12:29:11 +0200 Subject: Remove irda, pcmcia, pci, 3g, nfc, zeroconf features from distro irda is support for infra-red communication pcmcia and pci are not relevant for any of the reference devices 3g adds Ofono to the stack and since we are not making phones, this is completely unnecessary waste of resources. zeroconf adds the Avahi daemon that is a rarely necessary zero-configuration networking manager. nfc is something we support, but none of the reference devices comes with this hardware, and would require an external device that has not been tested by us at all. It's likely that an end user that wants to use custom hardware will need to rebuild the stack anyway so they can just add any of these additional features back to their distro as necessary when they build their own stack. Change-Id: If3951a4170d94ed8db1d40c2bb2d47cf569dc36a Reviewed-by: Samuli Piippo --- conf/distro/b2qt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/b2qt.conf b/conf/distro/b2qt.conf index 66ddcf1..14ee4ce 100644 --- a/conf/distro/b2qt.conf +++ b/conf/distro/b2qt.conf @@ -39,7 +39,7 @@ include conf/distro/include/${MACHINE}.conf SYSVINIT_ENABLED_GETTYS = "" -DISTRO_FEATURES_DEFAULT = "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc" +DISTRO_FEATURES_DEFAULT = "alsa argp bluetooth ext2 largefile usbgadget usbhost wifi xattr nfs" POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl multiarch" DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio" -- cgit v1.2.3-54-g00ecf