summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@digia.com>2014-05-12 12:29:11 +0200
committerAndy Nichols <andy.nichols@digia.com>2014-05-12 17:43:48 +0300
commit119c32c43cd29c782971094ad0ed351acc4efb85 (patch)
tree959d3ac64258e1d8d9143bf7d3612d3f6bc366d9
parent317ae0bf0492694183fe09293628f2873f74ed3a (diff)
downloadmeta-boot2qt-119c32c43cd29c782971094ad0ed351acc4efb85.tar.gz
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 <samuli.piippo@digia.com>
-rw-r--r--conf/distro/b2qt.conf2
1 files changed, 1 insertions, 1 deletions
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
39 39
40SYSVINIT_ENABLED_GETTYS = "" 40SYSVINIT_ENABLED_GETTYS = ""
41 41
42DISTRO_FEATURES_DEFAULT = "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc" 42DISTRO_FEATURES_DEFAULT = "alsa argp bluetooth ext2 largefile usbgadget usbhost wifi xattr nfs"
43POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl multiarch" 43POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl multiarch"
44DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio" 44DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio"
45 45