]> code.ossystems Code Review - openembedded-core.git/commit
classes/populate_sdk_ext: avoid poky-specific buildtools naming
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 7 Sep 2015 12:42:20 +0000 (13:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Sep 2015 15:10:59 +0000 (16:10 +0100)
commit78ea4fcdea468888c0faef22a95dea7015a91df2
tree0616badb9210443173b163df87798156db5aeb5e
parent0129a12dd3bdb0e9966643c3a355d5eec846da8b
classes/populate_sdk_ext: avoid poky-specific buildtools naming

Only poky sets SDK_NAME to include ${IMAGE_BASENAME} (i.e. ${PN}), so we
can't assume the buildtools filename will include it here. Change it to
look for a file with "buildtools-nativesdk-standalone" in the name
(the buildtools-tarball recipe itself sets TOOLCHAIN_OUTPUTNAME to
include this.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_ext.bbclass