From 8cce73f9591b8890bafcc9b963f33e6e0f106ba9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 23 Mar 2006 22:52:12 +0000 Subject: PCMCIA_MANAGER: Correctly handle this for various machines in a consistent way and set a default in bitbake.conf for backwards compatibility in such a way it can be overridden in a variety of ways. --- conf/bitbake.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'conf/bitbake.conf') diff --git a/conf/bitbake.conf b/conf/bitbake.conf index cd435a9cad..3b642e58f7 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -395,3 +395,9 @@ include conf/machine/${MACHINE}.conf include conf/distro/${DISTRO}.conf include conf/documentation.conf require conf/sanity.conf + +################################################################## +# Weak variables (usually to retain backwards compatibility) +################################################################## + +PCMCIA_MANAGER ?= "pcmcia-cs" \ No newline at end of file -- cgit v1.2.3