diff options
author | Dominik Holland <dominik.holland@pelagicore.com> | 2017-11-28 16:28:50 +0100 |
---|---|---|
committer | Dominik Holland <dominik.holland@pelagicore.com> | 2017-11-29 09:11:07 +0000 |
commit | ee80f15fba2672ec4c3dd05890e14abe224deff6 (patch) | |
tree | 104a1645dbb0893c7ebdbf9e3a17d6abafbfca60 | |
parent | a9e35b7be8144b7a470f0274abd820e1ad041eed (diff) | |
download | meta-boot2qt-ee80f15fba2672ec4c3dd05890e14abe224deff6.tar.gz |
qtivi: Update to the latest version and add PACKAGECONFIG options for qtsimulator
Change-Id: I39c3e41d5d1ca1ba4466fec4abd6bd49aa19cc10
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r-- | recipes-qt/automotive/qtivi_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb index 3eb48e5..de12d54 100644 --- a/recipes-qt/automotive/qtivi_git.bb +++ b/recipes-qt/automotive/qtivi_git.bb | |||
@@ -50,7 +50,7 @@ SRC_URI += " \ | |||
50 | file://0001-Use-QT_HOST_BINS-get-for-getting-correct-path.patch \ | 50 | file://0001-Use-QT_HOST_BINS-get-for-getting-correct-path.patch \ |
51 | " | 51 | " |
52 | 52 | ||
53 | SRCREV_qtivi = "705acb8d595d772778dd4985b762ed6a604473d9" | 53 | SRCREV_qtivi = "da3d3770f1ba310e0879b1767cf436c5bea67da4" |
54 | SRCREV_qface = "295824c8df7f74af8f3d1f368ec15942e6622f22" | 54 | SRCREV_qface = "295824c8df7f74af8f3d1f368ec15942e6622f22" |
55 | SRCREV = "${SRCREV_qtivi}" | 55 | SRCREV = "${SRCREV_qtivi}" |
56 | SRCREV_FORMAT = "qtivi_qface" | 56 | SRCREV_FORMAT = "qtivi_qface" |
@@ -63,6 +63,8 @@ PACKAGECONFIG[geniviextras-only] = "QMAKE_EXTRA_ARGS+=--geniviextras-only" | |||
63 | PACKAGECONFIG[ivigenerator] = "QMAKE_EXTRA_ARGS+=-system-ivigenerator" | 63 | PACKAGECONFIG[ivigenerator] = "QMAKE_EXTRA_ARGS+=-system-ivigenerator" |
64 | PACKAGECONFIG[ivigenerator-native] = "QMAKE_EXTRA_ARGS+=-qt-ivigenerator,,python3 python3-virtualenv" | 64 | PACKAGECONFIG[ivigenerator-native] = "QMAKE_EXTRA_ARGS+=-qt-ivigenerator,,python3 python3-virtualenv" |
65 | PACKAGECONFIG[host-tools-only] = "QMAKE_EXTRA_ARGS+=-host-tools-only" | 65 | PACKAGECONFIG[host-tools-only] = "QMAKE_EXTRA_ARGS+=-host-tools-only" |
66 | PACKAGECONFIG[simulator] = "QMAKE_EXTRA_ARGS+=-feature-simulator,QMAKE_EXTRA_ARGS+=-no-feature-simulator,qtsimulator" | ||
67 | PACKAGECONFIG[simulator-native] = "QMAKE_EXTRA_ARGS+=-feature-simulator QMAKE_EXTRA_ARGS+=--force-ivigenerator-qtsimulator" | ||
66 | 68 | ||
67 | PACKAGECONFIG_class-native ??= "host-tools-only ivigenerator-native" | 69 | PACKAGECONFIG_class-native ??= "host-tools-only ivigenerator-native" |
68 | PACKAGECONFIG_class-nativesdk ??= "${PACKAGECONFIG_class-native}" | 70 | PACKAGECONFIG_class-nativesdk ??= "${PACKAGECONFIG_class-native}" |