diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-04 09:13:36 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-04 09:28:41 +0000 |
commit | 19c024e25f5b1989c851a3015df842f80acac7eb (patch) | |
tree | 59d5934acbf2d6a59213e19fafc0228f70755951 | |
parent | b2416c1c09afaf40d9cdca9e7ffe0b0f52d3c974 (diff) | |
download | meta-boot2qt-19c024e25f5b1989c851a3015df842f80acac7eb.tar.gz |
Print SDKMACHINE in Build Configuration
Show the used SDKMACHINE in Build Configuration, when a build is started.
Change-Id: Ic99bfa7ea0194576066b6cc2623302a864f4167f
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r-- | conf/distro/b2qt.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/b2qt.conf b/conf/distro/b2qt.conf index ff20658..c109029 100644 --- a/conf/distro/b2qt.conf +++ b/conf/distro/b2qt.conf | |||
@@ -29,6 +29,7 @@ SDK_VERSION := "${DISTRO_VERSION}" | |||
29 | SDK_MACHINE = "${@d.getVar('SDKMACHINE', True) or '${SDK_ARCH}'}" | 29 | SDK_MACHINE = "${@d.getVar('SDKMACHINE', True) or '${SDK_ARCH}'}" |
30 | SDK_NAME = "${DISTRO}-${SDK_MACHINE}-${IMAGE_BASENAME}" | 30 | SDK_NAME = "${DISTRO}-${SDK_MACHINE}-${IMAGE_BASENAME}" |
31 | TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-${MACHINE}" | 31 | TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-${MACHINE}" |
32 | BUILDCFG_VARS += "SDKMACHINE" | ||
32 | 33 | ||
33 | MAINTAINER = "B2Qt <B2Qt@digia.com>" | 34 | MAINTAINER = "B2Qt <B2Qt@digia.com>" |
34 | 35 | ||