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 | |
| 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')
| -rw-r--r-- | meta/conf/bitbake.conf | 3 | ||||
| -rw-r--r-- | meta/conf/external_toolchain.conf | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 296f2c9abd..f75e7c59de 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -180,6 +180,9 @@ DEPLOY_DIR_IPK = "${DEPLOY_DIR}/ipk" | |||
| 180 | DEPLOY_DIR_RPM = "${DEPLOY_DIR}/rpm" | 180 | DEPLOY_DIR_RPM = "${DEPLOY_DIR}/rpm" |
| 181 | DEPLOY_DIR_DEB = "${DEPLOY_DIR}/deb" | 181 | DEPLOY_DIR_DEB = "${DEPLOY_DIR}/deb" |
| 182 | 182 | ||
| 183 | SDK_NAME = "${DISTRO}/${TARGET_ARCH}" | ||
| 184 | SDK_PREFIX = "/usr/local/${SDK_NAME}" | ||
| 185 | |||
| 183 | ################################################################## | 186 | ################################################################## |
| 184 | # Kernel info. | 187 | # Kernel info. |
| 185 | ################################################################## | 188 | ################################################################## |
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 | ||
