summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-07-03 05:09:12 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-04 17:40:31 +0100
commitef6e25a8dc5b634ce6b4a59b56469c4eb0aff9d9 (patch)
tree9265d362176d63c027a288c539ec85fe2629b39e /meta/conf
parent96ebfa7c5f201ea0cab50f9e3be746c8b3680278 (diff)
downloadpoky-ef6e25a8dc5b634ce6b4a59b56469c4eb0aff9d9.tar.gz
pcmcia-cs: Remove references to long-deprecated pcmcia-cs.
pcmciautils is the appropriate PCMCIA package these days. (From OE-Core rev: 5066f7e9750253bc4678f2884e15f0333e60932b) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
-rw-r--r--meta/conf/documentation.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 1ca885fe3f..744f4dfda8 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -689,7 +689,7 @@ DL_DIR ?= "${TOPDIR}/downloads"
689SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 689SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
690IMAGE_FSTYPES ?= "tar.gz" 690IMAGE_FSTYPES ?= "tar.gz"
691INITRAMFS_FSTYPES ?= "cpio.gz" 691INITRAMFS_FSTYPES ?= "cpio.gz"
692PCMCIA_MANAGER ?= "pcmcia-cs" 692PCMCIA_MANAGER ?= "pcmciautils"
693DEFAULT_TASK_PROVIDER ?= "task-base" 693DEFAULT_TASK_PROVIDER ?= "task-base"
694MACHINE_TASK_PROVIDER ?= "${DEFAULT_TASK_PROVIDER}" 694MACHINE_TASK_PROVIDER ?= "${DEFAULT_TASK_PROVIDER}"
695IMAGE_ROOTFS_SIZE ?= "65536" 695IMAGE_ROOTFS_SIZE ?= "65536"
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index 24b307b862..e8a1811228 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -109,7 +109,7 @@ T[doc] = "Temporary directory within the WORKDIR."
109GROUP_locale[doc] = "Locale generation of the GNU libc implementation" 109GROUP_locale[doc] = "Locale generation of the GNU libc implementation"
110ENABLE_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" 110ENABLE_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"
111 111
112PCMCIA_MANAGER[doc] = "Specify which package(s) to install to handle PCMCIA slots (usually pcmcia-cs or pcmciautils)." 112PCMCIA_MANAGER[doc] = "Specify which package(s) to install to handle PCMCIA slots (currently, pcmciautils)."
113 113
114SYSVINIT_ENABLED_GETTYS[doc] = "Specify which VTs should be running a getty, the default is 1" 114SYSVINIT_ENABLED_GETTYS[doc] = "Specify which VTs should be running a getty, the default is 1"
115 115