From d54122272b36404e176683988d6e4d6db635375c Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 27 Apr 2018 12:02:27 +0300 Subject: Add product name and Qt version to image conf Flashing wizard now support product and qt settings items. Use also correct product name for automotive images. Task-number: AUTOSUITE-286 Change-Id: Iffba7c004b69d410d7b76434b1cccff6836ff23d Reviewed-by: Mikko Gronoff --- classes/deploy-conf.bbclass | 8 ++++++-- recipes-qt/images/b2qt-automotive-qt5-image.bb | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/classes/deploy-conf.bbclass b/classes/deploy-conf.bbclass index 228b1e20..22c6ef7d 100644 --- a/classes/deploy-conf.bbclass +++ b/classes/deploy-conf.bbclass @@ -29,15 +29,19 @@ inherit image_types +IMAGE_DEPENDS_conf = "qtbase-native" + DEPLOY_CONF_NAME ?= "${MACHINE}" DEPLOY_CONF_TYPE ?= "Boot2Qt" IMAGE_CMD_conf() { + QT_VERSION=$(qmake -query QT_VERSION) cat > ${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.conf <