From: Aníbal Limón Date: Thu, 28 Jan 2016 21:18:20 +0000 (-0600) Subject: populate_sdk_ext: Set TOOLCHAINEXT_OUTPUTNAME. X-Git-Tag: yocto-4.0~22698 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4cf46f240dda6263ba3ba14cd63087cce166f1c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git populate_sdk_ext: Set TOOLCHAINEXT_OUTPUTNAME. This variable is needed by testextsdk to known the name of extensible sdk file generated. Signed-off-by: Aníbal Limón Signed-off-by: Ross Burton --- diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index 704c0034007..79a46858342 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass @@ -48,7 +48,8 @@ COREBASE_FILES ?= " \ SDK_DIR_task-populate-sdk-ext = "${WORKDIR}/sdk-ext" B_task-populate-sdk-ext = "${SDK_DIR}" -TOOLCHAIN_OUTPUTNAME_task-populate-sdk-ext = "${SDK_NAME}-toolchain-ext-${SDK_VERSION}" +TOOLCHAINEXT_OUTPUTNAME = "${SDK_NAME}-toolchain-ext-${SDK_VERSION}" +TOOLCHAIN_OUTPUTNAME_task-populate-sdk-ext = "${TOOLCHAINEXT_OUTPUTNAME}" SDK_TITLE_task-populate-sdk-ext = "${@d.getVar('DISTRO_NAME', True) or d.getVar('DISTRO', True)} Extensible SDK"