summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-10-05 06:50:57 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2018-10-05 06:50:57 +0000
commitda675dd18a83d4ce56a46be9961738e471aa5c03 (patch)
treedb932f5c6ac3e041724dc815a428df4cc4f390cc
parent56c5d4066576cf163b201138e27c6715eaa71462 (diff)
parent4635b67abaf05676bd489210f253b1c0d35f3f15 (diff)
downloadmeta-boot2qt-da675dd18a83d4ce56a46be9961738e471aa5c03.tar.gz
Merge "Merge remote-tracking branch 'origin/pyro' into sumo" into refs/staging/sumo
-rw-r--r--meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-embedded-qbsp.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-embedded-qbsp.bb b/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-embedded-qbsp.bb
index 1d64011..a599e23 100644
--- a/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-embedded-qbsp.bb
+++ b/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-embedded-qbsp.bb
@@ -43,7 +43,7 @@ PV := "${@d.getVar('PV', True).split('+')[0]}"
43VERSION_SHORT = "${@d.getVar('PV', True).replace('.','')}" 43VERSION_SHORT = "${@d.getVar('PV', True).replace('.','')}"
44QBSP_NAME = "Boot2Qt ${PV}" 44QBSP_NAME = "Boot2Qt ${PV}"
45QBSP_MACHINE = "${@d.getVar('MACHINE', True).replace('-','')}" 45QBSP_MACHINE = "${@d.getVar('MACHINE', True).replace('-','')}"
46QBSP_INSTALLER_COMPONENT = "qt.embedded.b2qt.${VERSION_SHORT}.yocto.${QBSP_MACHINE}" 46QBSP_INSTALLER_COMPONENT = "embedded.b2qt.${VERSION_SHORT}.yocto.${QBSP_MACHINE}"
47QBSP_INSTALL_PATH = "/${PV}/Boot2Qt/${MACHINE}" 47QBSP_INSTALL_PATH = "/${PV}/Boot2Qt/${MACHINE}"
48 48
49QBSP_SDK_TASK = "meta-toolchain-b2qt-embedded-qt5-sdk" 49QBSP_SDK_TASK = "meta-toolchain-b2qt-embedded-qt5-sdk"