summaryrefslogtreecommitdiffstats
path: root/recipes-qt/images
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-12-01 08:55:18 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-12-02 11:08:20 +0000
commitd2a64c24c0701e72094ad6fad7c629c6e8776fd0 (patch)
treeadcaf7a49906a89595d9551908303878b0cdd054 /recipes-qt/images
parent4c29f9a6fbe37a7f8bcda64a0694bd2ac1334340 (diff)
downloadmeta-boot2qt-d2a64c24c0701e72094ad6fad7c629c6e8776fd0.tar.gz
Generate deploy conf for flashing wizard
Change-Id: I23cc54e51b7d10db0fd64d6676bd86cdf029beda Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'recipes-qt/images')
-rw-r--r--recipes-qt/images/b2qt-automotive-qt5-image.bb2
-rw-r--r--recipes-qt/images/b2qt-embedded-qt5-image.bb2
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/images/b2qt-automotive-qt5-image.bb b/recipes-qt/images/b2qt-automotive-qt5-image.bb
index 6aafc77..7c3cd0c 100644
--- a/recipes-qt/images/b2qt-automotive-qt5-image.bb
+++ b/recipes-qt/images/b2qt-automotive-qt5-image.bb
@@ -25,6 +25,8 @@ LICENSE = "QtEnterprise"
25LIC_FILES_CHKSUM = "file://${QT_LICENCE};md5=7bc9c54e450006250a60e96604c186c9" 25LIC_FILES_CHKSUM = "file://${QT_LICENCE};md5=7bc9c54e450006250a60e96604c186c9"
26PR = "r0" 26PR = "r0"
27 27
28DEPLOY_CONF_TYPE = "Automotive"
29
28IMAGE_FEATURES += "\ 30IMAGE_FEATURES += "\
29 package-management \ 31 package-management \
30 ssh-server-dropbear \ 32 ssh-server-dropbear \
diff --git a/recipes-qt/images/b2qt-embedded-qt5-image.bb b/recipes-qt/images/b2qt-embedded-qt5-image.bb
index 8c986ac..bc130fb 100644
--- a/recipes-qt/images/b2qt-embedded-qt5-image.bb
+++ b/recipes-qt/images/b2qt-embedded-qt5-image.bb
@@ -25,6 +25,8 @@ LICENSE = "QtEnterprise"
25LIC_FILES_CHKSUM = "file://${QT_LICENCE};md5=7bc9c54e450006250a60e96604c186c9" 25LIC_FILES_CHKSUM = "file://${QT_LICENCE};md5=7bc9c54e450006250a60e96604c186c9"
26PR = "r0" 26PR = "r0"
27 27
28DEPLOY_CONF_TYPE = "Boot2Qt"
29
28IMAGE_FEATURES += "\ 30IMAGE_FEATURES += "\
29 package-management \ 31 package-management \
30 ssh-server-dropbear \ 32 ssh-server-dropbear \