diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-11-08 16:00:20 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-11-08 20:00:50 +0000 |
commit | 0f486bc912ac5f2f938f981e7aa0f8a0c6366cd6 (patch) | |
tree | fb61ed8059cac4169e5876c58dfe26a3c9241370 | |
parent | cf0d20f40b07d82c07d09589966a35576f874fc9 (diff) | |
download | meta-boot2qt-0f486bc912ac5f2f938f981e7aa0f8a0c6366cd6.tar.gz |
qbsp: use correct version number for automotive qbsp
Change-Id: I7bbe8fb4771d683fb536f99fc039cb489bcaf504
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r-- | meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb b/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb index 73a5078..f115070 100644 --- a/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb +++ b/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb | |||
@@ -40,9 +40,10 @@ inherit qbsp | |||
40 | 40 | ||
41 | PV := "${@d.getVar('PV', True).split('+')[0]}" | 41 | PV := "${@d.getVar('PV', True).split('+')[0]}" |
42 | 42 | ||
43 | VERSION_SHORT = "${@d.getVar('PV', True).replace('.','')}" | ||
43 | QBSP_NAME = "Automotive ${PV}" | 44 | QBSP_NAME = "Automotive ${PV}" |
44 | QBSP_MACHINE = "${@d.getVar('MACHINE', True).replace('-','')}" | 45 | QBSP_MACHINE = "${@d.getVar('MACHINE', True).replace('-','')}" |
45 | QBSP_INSTALLER_COMPONENT = "automotive.10.yocto.${QBSP_MACHINE}" | 46 | QBSP_INSTALLER_COMPONENT = "automotive.${VERSION_SHORT}.yocto.${QBSP_MACHINE}" |
46 | QBSP_INSTALL_PATH = "/${PV}/Automotive/${MACHINE}" | 47 | QBSP_INSTALL_PATH = "/${PV}/Automotive/${MACHINE}" |
47 | 48 | ||
48 | QBSP_SDK_TASK = "meta-toolchain-b2qt-automotive-qt5-sdk" | 49 | QBSP_SDK_TASK = "meta-toolchain-b2qt-automotive-qt5-sdk" |