diff options
author | Richard Purdie <richard@openedhand.com> | 2007-06-27 14:13:23 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-06-27 14:13:23 +0000 |
commit | 13438101436699a3f4adc23f7d87e3c37c3b0322 (patch) | |
tree | 1e400285aa8c11fd49288b21c07f643b709a11ba /meta/conf/external_toolchain.conf | |
parent | 569253545164f1fa0349f6f862abdffdd9627371 (diff) | |
download | poky-13438101436699a3f4adc23f7d87e3c37c3b0322.tar.gz |
bitbake.conf: Move SDK_NAME and SDK_PREFIX into bitbake.conf
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2035 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/external_toolchain.conf')
-rw-r--r-- | meta/conf/external_toolchain.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/external_toolchain.conf b/meta/conf/external_toolchain.conf index 6a1b8e71b9..3856fe1ca6 100644 --- a/meta/conf/external_toolchain.conf +++ b/meta/conf/external_toolchain.conf | |||
@@ -1,6 +1,6 @@ | |||
1 | TARGET_VENDOR = "-poky" | 1 | TARGET_VENDOR = "-poky" |
2 | 2 | ||
3 | EXTERNAL_TOOLCHAIN = "/usr/local/poky/${TARGET_ARCH}" | 3 | EXTERNAL_TOOLCHAIN = "${SDK_PREFIX}" |
4 | 4 | ||
5 | PATH =. ":${EXTERNAL_TOOLCHAIN}/bin:" | 5 | PATH =. ":${EXTERNAL_TOOLCHAIN}/bin:" |
6 | 6 | ||