From: Gary Thomas <gary@mlbassoc.com>
To: Poky <poky@lists.pokylinux.org>
Subject: DISTRO_FEATURES only extendable?
Date: Mon, 07 Feb 2011 14:32:42 -0700 [thread overview]
Message-ID: <4D5064FA.2040403@mlbassoc.com> (raw)
[-- 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"
next reply other threads:[~2011-02-07 21:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-07 21:32 Gary Thomas [this message]
2011-02-07 21:42 ` DISTRO_FEATURES only extendable? Chris Larson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D5064FA.2040403@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=poky@lists.pokylinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.