diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-13 14:34:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-13 16:19:20 +0100 |
commit | cf9e6b299aaae23f459d1887e9acf721c0b3f9a4 (patch) | |
tree | 2278469902367972624ae72d8302812b56ae6cbb /meta/classes/populate_sdk.bbclass | |
parent | 1b34b170620bb444bb2289950b6ed3ed2e909177 (diff) | |
download | openembedded-core-contrib-cf9e6b299aaae23f459d1887e9acf721c0b3f9a4.tar.gz |
task-sdk-host: Add nativesdk to the task name so its clearer what the contents of the task represent
This is particularly important since the file doens't use BBCLASSEXTEND
and PN is therefore misleading
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/populate_sdk.bbclass')
-rw-r--r-- | meta/classes/populate_sdk.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk.bbclass b/meta/classes/populate_sdk.bbclass index 413eb52ac39..089ed9ab35b 100644 --- a/meta/classes/populate_sdk.bbclass +++ b/meta/classes/populate_sdk.bbclass @@ -7,7 +7,7 @@ SDK_DEPLOY = "${TMPDIR}/deploy/sdk" SDKTARGETSYSROOT = "${SDKPATH}/sysroots/${TARGET_SYS}" -TOOLCHAIN_HOST_TASK ?= "task-sdk-host task-cross-canadian-${TRANSLATED_TARGET_ARCH}" +TOOLCHAIN_HOST_TASK ?= "task-sdk-host-nativesdk task-cross-canadian-${TRANSLATED_TARGET_ARCH}" TOOLCHAIN_TARGET_TASK ?= "task-core-standalone-sdk-target task-core-standalone-sdk-target-dbg" TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-toolchain-${DISTRO_VERSION}" |