blob: 0e6636a97c7c4ff00cf22149bf713e19e1a4f388 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
FILESEXTRA := "${THISDIR}"
FILESPATHBASE =. "${FILESEXTRA}:"
PR .= ".corecdp8"
# add custom rules for persistent modem device names
SRC_URI += "file://corecdp.rules"
# patch for building against newer linux headers
SRC_URI += "file://udev-164-remove-v4l1.patch"
do_install_append() {
install -d ${D}${sysconfdir}/udev/rules.d
install -m 644 ${WORKDIR}/corecdp.rules ${D}${sysconfdir}/udev/rules.d/
}
|