diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-03-23 22:52:12 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-23 22:52:12 +0000 |
commit | 8cce73f9591b8890bafcc9b963f33e6e0f106ba9 (patch) | |
tree | 3b60a4f1ed60c545e5aca37f3b12a84f647a5b46 /conf/bitbake.conf | |
parent | 032650fd051a2f7494c201f28497a01ac49a8383 (diff) |
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.
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 6 |
1 files changed, 6 insertions, 0 deletions
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 |