From a64ff768b7d5d24360a1ac9bec67409f0daa931d Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Wed, 20 Nov 2019 16:39:32 +0100 Subject: 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 --- recipes-core/systemd/systemd_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3