Skip to content

Commit e42cf38

Browse files
authored
Disable adbd autostart to reduce boot time (#317)
The Android Debug Bridge daemon (adbd) is primarily used for manual debugging tasks such as file transfer and does not need to run on every boot. Disable autostart to improve boot performance.
2 parents c6ffcae + 2e4704d commit e42cf38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes-products/images/qcom-minimal-image.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SUMMARY = "Minimal image"
22

33
LICENSE = "BSD-3-Clause-Clear"
44

5-
IMAGE_FEATURES += "splash tools-debug allow-root-login post-install-logging enable-adbd"
5+
IMAGE_FEATURES += "splash tools-debug allow-root-login post-install-logging"
66

77
inherit core-image features_check extrausers image-adbd
88

0 commit comments

Comments
 (0)