diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-04-12 09:47:38 +0300 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-04-13 08:58:03 +0300 |
commit | 0be3cf9ea04a306f076ce4e4cb6cd06263e88c48 (patch) | |
tree | 382563b41a9a8a47dc62f69e9bef343e0b5e9293 | |
parent | dd6b12f58b505b42729c70f54b5a300f2f840e9e (diff) | |
parent | 09aff0bac92e648856d3eee80479c876a3e0fab7 (diff) | |
download | meta-boot2qt-0be3cf9ea04a306f076ce4e4cb6cd06263e88c48.tar.gz |
Merge remote-tracking branch 'origin/krogoth' into dev
* origin/krogoth:
neptune-ui: update revision
neptune-ui: depends on qttools-native
Multiscreen-demo: update revision
neptune-ui: rdepends on dbus-session
multiscreen-demo: update revision
qtivi: Update to the latest version
neptune-ui: Update to the latest version
neptune: update to latest version
toradex: add missing USB kernel config for colibri vf
Change-Id: Ic0ae906b9acef6a09c80ee50ea7b56d558636739
-rw-r--r-- | meta-fsl-extras/recipes/linux/linux-toradex_4.%.bbappend | 3 | ||||
-rw-r--r-- | recipes-qt/automotive/multiscreen-demo_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/automotive/neptune-ui/neptune.service | 2 | ||||
-rw-r--r-- | recipes-qt/automotive/neptune-ui_git.bb | 6 | ||||
-rw-r--r-- | recipes-qt/automotive/qtivi_git.bb | 2 |
5 files changed, 9 insertions, 6 deletions
diff --git a/meta-fsl-extras/recipes/linux/linux-toradex_4.%.bbappend b/meta-fsl-extras/recipes/linux/linux-toradex_4.%.bbappend index 5a92f25..5830238 100644 --- a/meta-fsl-extras/recipes/linux/linux-toradex_4.%.bbappend +++ b/meta-fsl-extras/recipes/linux/linux-toradex_4.%.bbappend | |||
@@ -34,4 +34,7 @@ do_preconfigure_prepend () { | |||
34 | echo "CONFIG_USB_FUNCTIONFS=m" >> ${WORKDIR}/defconfig | 34 | echo "CONFIG_USB_FUNCTIONFS=m" >> ${WORKDIR}/defconfig |
35 | echo "CONFIG_USB_ACM=m" >> ${WORKDIR}/defconfig | 35 | echo "CONFIG_USB_ACM=m" >> ${WORKDIR}/defconfig |
36 | echo "TOUCHSCREEN_FUSION_F0710A=y" >> ${WORKDIR}/defconfig | 36 | echo "TOUCHSCREEN_FUSION_F0710A=y" >> ${WORKDIR}/defconfig |
37 | |||
38 | echo "CONFIG_EXTCON=y" >> ${WORKDIR}/defconfig | ||
39 | echo "CONFIG_EXTCON_USB_GPIO=y" >> ${WORKDIR}/defconfig | ||
37 | } | 40 | } |
diff --git a/recipes-qt/automotive/multiscreen-demo_git.bb b/recipes-qt/automotive/multiscreen-demo_git.bb index 1997bd5..0c9a2bb 100644 --- a/recipes-qt/automotive/multiscreen-demo_git.bb +++ b/recipes-qt/automotive/multiscreen-demo_git.bb | |||
@@ -39,7 +39,7 @@ QT_MODULE_BRANCH = "master" | |||
39 | 39 | ||
40 | SRC_URI += "git://github.com/qtproject/qt-apps-demo-assets;protocol=git;name=assets;destsuffix=git/demo-assets" | 40 | SRC_URI += "git://github.com/qtproject/qt-apps-demo-assets;protocol=git;name=assets;destsuffix=git/demo-assets" |
41 | 41 | ||
42 | SRCREV_multiscreen = "77ecd7d03aeea3bb7d10ac8ef448920da11ae306" | 42 | SRCREV_multiscreen = "f4cd6b9667b4649b4ef8b4bb645850b05aceebde" |
43 | SRCREV_assets = "0d47d21f082d6c9e355a55809ebd38a31ea02264" | 43 | SRCREV_assets = "0d47d21f082d6c9e355a55809ebd38a31ea02264" |
44 | 44 | ||
45 | SRCREV_FORMAT = "multiscreen_assets" | 45 | SRCREV_FORMAT = "multiscreen_assets" |
diff --git a/recipes-qt/automotive/neptune-ui/neptune.service b/recipes-qt/automotive/neptune-ui/neptune.service index e9f3793..7793d0b 100644 --- a/recipes-qt/automotive/neptune-ui/neptune.service +++ b/recipes-qt/automotive/neptune-ui/neptune.service | |||
@@ -3,7 +3,7 @@ Description=Neptune | |||
3 | After=dbus.service dbus-session.service systemd-user-sessions.service | 3 | After=dbus.service dbus-session.service systemd-user-sessions.service |
4 | 4 | ||
5 | [Service] | 5 | [Service] |
6 | ExecStart=/usr/bin/appcontroller /usr/bin/appman -r -c /opt/am/config.yaml --dbus session -c am-config.yaml Main.qml | 6 | ExecStart=/usr/bin/appcontroller /usr/bin/appman -r --dbus session -c am-config.yaml Main.qml |
7 | Restart=on-failure | 7 | Restart=on-failure |
8 | WorkingDirectory=/opt/neptune | 8 | WorkingDirectory=/opt/neptune |
9 | 9 | ||
diff --git a/recipes-qt/automotive/neptune-ui_git.bb b/recipes-qt/automotive/neptune-ui_git.bb index ceceec8..ba82524 100644 --- a/recipes-qt/automotive/neptune-ui_git.bb +++ b/recipes-qt/automotive/neptune-ui_git.bb | |||
@@ -41,10 +41,10 @@ SRC_URI += " \ | |||
41 | file://neptune.service \ | 41 | file://neptune.service \ |
42 | " | 42 | " |
43 | 43 | ||
44 | SRCREV = "504d9720ed7ef921af7e5f1ebf709662baac6555" | 44 | SRCREV = "1770881783025b04ff5b4c7da7810d1648485b92" |
45 | 45 | ||
46 | DEPENDS = "qtbase qtdeclarative" | 46 | DEPENDS = "qtbase qtdeclarative qttools-native" |
47 | RDEPENDS_${PN} = "qtapplicationmanager qtivi qtvirtualkeyboard \ | 47 | RDEPENDS_${PN} = "qtapplicationmanager qtivi qtvirtualkeyboard dbus \ |
48 | qtquickcontrols-qmlplugins qtgraphicaleffects-qmlplugins \ | 48 | qtquickcontrols-qmlplugins qtgraphicaleffects-qmlplugins \ |
49 | ${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebengine', '', d)}" | 49 | ${@bb.utils.contains('DISTRO_FEATURES', 'webengine', 'qtwebengine', '', d)}" |
50 | 50 | ||
diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb index e3dd3fd..8423f99 100644 --- a/recipes-qt/automotive/qtivi_git.bb +++ b/recipes-qt/automotive/qtivi_git.bb | |||
@@ -44,6 +44,6 @@ PACKAGECONFIG[geniviextras-only] = "CONFIG+=geniviextras-only" | |||
44 | 44 | ||
45 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" | 45 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" |
46 | 46 | ||
47 | SRCREV = "a15c13d6255d23ce90997913b7c1347fef396fa8" | 47 | SRCREV = "8cabf3fb534d572c905fc0a783dbb4ebc98df41c" |
48 | 48 | ||
49 | DEPENDS = "qtbase qtdeclarative qtmultimedia" | 49 | DEPENDS = "qtbase qtdeclarative qtmultimedia" |