summaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
authorKari Oikarinen <kari.oikarinen@qt.io>2017-03-10 13:04:51 +0200
committerKari Oikarinen <kari.oikarinen@qt.io>2017-05-03 11:50:37 +0000
commitec950a3c0f19031bb706e5af1c235d03d17e6720 (patch)
tree2017c4ee7958d59f8f2da4b422ea8fa0a0481840 /recipes-qt
parentf93f325ec96b2b76d92b19be71857e761d83620c (diff)
downloadmeta-boot2qt-ec950a3c0f19031bb706e5af1c235d03d17e6720.tar.gz
Use qdbd instead of adbd by default
Start qdbd by default instead of adbd. Changing to adbd can be done with `systemctl enable --now adbd`. qdbd needs Function FS, so update the comments related to those kernel config changes. Change-Id: I990a25f26141afe751555f5dc49f0304949dd9a6 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/b2qt-addons/qdbd.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-qt/b2qt-addons/qdbd.bb b/recipes-qt/b2qt-addons/qdbd.bb
index 925b41c..963d22d 100644
--- a/recipes-qt/b2qt-addons/qdbd.bb
+++ b/recipes-qt/b2qt-addons/qdbd.bb
@@ -67,7 +67,5 @@ do_install_append() {
67} 67}
68 68
69SYSTEMD_SERVICE_${PN} = "qdbd.service" 69SYSTEMD_SERVICE_${PN} = "qdbd.service"
70# adbd is started by default instead of qdbd
71SYSTEMD_AUTO_ENABLE = "disable"
72 70
73inherit systemd 71inherit systemd