diff options
Diffstat (limited to 'meta-boot2qt-distro')
-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" |