diff options
author | Ross Burton <ross.burton@intel.com> | 2013-01-23 16:24:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-25 12:42:48 +0000 |
commit | 4a7a476785a9bdbd72fd9c32cf640e3c82a2f531 (patch) | |
tree | c9fd5c5c935f5257658d70a08ac1fd60f07ab370 /meta/conf/distro | |
parent | 0d2a301bca4eb9d43243f1a03c1cd1ab3f27f30a (diff) | |
download | poky-4a7a476785a9bdbd72fd9c32cf640e3c82a2f531.tar.gz |
meta: remove all mention of PCMCIA_MANAGER
Nothing appears to use this anymore, and it's been a very long time since there
was anyone expressing an interest in the alternatives.
(From OE-Core rev: f6f289c13b9da9c2793d1fd30456216db8afad64)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index f07354771a..1169ca5b6f 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
@@ -4,8 +4,6 @@ OEINCLUDELOGS ?= "yes" | |||
4 | KERNEL_CONSOLE ?= "ttyS0" | 4 | KERNEL_CONSOLE ?= "ttyS0" |
5 | KEEPUIMAGE ??= "yes" | 5 | KEEPUIMAGE ??= "yes" |
6 | 6 | ||
7 | PCMCIA_MANAGER ?= "pcmciautils" | ||
8 | |||
9 | IMAGE_LINGUAS ?= "en-us en-gb" | 7 | IMAGE_LINGUAS ?= "en-us en-gb" |
10 | LIMIT_BUILT_LOCALES ?= "POSIX en_US en_GB" | 8 | LIMIT_BUILT_LOCALES ?= "POSIX en_US en_GB" |
11 | ENABLE_BINARY_LOCALE_GENERATION ?= "1" | 9 | ENABLE_BINARY_LOCALE_GENERATION ?= "1" |