blob: 34c8400ddda1fff1ae6fdcff2675bb95464c5935 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Extra machine specific configuration files"
LICENCE = "GPL"
PR = "r0"
SRC_URI = "file://mount.blacklist"
do_install () {
install -d ${D}${sysconfdir}/udev/
install -m 0644 ${WORKDIR}/mount.blacklist ${D}${sysconfdir}/udev/
}
|