All of lore.kernel.org
 help / color / mirror / Atom feed
* DISTRO_FEATURES only extendable?
@ 2011-02-07 21:32 Gary Thomas
  2011-02-07 21:42 ` Chris Larson
  0 siblings, 1 reply; 2+ messages in thread
From: Gary Thomas @ 2011-02-07 21:32 UTC (permalink / raw)
  To: Poky

[-- Attachment #1: Type: text/plain, Size: 577 bytes --]

I have my own distribution which is an extension of Poky
(my DISTRO.conf is based on poky.conf via requires)

Is there some reason that DISTRO_FEATURES is fixed by poky.conf
and not overridable?  e.g. my systems seldom have WiFi or PCMCIA,
so it's silly to include that support.

Would the attached patch be acceptable to the mainstream?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

[-- Attachment #2: poky-distro.patch --]
[-- Type: text/plain, Size: 581 bytes --]

diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index aeab039..64a2b1d 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -111,7 +111,7 @@ LIMIT_BUILT_LOCALES ?= "POSIX en_US en_GB"
 ENABLE_BINARY_LOCALE_GENERATION ?= "1"
 LOCALE_UTF8_ONLY = "0"
 
-DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci"
+DISTRO_FEATURES ?= "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci"
 
 POKY_EXTRA_RDEPENDS = "task-poky-boot"
 POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config"

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-07 21:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-07 21:32 DISTRO_FEATURES only extendable? Gary Thomas
2011-02-07 21:42 ` Chris Larson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.