udev-rules: remove generic rules

we are only using hardware specific rules from now. Generic rules don't make sense.
Some rules can be common to different hardwares but none can
be completely generic.

BugzID: 61729

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
Alexandre Bard 2020-02-25 14:02:30 +01:00 committed by Gitea
parent 43e07b2283
commit b677ba83d7
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ SRC_URI = "git://gitlab.com/netmodule/tools/udev-rules-nmhw;protocol=ssh;user=gi
do_install () {
install -d ${D}${sysconfdir}/udev/rules.d
install -m 0644 ${S}/generic/*.rules ${D}${sysconfdir}/udev/rules.d/
if ls ${S}/machines/${MACHINE}/*.rules 1> /dev/null 2>&1 ; then
install -m 0644 ${S}/machines/${MACHINE}/*.rules ${D}${sysconfdir}/udev/rules.d/