summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-11-20 16:39:32 +0100
committerPhilippe Schenker <philippe.schenker@toradex.com>2019-11-20 16:45:48 +0100
commita64ff768b7d5d24360a1ac9bec67409f0daa931d (patch)
tree3cb1ab446d67d7da074005bdd1be1abde7c284a5
parent4765e0f6a75cafcffa0e29fd67444484aa05e079 (diff)
systemd: bbappend: Remove systemd-rfkill from systemd
systemd-rfkill disables by default our RF devices. We do not want them to be disabled at all so remove that rfkill from systemd. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--recipes-core/systemd/systemd_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/systemd/systemd_%.bbappend b/recipes-core/systemd/systemd_%.bbappend
index 8ebb6cc..a602985 100644
--- a/recipes-core/systemd/systemd_%.bbappend
+++ b/recipes-core/systemd/systemd_%.bbappend
@@ -3,3 +3,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/systemd:"
SRC_URI += " \
file://0001-systemd-udevd.service.in-set-MountFlags-shared.patch \
"
+
+# systemd-rfkill disables RF by default.
+PACKAGECONFIG_remove = "rfkill"