meta-toolchain-osmo: Include the builddate in the toolchain

When updating libosmocore and other libraries we would like to
know which toolchain version is used. Add the datetime to the
filename.
This commit is contained in:
Holger Hans Peter Freyther 2013-03-18 19:38:47 +01:00
parent 23689a489f
commit 6e5e1f8b9e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#TOOLCHAIN_TARGET_OSMOTASK ?= "task-core-standalone-osmo-sdk-target task-core-standalone-osmo-sdk-target-dbg"
TOOLCHAIN_TARGET_OSMOTASK ?= "task-core-standalone-osmo-sdk-target"
TOOLCHAIN_TARGET_TASK = "${TOOLCHAIN_TARGET_OSMOTASK}"
TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-osmo-${DISTRO_VERSION}"
TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-osmo-${DISTRO_VERSION}-${DATETIME}"
PROVIDES = "meta-toolchain-sdk"
require recipes-core/meta/meta-toolchain.bb