aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2020-11-27 09:42:50 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2023-03-01 14:12:05 +0000
commitccef99ddc12d58017f4adc5cd42cecc5401f4740 (patch)
treee86dc27a63aa83f3e6a730937bd9279b673d226a
parentc7576e5d339eb677915fa7993f5afae5e01f345a (diff)
qbsp: update the installer component name
Use the same component name as the ones in the online installer. Change-Id: I91fc6a02cd52388dca46f4b400ea79f9e5563499 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 5671238446844bec2dee73488f28a2f9dfd20453)
-rw-r--r--meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automation-qbsp.bb2
-rw-r--r--meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-embedded-qbsp.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automation-qbsp.bb b/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automation-qbsp.bb
index b0cdb6d2..236c0532 100644
--- a/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automation-qbsp.bb
+++ b/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automation-qbsp.bb
@@ -43,7 +43,7 @@ PV := "${@d.getVar('PV').split('+')[0]}"
VERSION_SHORT = "${@d.getVar('PV').replace('.','')}"
QBSP_NAME = "Automation ${PV}"
QBSP_MACHINE = "${@d.getVar('MACHINE').replace('-','')}"
-QBSP_INSTALLER_COMPONENT = "automation.${VERSION_SHORT}.yocto.${QBSP_MACHINE}"
+QBSP_INSTALLER_COMPONENT = "automation.${VERSION_SHORT}.${QBSP_MACHINE}"
QBSP_INSTALL_PATH = "/${PV}/Automation/${MACHINE}"
QBSP_SDK_TASK = "meta-toolchain-b2qt-automation-qt5-sdk"
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 1a60bd53..40647638 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').split('+')[0]}"
VERSION_SHORT = "${@d.getVar('PV').replace('.','')}"
QBSP_NAME = "Boot2Qt ${PV}"
QBSP_MACHINE = "${@d.getVar('MACHINE').replace('-','')}"
-QBSP_INSTALLER_COMPONENT = "embedded.b2qt.${VERSION_SHORT}.yocto.${QBSP_MACHINE}"
+QBSP_INSTALLER_COMPONENT = "embedded.b2qt.${VERSION_SHORT}.${QBSP_MACHINE}"
QBSP_INSTALL_PATH = "/${PV}/Boot2Qt/${MACHINE}"
QBSP_SDK_TASK = "meta-toolchain-b2qt-embedded-qt5-sdk"