diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-25 01:12:06 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-25 01:12:06 +0100 |
| commit | 42df9e99a4c2efbe3a9bb33e42b4057c267c80b3 (patch) | |
| tree | 8cdb5cf327917f8c40b1ca27f5fe7325c04b52dd | |
| parent | 3a526152d9ef5996543915eaa126fc11f1df94df (diff) | |
| download | poky-42df9e99a4c2efbe3a9bb33e42b4057c267c80b3.tar.gz | |
cross-canadian: Fix toolchain path
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/classes/cross-canadian.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass index 29ee99042b..38728362b6 100644 --- a/meta/classes/cross-canadian.bbclass +++ b/meta/classes/cross-canadian.bbclass | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | # or indirectly via dependency. No need to be in 'world'. | 2 | # or indirectly via dependency. No need to be in 'world'. |
| 3 | EXCLUDE_FROM_WORLD = "1" | 3 | EXCLUDE_FROM_WORLD = "1" |
| 4 | 4 | ||
| 5 | STAGING_BINDIR_TOOLCHAIN = "${STAGING_DIR_NATIVE}${bindir_native}/${SDK_ARCH}${SDK_VENDOR}-${SDK_OS}" | ||
| 6 | |||
| 5 | # Save MULTIMACH_ARCH | 7 | # Save MULTIMACH_ARCH |
| 6 | OLD_MULTIMACH_ARCH := "${MULTIMACH_ARCH}" | 8 | OLD_MULTIMACH_ARCH := "${MULTIMACH_ARCH}" |
| 7 | # Save PACKAGE_ARCH | 9 | # Save PACKAGE_ARCH |
