meta-toolchain-sdk: Allow the default task to be overridden

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4426 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-05-05 22:27:36 +00:00
parent b7c08674b7
commit b7e4fabe5a
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
TOOLCHAIN_TARGET_TASK ?= "task-poky-standalone-gmae-sdk-target task-poky-standalone-gmae-sdk-target-dbg"
TOOLCHAIN_TARGET_SDKTASK ?= "task-poky-standalone-gmae-sdk-target task-poky-standalone-gmae-sdk-target-dbg"
TOOLCHAIN_TARGET_TASK = "${TOOLCHAIN_TARGET_SDKTASK}"
TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-sdk-${DISTRO_VERSION}"
require meta-toolchain.bb