All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: pcmcia-cs: Remove references to long-deprecated pcmcia-cs.
Date: Thu, 05 Jul 2012 10:43:10 -0700	[thread overview]
Message-ID: <4FF5D22E.3090405@linux.intel.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1207030503530.28720@oneiric>

On 07/03/2012 02:09 AM, Robert P. J. Day wrote:
>
> pcmciautils is the appropriate PCMCIA package these days.
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
> ---
>
>    the only reference left to pcmcia-cs is this acceptable historical
> reference:
>
> $ grep -r pcmcia-cs *
> meta/recipes-core/udev/udev/network.sh:# Code taken from pcmcia-cs:/etc/pcmcia/network
> $
>
> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> index f6d6f7d..005f7bc 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -690,7 +690,7 @@ DL_DIR ?= "${TOPDIR}/downloads"
>   SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
>   IMAGE_FSTYPES ?= "tar.gz"
>   INITRAMFS_FSTYPES ?= "cpio.gz"
> -PCMCIA_MANAGER ?= "pcmcia-cs"
> +PCMCIA_MANAGER ?= "pcmciautils"
>   DEFAULT_TASK_PROVIDER ?= "task-base"
>   MACHINE_TASK_PROVIDER ?= "${DEFAULT_TASK_PROVIDER}"
>   IMAGE_ROOTFS_SIZE ?= "65536"
> diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
> index 24b307b..e8a1811 100644
> --- a/meta/conf/documentation.conf
> +++ b/meta/conf/documentation.conf
> @@ -109,7 +109,7 @@ 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 (usually pcmcia-cs or pcmciautils)."
> +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"
>
> diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils.inc b/meta/recipes-bsp/pcmciautils/pcmciautils.inc
> index c0c1d0c..fa35daf 100644
> --- a/meta/recipes-bsp/pcmciautils/pcmciautils.inc
> +++ b/meta/recipes-bsp/pcmciautils/pcmciautils.inc
> @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>
>   DEPENDS = "sysfsutils flex-native"
>   RDEPENDS_${PN} = "udev module-init-tools"
> -RCONFLICTS_${PN} += "pcmcia-cs"
>
>   SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2"
>
> diff --git a/meta/recipes-core/udev/udev/network.sh b/meta/recipes-core/udev/udev/network.sh
> index 5016328..bccd422 100644
> --- a/meta/recipes-core/udev/udev/network.sh
> +++ b/meta/recipes-core/udev/udev/network.sh
> @@ -1,8 +1,5 @@
>   #!/bin/sh
>
> -# Do not run when pcmcia-cs is installed
> -test -x /sbin/cardctl && exit 0
> -
>   # We get two "add" events for hostap cards due to wifi0
>   echo "$INTERFACE" | grep -q wifi && exit 0
>
>
Merged into OE-Core

Thanks
	Sau!





      reply	other threads:[~2012-07-05 17:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-03  9:09 pcmcia-cs: Remove references to long-deprecated pcmcia-cs Robert P. J. Day
2012-07-05 17:43 ` Saul Wold [this message]

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=4FF5D22E.3090405@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.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.