All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] meta: remove all mention of PCMCIA_MANAGER
@ 2013-01-23 16:24 Ross Burton
  2013-01-23 17:00 ` Marcin Juszkiewicz
  0 siblings, 1 reply; 3+ messages in thread
From: Ross Burton @ 2013-01-23 16:24 UTC (permalink / raw)
  To: openembedded-core

Nothing appears to use this anymore, and it's been a very long time since there
was anyone expressing an interest in the alternatives.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/conf/bitbake.conf                          |    1 -
 meta/conf/distro/include/default-distrovars.inc |    2 --
 meta/conf/documentation.conf                    |    2 --
 meta/conf/machine/include/qemu.inc              |    1 -
 4 files changed, 6 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 2dc50ca..ad03bdb 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -707,7 +707,6 @@ DL_DIR ?= "${TOPDIR}/downloads"
 SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
 IMAGE_FSTYPES ?= "tar.gz"
 INITRAMFS_FSTYPES ?= "cpio.gz"
-PCMCIA_MANAGER ?= "pcmciautils"
 DEFAULT_TASK_PROVIDER ?= "packagegroup-base"
 MACHINE_TASK_PROVIDER ?= "${DEFAULT_TASK_PROVIDER}"
 IMAGE_ROOTFS_SIZE ?= "65536"
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc
index f073547..1169ca5 100644
--- a/meta/conf/distro/include/default-distrovars.inc
+++ b/meta/conf/distro/include/default-distrovars.inc
@@ -4,8 +4,6 @@ OEINCLUDELOGS ?= "yes"
 KERNEL_CONSOLE ?= "ttyS0"
 KEEPUIMAGE ??= "yes"
 
-PCMCIA_MANAGER ?= "pcmciautils"
-
 IMAGE_LINGUAS ?= "en-us en-gb"
 LIMIT_BUILT_LOCALES ?= "POSIX en_US en_GB"
 ENABLE_BINARY_LOCALE_GENERATION ?= "1"
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index e8a1811..0e7c395 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -109,8 +109,6 @@ T[doc]       = "Temporary directory within the WORKDIR."
 GROUP_locale[doc] = "Locale generation of the GNU libc implementation"
 ENABLE_BINARY_LOCALE_GENERATION[doc] = "Enable the use of qemu to generate locale information during build time on the host instead of runtime on the target. If you have trouble with qemu-native you should make this an empty var. @group locale"
 
-PCMCIA_MANAGER[doc] = "Specify which package(s) to install to handle PCMCIA slots (currently, pcmciautils)."
-
 SYSVINIT_ENABLED_GETTYS[doc] = "Specify which VTs should be running a getty, the default is 1"
 
 IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image."
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index de694bd..f68bf32 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -1,4 +1,3 @@
-PCMCIA_MANAGER = "pcmciautils"
 PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
 PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri"
 PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa-dri"
-- 
1.7.10.4




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

* Re: [PATCH] meta: remove all mention of PCMCIA_MANAGER
  2013-01-23 16:24 [PATCH] meta: remove all mention of PCMCIA_MANAGER Ross Burton
@ 2013-01-23 17:00 ` Marcin Juszkiewicz
  2013-01-23 18:06   ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Marcin Juszkiewicz @ 2013-01-23 17:00 UTC (permalink / raw)
  To: openembedded-core

W dniu 23.01.2013 17:24, Ross Burton pisze:
> Nothing appears to use this anymore, and it's been a very long time since there
> was anyone expressing an interest in the alternatives.
> 
> Signed-off-by: Ross Burton <ross.burton@intel.com>

OMG... it was so long time ago... pcmciautils started with 2.6.13-rc1
kernel. Ah those first months when I had to deal with OZ users which
noticed that their Prism2 cards no longer connect to WPA networks...

My first kernel submissions, then my first accepted ones. At one moment
I even wrote script which converted 'pccardctl ident' output into kernel
source lines.

Definitely PCMCIA_MANAGER has to die.




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

* Re: [PATCH] meta: remove all mention of PCMCIA_MANAGER
  2013-01-23 17:00 ` Marcin Juszkiewicz
@ 2013-01-23 18:06   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2013-01-23 18:06 UTC (permalink / raw)
  To: Marcin Juszkiewicz; +Cc: openembedded-core

On 23 January 2013 17:00, Marcin Juszkiewicz
<marcin.juszkiewicz@linaro.org> wrote:
> OMG... it was so long time ago... pcmciautils started with 2.6.13-rc1
> kernel. Ah those first months when I had to deal with OZ users which
> noticed that their Prism2 cards no longer connect to WPA networks...
>
> My first kernel submissions, then my first accepted ones. At one moment
> I even wrote script which converted 'pccardctl ident' output into kernel
> source lines.
>
> Definitely PCMCIA_MANAGER has to die.

I apologise if I'm digging up many repressed memories and you can't
sleep tonight!

Ross



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

end of thread, other threads:[~2013-01-23 18:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-23 16:24 [PATCH] meta: remove all mention of PCMCIA_MANAGER Ross Burton
2013-01-23 17:00 ` Marcin Juszkiewicz
2013-01-23 18:06   ` Burton, Ross

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.