summaryrefslogtreecommitdiffstats
path: root/recipes
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
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')
-rw-r--r--recipes/adbd/adbd.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/adbd/adbd.bb b/recipes/adbd/adbd.bb
index 6e6fa1b..7bada5d 100644
--- a/recipes/adbd/adbd.bb
+++ b/recipes/adbd/adbd.bb
@@ -81,5 +81,7 @@ INITSCRIPT_NAME = "adb-init"
81INITSCRIPT_PARAMS = "defaults 96" 81INITSCRIPT_PARAMS = "defaults 96"
82 82
83SYSTEMD_SERVICE_${PN} = "adbd.service" 83SYSTEMD_SERVICE_${PN} = "adbd.service"
84# qdbd is started by default instead of adbd
85SYSTEMD_AUTO_ENABLE = "disable"
84 86
85inherit update-rc.d systemd 87inherit update-rc.d systemd