diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-01-28 15:44:56 -0500 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-01-28 15:44:56 -0500 |
commit | 6638d03ac6f88d30dfc904a1e20f9d3c5d73fa70 (patch) | |
tree | dca1348f8431ddcfa53f5c7e5db859d99b6f3be7 /conf/bitbake.conf | |
parent | 95c914647d7fcbefee17b6c319af2d576b503f4e (diff) | |
parent | b2b123a438f9a456dca068330c27ba554524b0e3 (diff) |
Merge branch 'org.openembedded.dev' into trini/canadian-final-merge
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index c2af8cd504..7c9dceee5f 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -295,7 +295,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. |