diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2016-01-28 15:18:20 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-10 16:06:22 +0000 |
commit | 2ecc319690cef3725c6830e7991c2637ac18087c (patch) | |
tree | 98e0cae2136cfe3005469110c40cddcf83c96764 /meta/classes/populate_sdk_ext.bbclass | |
parent | 7b459be4bdb7586c58ebcd471deb9647c516b173 (diff) | |
download | poky-2ecc319690cef3725c6830e7991c2637ac18087c.tar.gz |
populate_sdk_ext: Set TOOLCHAINEXT_OUTPUTNAME.
This variable is needed by testextsdk to known the name of extensible
sdk file generated.
(From OE-Core rev: e4cf46f240dda6263ba3ba14cd63087cce166f1c)
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/populate_sdk_ext.bbclass')
-rw-r--r-- | meta/classes/populate_sdk_ext.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index 704c003400..79a4685834 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
@@ -48,7 +48,8 @@ COREBASE_FILES ?= " \ | |||
48 | 48 | ||
49 | SDK_DIR_task-populate-sdk-ext = "${WORKDIR}/sdk-ext" | 49 | SDK_DIR_task-populate-sdk-ext = "${WORKDIR}/sdk-ext" |
50 | B_task-populate-sdk-ext = "${SDK_DIR}" | 50 | B_task-populate-sdk-ext = "${SDK_DIR}" |
51 | TOOLCHAIN_OUTPUTNAME_task-populate-sdk-ext = "${SDK_NAME}-toolchain-ext-${SDK_VERSION}" | 51 | TOOLCHAINEXT_OUTPUTNAME = "${SDK_NAME}-toolchain-ext-${SDK_VERSION}" |
52 | TOOLCHAIN_OUTPUTNAME_task-populate-sdk-ext = "${TOOLCHAINEXT_OUTPUTNAME}" | ||
52 | 53 | ||
53 | SDK_TITLE_task-populate-sdk-ext = "${@d.getVar('DISTRO_NAME', True) or d.getVar('DISTRO', True)} Extensible SDK" | 54 | SDK_TITLE_task-populate-sdk-ext = "${@d.getVar('DISTRO_NAME', True) or d.getVar('DISTRO', True)} Extensible SDK" |
54 | 55 | ||