summaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-01-16 23:26:23 -0500
committerTom Rini <trini@embeddedalley.com>2009-01-16 23:26:23 -0500
commit04c9615b938eaabfbadc99c1707eb44657c95a61 (patch)
tree78519400a9878cfe632315269ddcd7f66f38b580 /conf/bitbake.conf
parentfaf3b9049506eaf559a4c1ee42c587b9ebdae0fc (diff)
downloadopenembedded-04c9615b938eaabfbadc99c1707eb44657c95a61.tar.gz
SDK: Rename 'SDK_PREFIX' to 'SDK_PATH' so that it has a meaning analogous to BUILD/TARGET/HOST
This isn't a big deal until we introduce the rest of the SDK variables for doing Canadian builds.
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 3646522d93..06fb8934dd 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -285,7 +285,7 @@ DEPLOY_DIR_TOOLS = "${DEPLOY_DIR}/tools"
PKGDATA_DIR = "${TMPDIR}/pkgdata/${MULTIMACH_TARGET_SYS}"
SDK_NAME = "${DISTRO}/${TARGET_ARCH}"
-SDK_PREFIX = "/usr/local/${SDK_NAME}"
+SDK_PATH = "/usr/local/${SDK_NAME}"
##################################################################
# Kernel info.