]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta: remove all mention of PCMCIA_MANAGER
authorRoss Burton <ross.burton@intel.com>
Wed, 23 Jan 2013 16:24:15 +0000 (16:24 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Jan 2013 12:35:49 +0000 (12:35 +0000)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf
meta/conf/distro/include/default-distrovars.inc
meta/conf/documentation.conf
meta/conf/machine/include/qemu.inc

index b6ab5c3cb1fce53053861afcc3983e66795570be..223c03fab788fad8ab53c24421b1d186d4e531b7 100644 (file)
@@ -702,7 +702,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"
index f07354771aaa54b159cb9e6c9e0062c870298211..1169ca5b6fb78b344ece34ba516c7c753115c521 100644 (file)
@@ -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"
index e8a1811228f03fda2d0e2254508d9ce6f114e3fa..0e7c39550a121745b637966b369068969619ef77 100644 (file)
@@ -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."
index de694bd954ac59c7a3b698c937898c1770abf2ef..f68bf32d16877e9554eaee842bbcd18ba917200e 100644 (file)
@@ -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"