From 0f486bc912ac5f2f938f981e7aa0f8a0c6366cd6 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 8 Nov 2018 16:00:20 +0200 Subject: qbsp: use correct version number for automotive qbsp Change-Id: I7bbe8fb4771d683fb536f99fc039cb489bcaf504 Reviewed-by: Mikko Gronoff --- meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-boot2qt-distro') 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 PV := "${@d.getVar('PV', True).split('+')[0]}" +VERSION_SHORT = "${@d.getVar('PV', True).replace('.','')}" QBSP_NAME = "Automotive ${PV}" QBSP_MACHINE = "${@d.getVar('MACHINE', True).replace('-','')}" -QBSP_INSTALLER_COMPONENT = "automotive.10.yocto.${QBSP_MACHINE}" +QBSP_INSTALLER_COMPONENT = "automotive.${VERSION_SHORT}.yocto.${QBSP_MACHINE}" QBSP_INSTALL_PATH = "/${PV}/Automotive/${MACHINE}" QBSP_SDK_TASK = "meta-toolchain-b2qt-automotive-qt5-sdk" -- cgit v1.2.3-54-g00ecf