From 46a4e4e4f43625686e73db8523bbfc9abaed558f Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 23 Nov 2022 15:33:04 -0500 Subject: output-udev-conf: add recipe Add recipe to install udev rules to force all input devices to be associated with the HDMI-A-1 output. The intended use is with the KVM host image to ensure input devices are matched to the IVI guest VM. Also fixed the RDEPENDS for the other udev rule recipes to depend on udev specifically instead of systemd. Bug-AGL: SPEC-4618 Change-Id: Ic2efe01f7aed85f89dbda3cb958332ed5db799a1 Signed-off-by: Scott Murray --- recipes-core/udev/sw-gpsd-udev-conf_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/udev/sw-gpsd-udev-conf_1.0.bb') diff --git a/recipes-core/udev/sw-gpsd-udev-conf_1.0.bb b/recipes-core/udev/sw-gpsd-udev-conf_1.0.bb index 0dfd0521..bcad0f41 100644 --- a/recipes-core/udev/sw-gpsd-udev-conf_1.0.bb +++ b/recipes-core/udev/sw-gpsd-udev-conf_1.0.bb @@ -13,4 +13,4 @@ do_install() { fi } -RDEPENDS:${PN} += "systemd" +RDEPENDS:${PN} += "udev" -- cgit 1.2.3-korg