diff --git a/meta-digi-arm/recipes-core/udev/udev-extraconf_1.1.bbappend b/meta-digi-arm/recipes-core/udev/udev-extraconf_1.1.bbappend index 090a18c64..58f5fe13b 100644 --- a/meta-digi-arm/recipes-core/udev/udev-extraconf_1.1.bbappend +++ b/meta-digi-arm/recipes-core/udev/udev-extraconf_1.1.bbappend @@ -53,12 +53,6 @@ do_install:append() { >> ${D}${sysconfdir}/udev/rules.d/localextra.rules fi - # Mouse symlink - printf "%s\n%s\n" \ - "# Symlink to the mouse" \ - "SUBSYSTEM==\"input\", KERNEL==\"event[0-9]*\", ENV{ID_INPUT_MOUSE}==\"1\", SYMLINK+=\"input/mouse0\"" \ - >> ${D}${sysconfdir}/udev/rules.d/localextra.rules - install -d ${D}${sysconfdir}/modprobe.d if ${@bb.utils.contains('MACHINE_FEATURES','gpu','false','true',d)}; then # evbug debug tool