summaryrefslogtreecommitdiffstats
path: root/meta-egvirt/conf
ModeNameSize
-rw-r--r--layer.conf515logstatsplain
ipes-bsp/ti-bt/ti-bt_%25.bbappend?h=11.91.0&id=24ca2ee061ee6f57c3a9e6238b3828f30238b6af'>plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
inherit systemd

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

SRC_URI += "file://ti-uim.service"

SYSTEMD_SERVICE_${PN} = "ti-uim.service"

do_install_append() {
    # We do not want the blacklist
    rm -f ${D}/${sysconfdir}/modprobe.d/ti_bt.conf

    install -d ${D}${systemd_unitdir}/system/
    install -m 0644 ${WORKDIR}/ti-uim.service ${D}${systemd_unitdir}/system
}