summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-11-08 16:00:20 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2018-11-08 20:00:50 +0000
commit0f486bc912ac5f2f938f981e7aa0f8a0c6366cd6 (patch)
treefb61ed8059cac4169e5876c58dfe26a3c9241370 /meta-boot2qt-distro
parentcf0d20f40b07d82c07d09589966a35576f874fc9 (diff)
downloadmeta-boot2qt-0f486bc912ac5f2f938f981e7aa0f8a0c6366cd6.tar.gz
qbsp: use correct version number for automotive qbsp
Change-Id: I7bbe8fb4771d683fb536f99fc039cb489bcaf504 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-boot2qt-distro')
-rw-r--r--meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb3
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
41PV := "${@d.getVar('PV', True).split('+')[0]}" 41PV := "${@d.getVar('PV', True).split('+')[0]}"
42 42
43VERSION_SHORT = "${@d.getVar('PV', True).replace('.','')}"
43QBSP_NAME = "Automotive ${PV}" 44QBSP_NAME = "Automotive ${PV}"
44QBSP_MACHINE = "${@d.getVar('MACHINE', True).replace('-','')}" 45QBSP_MACHINE = "${@d.getVar('MACHINE', True).replace('-','')}"
45QBSP_INSTALLER_COMPONENT = "automotive.10.yocto.${QBSP_MACHINE}" 46QBSP_INSTALLER_COMPONENT = "automotive.${VERSION_SHORT}.yocto.${QBSP_MACHINE}"
46QBSP_INSTALL_PATH = "/${PV}/Automotive/${MACHINE}" 47QBSP_INSTALL_PATH = "/${PV}/Automotive/${MACHINE}"
47 48
48QBSP_SDK_TASK = "meta-toolchain-b2qt-automotive-qt5-sdk" 49QBSP_SDK_TASK = "meta-toolchain-b2qt-automotive-qt5-sdk"