mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
udev-124: Fix firmware loader script name and bump package PR
This commit is contained in:
committed by
Richard Purdie
parent
d38f630c1e
commit
5b44f42e13
@@ -106,7 +106,7 @@ KERNEL=="device-mapper", NAME="mapper/control"
|
|||||||
KERNEL=="rfcomm[0-9]*", NAME="%k", GROUP="users", MODE="0660"
|
KERNEL=="rfcomm[0-9]*", NAME="%k", GROUP="users", MODE="0660"
|
||||||
|
|
||||||
# Firmware Helper
|
# Firmware Helper
|
||||||
ACTION=="add", SUBSYSTEM=="firmware", RUN+="/lib/udev/firmware_helper"
|
ACTION=="add", SUBSYSTEM=="firmware", RUN+="/lib/udev/firmware.sh"
|
||||||
|
|
||||||
# Samsung UARTS
|
# Samsung UARTS
|
||||||
KERNEL=="s3c2410_serial[0-9]", NAME="ttySAC%n"
|
KERNEL=="s3c2410_serial[0-9]", NAME="ttySAC%n"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
|
|||||||
the hotplug package and requires a kernel not older than 2.6.12."
|
the hotplug package and requires a kernel not older than 2.6.12."
|
||||||
RPROVIDES_${PN} = "hotplug"
|
RPROVIDES_${PN} = "hotplug"
|
||||||
|
|
||||||
PR = "r7"
|
PR = "r8"
|
||||||
|
|
||||||
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
|
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
|
||||||
file://noasmlinkage.patch;patch=1 \
|
file://noasmlinkage.patch;patch=1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user