diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-06-21 13:18:03 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-06-26 12:06:14 +0000 |
commit | a11f45a06c2ad2359981d7c171c0110bf534ae87 (patch) | |
tree | 11cfa8debc38890b1e9455a790ef297f38b0ccc6 /meta-boot2qt-distro/recipes-qt | |
parent | d64998cfba7492d0da4fc8158c67c27e52a976d7 (diff) | |
download | meta-boot2qt-a11f45a06c2ad2359981d7c171c0110bf534ae87.tar.gz |
Add correct Qt version to image deploy configs
Change-Id: Iada2c529cb4a91ee1f36f60d3112b91aafa27df1
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-boot2qt-distro/recipes-qt')
-rw-r--r-- | meta-boot2qt-distro/recipes-qt/images/b2qt-automotive-qt5-image.bb | 3 | ||||
-rw-r--r-- | meta-boot2qt-distro/recipes-qt/images/b2qt-embedded-qt5-image.bb | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/meta-boot2qt-distro/recipes-qt/images/b2qt-automotive-qt5-image.bb b/meta-boot2qt-distro/recipes-qt/images/b2qt-automotive-qt5-image.bb index 5150463..d0bdb16 100644 --- a/meta-boot2qt-distro/recipes-qt/images/b2qt-automotive-qt5-image.bb +++ b/meta-boot2qt-distro/recipes-qt/images/b2qt-automotive-qt5-image.bb | |||
@@ -30,9 +30,8 @@ | |||
30 | DESCRIPTION = "B2Qt Automotive Qt5 image" | 30 | DESCRIPTION = "B2Qt Automotive Qt5 image" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-DCLA-2.1" |
32 | LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=80e06902b5f0e94ad0a78ee4f7fcb74b" | 32 | LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=80e06902b5f0e94ad0a78ee4f7fcb74b" |
33 | PR = "r0" | ||
34 | 33 | ||
35 | DEPLOY_CONF_TYPE = "Qt Automotive Suite 5.11.0" | 34 | DEPLOY_CONF_TYPE = "Qt Automotive Suite $QT_VERSION" |
36 | 35 | ||
37 | IMAGE_FEATURES += "\ | 36 | IMAGE_FEATURES += "\ |
38 | package-management \ | 37 | package-management \ |
diff --git a/meta-boot2qt-distro/recipes-qt/images/b2qt-embedded-qt5-image.bb b/meta-boot2qt-distro/recipes-qt/images/b2qt-embedded-qt5-image.bb index d8743a5..fa93851 100644 --- a/meta-boot2qt-distro/recipes-qt/images/b2qt-embedded-qt5-image.bb +++ b/meta-boot2qt-distro/recipes-qt/images/b2qt-embedded-qt5-image.bb | |||
@@ -32,7 +32,7 @@ LICENSE = "The-Qt-Company-DCLA-2.1" | |||
32 | LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=80e06902b5f0e94ad0a78ee4f7fcb74b" | 32 | LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=80e06902b5f0e94ad0a78ee4f7fcb74b" |
33 | PR = "r0" | 33 | PR = "r0" |
34 | 34 | ||
35 | DEPLOY_CONF_TYPE = "Boot2Qt" | 35 | DEPLOY_CONF_TYPE = "Boot2Qt $QT_VERSION" |
36 | 36 | ||
37 | IMAGE_FEATURES += "\ | 37 | IMAGE_FEATURES += "\ |
38 | package-management \ | 38 | package-management \ |